@charset "UTF-8";
/*
Theme Name: Beuving
Theme URI: www.eetcafebeuving.nl
Description: Custom theme for Eetcafe Beuving
Author: Squid Media
Author URI: http://www.squidmedia.nl
Version: 1.0
*/
/*BASIC BOOTSTRAP STYLING*/
* {
  box-sizing: border-box;
}

/*COLORS*/
/*IMPORTS*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* grid.scss */
/*!
 * bootstrap-grid v1.1.0
 * Copyright 2015 Santeri Hiltunen
 * Licensed under MIT (https://github.com/Hilzu/bootstrap-grid/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .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 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .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 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .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 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
/* beuving.scss */
@font-face {
  font-family: 'beuving';
  src: url("_/font/beuving.eot?22875771");
  src: url("_/font/beuving.eot?22875771#iefix") format("embedded-opentype"), url("_/font/beuving.woff?22875771") format("woff"), url("_/font/beuving.ttf?22875771") format("truetype"), url("_/font/beuving.svg?22875771#beuving") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'beuving';
    src: url('../font/beuving.svg?26622450#beuving') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "beuving";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-phone:before {
  content: '\e800';
}

/* '¯áÇ' */
.icon-location:before {
  content: '\e801';
}

/* '¯áü' */
.icon-paper-plane-empty:before {
  content: '\e802';
}

/* '¯áé' */
.icon-food:before {
  content: '\e803';
}

/* '¯áâ' */
.icon-map:before {
  content: '\e804';
}

/* '¯áä' */
.icon-certificate:before {
  content: '\e805';
}

/* '¯áà' */
.icon-angle-right:before {
  content: '\e806';
}

/* '¯áå' */
.icon-angle-left:before {
  content: '\e807';
}

/* '¯áç' */
.icon-angle-down:before {
  content: '\e808';
}

/* '¯áê' */
.icon-angle-up:before {
  content: '\e809';
}

/* '¯áë' */
img.alignright {
  float: right;
  margin: 0 0 30px 30px;
}

img.alignleft {
  float: left;
  margin: 0 30px 30px 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.width-50 {
  width: 100%;
  max-width: 50%;
  display: block;
}
@media (max-width: 768px) {
  img.width-50 {
    max-width: 100%;
    width: auto;
  }
}

@media (max-width: 540px) {
  img.alignleft, img.alignright {
    float: none;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }
}
.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

table {
  width: 100%;
}
table th, table td {
  vertical-align: top;
}
table th {
  color: #333;
  font-weight: 600;
  text-transform: uppercase;
}
table th + td {
  padding-left: 15px;
}
@media (max-width: 850px) {
  table {
    width: auto;
    margin: 0 auto;
  }
  table table {
    width: 100%;
  }
  table td.td-col {
    display: block;
    margin-bottom: 20px;
  }
  table th {
    width: 100px;
  }
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

/*BASIC STYLING*/
html {
  height: 100%;
}

body {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #333;
  height: 100%;
}

.container-fluid {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}

.wrapper {
  overflow: hidden;
  display: block;
}

h1, h2, h3, h4 {
  font-family: 'Lora', serif;
  font-weight: 700;
  font-style: italic;
}

h1 {
  font-size: 32px;
  line-height: 44px;
  margin-bottom: 20px;
}

h2 {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 20px;
}

h3 {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 20px;
}

h4 {
  font-size: 16px;
  line-height: 24px;
  margin: 20px 0 10px;
}

p {
  margin-top: 10px;
}

a {
  color: #b44e28;
}
a:hover {
  color: #000000;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

ul {
  list-style-type: none;
}

strong, b {
  font-weight: bold;
}

/*HEADER*/
.telefoon {
  display: block;
  background-color: #b44e28;
  color: white;
  overflow: hidden;
  padding: 15px 0 20px;
  font-size: 22px;
}
.telefoon a {
  color: white;
  text-decoration: none;
}
@media (min-width: 737px) {
  .telefoon {
    display: none;
  }
}

header.header .top {
  background-color: white;
  z-index: 2;
  position: relative;
}
header.header .top .logo {
  margin: 0 auto;
  max-width: 350px;
  width: 100%;
  height: 110px;
  opacity: 1;
}
@media (max-width: 767px) {
  header.header .top .logo {
    margin: 0;
  }
}
@media (max-width: 736px) {
  header.header .top .logo {
    width: 200px;
    padding-top: 25px;
    margin: 0 auto;
  }
}
header.header .top .logo:hover {
  
}
header.header nav.headermenu {
  position: absolute;
  left: 0;
  right: 0;
  top: 110px;
  z-index: 1;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.8);
}
header.header nav.headermenu ul#menu-mainmenu {
  font-size: 18px;
  text-align: center;
}
header.header nav.headermenu ul#menu-mainmenu li {
  display: inline-block;
}
header.header nav.headermenu ul#menu-mainmenu li a {
  text-decoration: none;
  display: block;
  padding: 12px 16px;
}
header.header nav.headermenu ul#menu-mainmenu li a:hover {
  background-color: #000000;
  color: #f3f3f3;
}
header.header nav.headermenu ul#menu-mainmenu li.active a, header.header nav.headermenu ul#menu-mainmenu li.current_page_item a, header.header nav.headermenu ul#menu-mainmenu li.current_menu_item a {
  background-color: #b44e28;
  color: white;
}
@media (max-width: 736px) {
  header.header a.hamburger {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 3;
  }
  header.header a.hamburger i.line {
    height: 5px;
    display: block;
    background: white;
    margin: 5px 0 0;
    -moz-transition: ease-in-out 150ms;
    -o-transition: ease-in-out 150ms;
    -webkit-transition: ease-in-out 150ms;
    transition: ease-in-out 150ms;
  }
  header.header a.hamburger.active i.one {
    margin-top: 15px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  header.header a.hamburger.active i.two {
    margin-top: -5px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  header.header a.hamburger.active i.three {
    display: none;
  }
  header.header nav.headermenu {
    display: none;
  }
  header.header nav.headermenu.active {
    display: block;
    top: 179px;
  }
  header.header nav.headermenu.active .menu-mainmenu-container {
    display: block;
    position: relative;
    margin: 0 -15px;
  }
  header.header nav.headermenu.active .menu-mainmenu-container ul#menu-mainmenu {
    position: absolute;
    display: block;
    float: none;
    width: 100%;
    height: auto;
    clear: both;
    text-align: center;
    width: 100%;
    background-color: white;
    padding: 0;
    list-style-position: outside;
  }
  header.header nav.headermenu.active .menu-mainmenu-container ul#menu-mainmenu li {
    display: block;
    float: none;
    margin: 0;
  }
  header.header nav.headermenu.active .menu-mainmenu-container ul#menu-mainmenu li + li {
    border-top: 1px solid white;
  }
  header.header nav.headermenu.active .menu-mainmenu-container ul#menu-mainmenu li a {
    text-decoration: none;
    font-size: 16px;
    display: block;
    padding: 0;
    background-color: #f3f3f3;
    color: #000000;
    padding: 15px 0;
  }
  header.header nav.headermenu.active .menu-mainmenu-container ul#menu-mainmenu li a:hover {
    background-color: #b44e28;
    color: white;
  }
  header.header nav.headermenu.active .menu-mainmenu-container ul#menu-mainmenu li ul, header.header nav.headermenu.active .menu-mainmenu-container ul#menu-mainmenu li:hover > ul {
    position: relative;
    display: block;
    list-style-position: outside;
  }
  header.header nav.headermenu.active .menu-mainmenu-container ul#menu-mainmenu li ul li, header.header nav.headermenu.active .menu-mainmenu-container ul#menu-mainmenu li:hover > ul li {
    border: 0;
  }
  header.header nav.headermenu.active .menu-mainmenu-container ul#menu-mainmenu li ul li a, header.header nav.headermenu.active .menu-mainmenu-container ul#menu-mainmenu li:hover > ul li a {
    background-color: white;
  }
  header.header nav.headermenu.active .menu-mainmenu-container ul#menu-mainmenu li ul li a:hover, header.header nav.headermenu.active .menu-mainmenu-container ul#menu-mainmenu li:hover > ul li a:hover {
    background-color: #b44e28;
    color: white;
  }
  header.header nav.headermenu.active .menu-mainmenu-container ul#menu-mainmenu li.current_page_item a, header.header nav.headermenu.active .menu-mainmenu-container ul#menu-mainmenu li.current_page_ancestor a {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
  }
  header.header nav.headermenu.active .menu-mainmenu-container ul#menu-mainmenu li span.spacer {
    display: none;
  }
}

/*SECTION: SLIDER*/
section.slider {
  text-align: center;
  border-bottom: 5px solid #b44e28;
  margin-top: -108px;
}
section.slider h1 {
  font-size: 60px;
  line-height: 72px;
  font-weight: 400;
  max-width: 730px;
  margin: 400px auto 0;
  color: white;
  text-shadow: 2px 2px #b44e28;
}
@media (max-width: 520px) {
  section.slider h1 {
    font-size: 48px;
    line-height: 65px;
    margin: 250px auto 0;
  }
}
@media (max-width: 400px) {
  section.slider h1 {
    font-size: 32px;
    line-height: 48px;
  }
}

.header-image-wrapper {
  position: relative;
  height: 500px;
}
.header-image-wrapper .header-image {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  behavior: url(/wp-content/themes/beuving/_/background-size.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/wp-content/themes/beuving/_/img/home-slide-1.jpg");
}
.header-image-wrapper a.left, .header-image-wrapper a.right {
  display: block;
  width: 50px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
.header-image-wrapper a.left i.icon, .header-image-wrapper a.right i.icon {
  font-size: 30px;
  color: white;
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: 60%;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  transition: all 0.3s ease;
}
.header-image-wrapper a.left:hover i.icon, .header-image-wrapper a.right:hover i.icon {
  color: #b44e28;
}
.header-image-wrapper a.right {
  left: auto;
  right: 0;
}

section.slider.header-image-wrapper {
  height: 800px;
}
section.slider.header-image-wrapper .header-image {
  background-position: center center;
}
section.slider.header-image-wrapper a.down {
  color: #206a58;
  display: block;
  margin-top: 50px;
  text-decoration: none;
}
section.slider.header-image-wrapper a.down:hover {
  color: #000000;
}
section.slider.header-image-wrapper a.down i.icon-angle-down:before {
  font-size: 32px;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  padding: 10px;
}
@media (max-width: 520px) {
  section.slider.header-image-wrapper {
    height: 568px;
  }
}

/*SECTION: ACTIES*/
section.acties {
  background-color: #f3f3f3;
  padding: 65px 0 40px;
  font-size: 20px;
}
@media (max-width: 767px) {
  section.acties {
    padding: 40px 0;
  }
  section.acties .acties-1, section.acties .acties-2 {
    margin-bottom: 30px;
  }
}
section.acties h3 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  color: #206a58;
  font-weight: 700;
  margin: 0;
}
section.acties h4 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  font-weight: normal;
  margin: 0;
}
section.acties p {
  margin: 0;
  line-height: 28px;
}
section.acties i.icon {
  margin-right: 10px;
}
section.acties .acties-1 {
  text-align: right;
  margin-top: -25px;
}
@media (max-width: 767px) {
  section.acties .acties-1 {
    text-align: left;
  }
}
section.acties .acties-1 .icon-certificate {
  position: relative;
  right: 0;
  font-size: 155px;
  color: #206a58;
  margin-right: 0;
}
section.acties .acties-1 .icon-certificate h1 {
  width: 100%;
  font-size: 24px;
  line-height: 26px;
  text-align: center;
  position: absolute;
  right: 0;
  left: -2px;
  top: 75px;
  color: white;
  margin-bottom: 0;
  -ms-transform: rotate(-10deg);
  /* IE 9 */
  -webkit-transform: rotate(-10deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-10deg);
}
section.acties .acties-3 p {
  color: #206a58;
  font-weight: 700;
  margin: 10px 0;
  font-style: italic;
}
section.acties .acties-3 a {
  color: #206a58;
  text-decoration: none;
}
section.acties .acties-3 a:hover {
  color: #b44e28;
}
@media (max-width: 767px) {
  section.acties .acties-1, section.acties .acties-2, section.acties .acties-3 {
    text-align: center;
  }
}

/*SECTION: HOMENIEUWS*/
section.home-nieuws article.nieuws-item {
  text-align: center;
  margin: 80px 0 100px;
}
section.home-nieuws article.nieuws-item h1 {
  color: #206a58;
}
section.home-nieuws article.nieuws-item h1 a {
  color: #206a58;
  text-decoration: none;
}
section.home-nieuws article.nieuws-item h1 a:hover {
  color: #b44e28;
}
section.home-nieuws article.nieuws-item p.datum {
  font-family: Lora, sans-serif;
  font-size: 14px;
  display: none;
}
section.home-nieuws article.nieuws-item p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 28px;
}

/*SECTION: CATEGORIEEN*/
section.categorieen {
  background-color: #f3f3f3;
  position: relative;
}
section.categorieen .arrow {
  background-color: white;
  height: 30px;
  width: 30px;
  position: absolute;
  left: calc(50% - 15px);
  top: -15px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
section.categorieen .categoriewrap article.categorie {
  background-color: #206a58;
  color: white;
  text-align: center;
  margin: 80px 0 100px;
  opacity: 1;
}
section.categorieen .categoriewrap article.categorie:hover {
  opacity: 0.95;
}
section.categorieen .categoriewrap article.categorie a {
  display: block;
  color: white;
  text-decoration: none;
}
section.categorieen .categoriewrap article.categorie h2 {
  margin: 0;
  padding: 20px;
}
section.categorieen .categoriewrap article.categorie p {
  margin: 0;
  padding: 0 20px 20px;
}
@media (max-width: 767px) {
  section.categorieen .categoriewrap article.categorie {
    margin: 80px 0 30px;
  }
  section.categorieen .categoriewrap + .categoriewrap article.categorie {
    margin: 0 0 80px;
  }
}
@media (max-width: 560px) {
  section.categorieen .categoriewrap {
    overflow: hidden;
    margin: 80px 0 0;
  }
  section.categorieen .categoriewrap article.categorie {
    margin: 0 0 30px;
  }
  section.categorieen .categoriewrap + .categoriewrap {
    margin: 0 0 50px;
  }
  section.categorieen .categoriewrap + .categoriewrap article.categorie {
    margin: 0 0 30px;
  }
}

/*PAGE*/
section.page {
  margin: 100px 0;
  /*SIDEBAR*/
}
@media (max-width: 767px) {
  section.page {
    margin: 40px 0;
  }
}
section.page article.single h1 {
  font-size: 32px;
  font-weight: 700;
  font-style: italic;
  color: #206a58;
  margin: 0 0 30px;
}
section.page article.single h2 {
  color: #b44e28;
  margin: 30px 0 20px;
}
section.page article.single h3 {
  color: #b44e28;
  font-size: 18px;
  margin: 30px 0 -10px;
}
section.page article.single .gallery {
  margin: 30px -5px !important;
  overflow: hidden;
}
section.page article.single .gallery .gallery-item {
  display: inline-block;
  margin: 0 !important;
  text-align: left;
  width: 25%;
  padding: 10px;
}
@media (max-width: 767px) {
  section.page article.single .gallery .gallery-item {
    width: 33% !important;
  }
}
@media (max-width: 520px) {
  section.page article.single .gallery .gallery-item {
    padding: 5px;
    width: 50% !important;
  }
}
section.page article.single .gallery .gallery-item img {
  border: none !important;
  width: 100%;
}
section.page article.single .gallery br {
  display: none;
}
section.page article.single-contact h2 {
  font-size: 32px;
  font-weight: 700;
  font-style: italic;
  color: #206a58;
  margin: 0 0 30px;
}
section.page article.single-contact .locatie {
  margin-top: 50px;
}
@media (max-width: 767px) {
  section.page article.single-contact .formulier {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  section.page .sidebar .no-padding {
    padding: 0;
  }
}
section.page .sidebar .widget {
  background-color: #f3f3f3;
  overflow: hidden;
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 767px) {
  section.page .sidebar .widget {
    margin-top: 50px;
  }
}
section.page .sidebar .widget h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 28px;
  font-style: italic;
  font-weight: 400;
  background-color: #206a58;
  color: white;
  text-align: center;
  padding: 15px 0;
  margin: 0;
}
section.page .sidebar .widget h3 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 38px;
  line-height: 52px;
  color: #206a58;
}
section.page .sidebar .widget h4 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 22px;
  line-height: 38px;
  font-style: italic;
  color: #206a58;
  font-weight: 400;
  margin: 20px 0 0;
}
section.page .sidebar .widget h4 a {
  color: #206a58;
  text-decoration: none;
}
section.page .sidebar .widget h4 a:hover {
  color: #b44e28;
}
section.page .sidebar .widget .content {
  padding: 30px;
}
section.page .sidebar .widget .content p {
  margin: 0;
}
section.page .sidebar .widget .content .widgetwrap {
  clear: both;
  overflow: hidden;
  margin-bottom: 20px;
}
section.page .sidebar .widget .content .widgetwrap .no-padding {
  padding: 0;
}
section.page .sidebar .widget .content .widgetwrap h5 {
  font-size: 16px;
  text-align: left;
  font-weight: 700;
  margin-bottom: 10px;
}
section.page .sidebar .widget .content .widgetwrap .menu-link {
  display: block;
  margin-top: 20px;
  font-size: 22px;
  color: #206a58;
  text-decoration: none;
  font-weight: 700;
  font-style: italic;
}
section.page .sidebar .widget .content .widgetwrap .menu-link:hover {
  color: #b44e28;
}
section.page .sidebar .widget .content .menukaart {
  text-align: left;
}
section.page .sidebar .widget .content .menukaart li {
  border-bottom: 1px solid #ccc;
  display: block;
  overflow: hidden;
  word-break: break-word;
}

/*GALLERY*/
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100% !important;
  /* ADDED */
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

.mfp-arrow-right:before {
  border-left: 27px solid #206a58 !important;
}

.mfp-arrow-left:before {
  border-right: 27px solid #206a58 !important;
}

/*PAGE:CONTACT*/
article.contact .contactgegevens, article.contact .locatie, .contactformulier .contactgegevens, .contactformulier .locatie {
  overflow: hidden;
  display: block;
}
article.contact .locatie, .contactformulier .locatie {
  margin-top: 40px;
}
article.contact .no-padding, .contactformulier .no-padding {
  padding: 0;
}
article.contact h2, .contactformulier h2 {
  color: #206a58;
  font-size: 32px;
  line-height: 44px;
}

input.wpcf7-text, textarea.wpcf7-textarea, .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input, .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea {
  height: 40px;
  width: 100%;
  max-width: 100%;
  border: 1px solid #cccccc;
  margin: 5px 0 0;
  padding: 5px;
  box-sizing: border-box;
  -webkit-appearance: none;
  border-radius: 0;
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_container select {
  height: 40px;
  width: 100%;
  max-width: 100%;
  border: 1px solid #cccccc;
  margin: 5px 0 0;
  padding: 5px;
  box-sizing: border-box;
  border-radius: 0;
}

textarea.wpcf7-textarea, .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea {
  height: 220px;
}

input.wpcf7-submit, .gform_wrapper .gform_footer .button {
  font-size: 16px;
  height: 50px;
  width: 100%;
  background-color: #206a58;
  color: white;
  border: 0;
  margin: 30px 0 0;
  transition: all 0.3s ease;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
}
input.wpcf7-submit:hover, .gform_wrapper .gform_footer .button:hover {
  background-color: #b44e28;
}



@media (max-width: 767px) {
  .contactformulier {
    display: block;
    overflow: hidden;
    margin-top: 40px;
  }
}
/*PAGE: MENUKAART*/
section.page article.single .menukaart h2 {
  margin: 30px 0 10px;
}
section.page article.single .menukaart ul li {
  display: block;
  overflow: hidden;
  padding: 5px 0;
}
section.page article.single .menukaart ul li:nth-child(odd) {
  background-color: #eee;
}
section.page article.single .menukaart ul li:nth-child(even) {
  background-color: #f3f3f3;
}

.Menu56 {
  display: none;
}

/*404*/
article.fourofour {
  text-align: center;
}

/*PAGE: NIEUWS*/
article.nieuws {
  padding: 0 0 30px;
  border-bottom: 1px solid #ccc;
}
article.nieuws + article.nieuws {
  padding: 30px 0;
}
article.nieuws h2 a {
  text-decoration: none;
}
article.nieuws .sep, article.nieuws .entry-date {
  font-style: italic;
}

.navigation {
  position: relative;
}
.navigation .older-posts {
  position: absolute;
  left: 0;
}
.navigation .newer-posts {
  position: absolute;
  right: 0;
}

article.nieuws-single h1 {
  color: #206a58;
}
article.nieuws-single .sep, article.nieuws-single .entry-date {
  font-style: italic;
}

.widget-nieuws ul {
  text-align: left;
  list-style: none;
}
.widget-nieuws ul li {
  padding: 0 0 10px;
}
.widget-nieuws ul li a {
  text-decoration: none;
}

/*FOOTER*/
footer.footer {
  background-color: #b44e28;
  color: white;
  padding: 35px 0;
  clear: both;
}
footer.footer a {
  color: white;
}
footer.footer .no-padding {
  padding: 0;
}
footer.footer .footer-contact p {
  margin: 0 0 20px;
}
footer.footer .footer-openingstijden {
  margin: 20px 0 30px;
}

footer.footerfooter {
  background-color: #000000;
  color: white;
  font-size: 14px;
  padding: 20px 0;
}
footer.footerfooter ul#menu-footermenu {
  list-style-type: none;
  margin: 0;
  text-align: right;
}
footer.footerfooter ul#menu-footermenu li {
  display: inline-block;
  background: none;
  margin: 0;
  padding: 0;
}
footer.footerfooter ul#menu-footermenu li a {
  display: inline-block;
  font-weight: 400;
  color: white;
  text-decoration: none;
}
footer.footerfooter ul#menu-footermenu li a:hover {
  text-decoration: underline;
}
footer.footerfooter ul#menu-footermenu li span {
  padding: 0 2px;
}

a.back-to-top {
  display: none;
  background-color: #FFF;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 48px;
  font-size: 34px;
  color: #206a58;
  border-radius: 25px;
  -webkit-box-shadow: 1px 1px 1px 0px #cccccc;
  -moz-box-shadow: 1px 1px 1px 0px #cccccc;
  box-shadow: 1px 1px 1px 0px #cccccc;
  position: fixed;
  bottom: 50px;
  right: 15px;
}
@media (max-width: 767px) {
  a.back-to-top {
    display: block;
  }
}
@media (min-width: 768px) {
  a.back-to-top {
    display: none !important;
  }
}

@media (max-width: 560px) {
  footer.footerfooter ul.footermenu {
    text-align: left;
  }
}
@media (max-width: 560px) {
  .col-xxs-12 {
    width: 100%;
  }

  .col-xs-offset-1, .col-xs-offset-2 {
    margin: 0;
  }

  .menu-footermenu-container {
    float: left;
  }
}


ul li.hide, ul li.hidden {display: none !important;}


.nieuws-single .sep, .nieuws-single .entry-date { display: none;}