/*

Theme Name: Restaurant Akkeroord 1.0
Author: Joost Spijkerman - SpijkerOntwerp
Author URI: https://www.spijkerontwerp.nl/
Description: Responsive website voor Restaurant Akkeroord
Version: 1.0
Tags: Akkeroord, Waddinxveen, Restaurant, Joost Spijkerman, responsive, SpijkerOntwerp

*/
/* RESET */
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);
@import url(https://fonts.googleapis.com/css?family=Quicksand:500,700);
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input, select {
  vertical-align: middle; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid rgba(107, 101, 112, 0.5);
  margin: 1em 0;
  padding: 0; }

/* END RESET */
@-webkit-keyframes opacity-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes opacity-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes opacity-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes opacity-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }
@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }
@-webkit-keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }
@keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }
@-webkit-keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }
@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }
@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }
@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }
@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0; }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1; } }
@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0; }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1; } }
body, html {
  width: 100%;
  height: 100%;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 0.95em;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -ms-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease; }

#bodyFoto {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: rgba(7, 84, 101, 0.7); }
  @media only screen and (min-width: 960px) {
    #bodyFoto {
      background: no-repeat fixed;
      background-position: center center;
      background-repeat: no-repeat;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover; } }

/* TYPOGRAPHY */
p {
  color: #1f1f1f;
  line-height: 1.7em;
  font-size: 1.1em;
  text-align: center; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Quicksand", Arial, Helvetica, sans-serif;
  color: #075465;
  font-weight: 700;
  text-align: left;
  line-height: 1em;
  font-size: 1.6em;
  text-align: center; }
  @media only screen and (min-width: 680px) {
    h1, h2, h3, h4, h5, h6 {
      font-size: 2em; } }

a, a.link, a.visited, a.active {
  color: #075465;
  text-decoration: underline; }
  a:hover, a.link:hover, a.visited:hover, a.active:hover {
    color: rgba(7, 84, 101, 0.8);
    text-decoration: none; }

img.alignright {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px; }
  @media only screen and (min-width: 680px) {
    img.alignright {
      display: block;
      margin-left: auto;
      margin-right: auto;
      margin-top: 5px;
      float: none;
      width: 40%; } }
  @media only screen and (min-width: 680px) and (min-width: 680px) {
    img.alignright {
      float: right;
      height: auto;
      margin: 0 0 0 10px; } }

img.alignleft {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px; }
  @media only screen and (min-width: 680px) {
    img.alignleft {
      display: block;
      margin-left: auto;
      margin-right: auto;
      margin-top: 5px;
      float: none;
      width: 40%; } }
  @media only screen and (min-width: 680px) and (min-width: 680px) {
    img.alignleft {
      float: left;
      height: auto;
      margin: 0 10px 0 0; } }

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid rgba(107, 101, 112, 0.5);
  margin: 15px 0;
  padding: 0; }

.button {
  display: inline-block;
  padding: 6px 12px;
  margin: 5px;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.2em;
  text-align: center;
  white-space: no-wrap;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  background-color: #075465;
  color: #FFF;
  font-family: "Lato", Arial, Helvetica, sans-serif; }
  .button:hover {
    background-color: #0ea3c4; }

a.button, a.ghost-button {
  text-decoration: none; }

.ghost-button {
  display: inline-block;
  padding: 6px 12px;
  margin: 5px;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.2em;
  text-align: center;
  white-space: no-wrap;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  background-color: none;
  border: 1px solid #075465;
  color: #075465;
  font-family: "Lato", Arial, Helvetica, sans-serif; }
  .ghost-button:hover {
    border: 1px solid #000506;
    color: #000506; }

.hidden {
  display: none; }

ul {
  color: #1f1f1f;
  line-height: 2.1em;
  font-size: 0.95em;
  list-style-position: inside; }

.clearer {
  float: none;
  clear: both;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1px; }

/* SCROLL UP */
.scrollup {
  width: 40px;
  height: 40px;
  position: fixed;
  right: 0;
  bottom: 70px;
  display: none;
  background-color: #075465;
  color: #f1f1f1;
  font-size: 1.2em;
  text-align: center;
  line-height: 40px;
  z-index: 100; }
  @media only screen and (min-width: 680px) {
    .scrollup {
      background-color: #f1f1f1;
      color: #075465; } }

.scrollup a, .scrollup a:link, .scrollup a:visited, .scrollup a:active {
  text-decoration: none;
  color: #FFF; }

.scrollup a:hover, .scrollup:hover {
  text-decoration: none;
  color: #f1f1f1;
  background-color: #075465; }

/* END SCROLL UP */
.relative-container {
  position: relative;
  width: 100%;
  height: 100%; }

.wrapper-container {
  width: 90%;
  margin: 0 auto; }
  @media only screen and (min-width: 1140px) {
    .wrapper-container {
      width: 1140px; } }

.container-standaard {
  float: left;
  width: 100%;
  height: auto;
  padding: 30px 0; }

#header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: auto;
  z-index: 99; }
  #header .topheader {
    background: rgba(0, 0, 0, 0.7);
    padding: 20px 0;
    text-align: center; }
    #header .topheader img {
      width: 50%; }
      @media only screen and (min-width: 680px) {
        #header .topheader img {
          width: 300px; } }
  #header .bottomheader {
    display: block;
    padding: 0 30px;
    overflow: hidden;
    float: left;
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out;
    -ms-transition: background 0.5s ease-in-out;
    -o-transition: background 0.5s ease-in-out;
    transition: background 0.5s ease-in-out; }
    #header .bottomheader .navigation {
      display: none; }
      @media only screen and (min-width: 680px) {
        #header .bottomheader .navigation {
          display: block;
          float: left;
          width: 100%;
          border-bottom: 1px solid #FFF; } }
      #header .bottomheader .navigation ul {
        clear: left;
        float: left;
        list-style: none;
        margin: 0;
        padding: 0;
        position: relative;
        left: 50%;
        text-align: center; }
        #header .bottomheader .navigation ul li {
          display: block;
          float: left;
          list-style: none;
          margin: 0;
          padding: 0;
          position: relative;
          right: 50%; }
          #header .bottomheader .navigation ul li a {
            display: block;
            padding: 10px;
            font-size: 16px;
            color: #FFF;
            text-decoration: none;
            line-height: inherit; }
            #header .bottomheader .navigation ul li a:hover {
              background: none;
              color: #075465; }
      #header .bottomheader .navigation ul li a {
        font-weight: 700;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8); }
    #header .bottomheader .open, #header .bottomheader .icon-call {
      float: right;
      width: 40px;
      height: 40px;
      font-size: 30px;
      cursor: pointer;
      color: #FFF;
      border: 1px solid #FFF;
      text-align: center;
      line-height: 40px;
      font-size: 1.8em;
      margin: 5px;
      padding: 0; }
      @media only screen and (min-width: 680px) {
        #header .bottomheader .open, #header .bottomheader .icon-call {
          display: none; } }
      #header .bottomheader .open a, #header .bottomheader .icon-call a {
        color: #FFF; }
  #header .bottomheader.top {
    background: none; }
  #header .bottomheader.scroll {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    right: 0;
    left: 0; }

.sidenav {
  height: 100%;
  width: 0;
  z-index: 100;
  background-color: #111;
  overflow-x: hidden;
  padding-top: 60px;
  position: fixed;
  top: 0;
  right: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .sidenav ul {
    list-style-type: none; }
  .sidenav a {
    padding: 5px 8px 5px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .sidenav a:hover {
      color: #f1f1f1; }
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 25px;
    margin-left: 50px; }
  @media only screen and (min-width: 680px) {
    .sidenav {
      display: none; } }
  .sidenav .icon-wrapper {
    width: 100%;
    padding-left: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    margin-top: 20px;
    font-size: 1.6em;
    color: #f1f1f1; }
    .sidenav .icon-wrapper a {
      color: #f1f1f1;
      text-decoration: none;
      display: inline !important;
      padding: 0 !important; }
    .sidenav .icon-wrapper .fa {
      margin: 0 5px; }

#main {
  transition: margin-left .5s ease;
  padding: 0;
  overflow: hidden; }

#centeredmenu {
  display: none; }
  @media only screen and (min-width: 680px) {
    #centeredmenu {
      display: block;
      float: left;
      width: 100%;
      background: #FFF;
      border-bottom: 1px solid rgba(0, 0, 0, 0.3);
      overflow: hidden;
      position: relative;
      margin: 10px 0;
      font-family: "Lato", Arial, Helvetica, sans-serif; }
      #centeredmenu ul {
        clear: left;
        float: left;
        list-style: none;
        margin: 0;
        padding: 0;
        position: relative;
        left: 50%;
        text-align: center; }
        #centeredmenu ul li {
          display: block;
          float: left;
          list-style: none;
          margin: 0;
          padding: 0;
          position: relative;
          right: 50%; }
          #centeredmenu ul li a {
            display: block;
            padding: 10px;
            font-size: 1.2 em;
            color: #000;
            text-decoration: none;
            line-height: 1em; }
            #centeredmenu ul li a:hover {
              background: #369;
              color: #FFF; } }

#main-block-home, #main-block-pages {
  float: left;
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #f1f1f1;
  border-top: 8px solid #1f1f1f; }
  @media only screen and (min-width: 680px) {
    #main-block-home, #main-block-pages {
      float: left;
      width: 100%;
      height: auto;
      margin: 80vh 0 0 0; } }

#main-block-home {
  margin-top: 80vh; }

#main-block-pages {
  margin-top: 45vh; }

.main-block-content {
  float: left;
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px; }
  @media only screen and (min-width: 680px) {
    .main-block-content {
      padding: 40px; } }

.bignav {
  float: left;
  width: 100%;
  height: auto; }
  @media only screen and (min-width: 680px) {
    .bignav {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: stretch;
      -moz-align-items: stretch;
      -ms-align-items: stretch;
      align-items: stretch;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .bignav .nav-items {
    padding: 20px;
    float: left;
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media only screen and (min-width: 680px) {
      .bignav .nav-items {
        width: calc(100% / 3);
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; } }
    .bignav .nav-items:nth-child(1), .bignav .nav-items:nth-child(3) {
      background: rgba(7, 84, 101, 0.3);
      -webkit-animation: slide-in-bottom 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s both;
      animation: slide-in-bottom 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s both; }
    .bignav .nav-items:nth-child(2) {
      background: rgba(7, 84, 101, 0.1);
      -webkit-animation: slide-in-bottom 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s both;
      animation: slide-in-bottom 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s both; }
    .bignav .nav-items .nav-content {
      width: 100%;
      text-align: center; }
      .bignav .nav-items .nav-content h3, .bignav .nav-items .nav-content h2, .bignav .nav-items .nav-content p {
        text-align: center; }
        .bignav .nav-items .nav-content h3 a, .bignav .nav-items .nav-content h2 a, .bignav .nav-items .nav-content p a {
          color: #1f1f1f; }
      .bignav .nav-items .nav-content h2, .bignav .nav-items .nav-content h3 {
        color: #075465;
        line-height: 1.3em; }
      .bignav .nav-items .nav-content h3 {
        font-size: 1.6em;
        line-height: 1em; }

.features {
  float: left;
  width: 100%;
  height: auto;
  border-top: 1px solid rgba(107, 101, 112, 0.5);
  border-bottom: 1px solid rgba(107, 101, 112, 0.5);
  margin: 40px 0;
  padding: 40px 0; }
  @media only screen and (min-width: 680px) {
    .features {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: stretch;
      -moz-align-items: stretch;
      -ms-align-items: stretch;
      align-items: stretch;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-align-content: flex-start;
      -moz-align-content: flex-start;
      -ms-align-content: flex-start;
      align-content: flex-start; } }
  .features .feature-item {
    margin: 20px 0;
    float: left;
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media only screen and (min-width: 680px) {
      .features .feature-item {
        width: calc((100% / 4) - 20px);
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        margin: 0 10px; } }
    .features .feature-item:nth-child(odd) {
      -webkit-animation: slide-in-bottom 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s both;
      animation: slide-in-bottom 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s both; }
    .features .feature-item:nth-child(even) {
      -webkit-animation: slide-in-bottom 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s both;
      animation: slide-in-bottom 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s both; }
    .features .feature-item .feature-content {
      width: 100%;
      text-align: center; }
      .features .feature-item .feature-content img {
        width: 100%; }
      .features .feature-item .feature-content h1, .features .feature-item .feature-content h2, .features .feature-item .feature-content h3, .features .feature-item .feature-content h4, .features .feature-item .feature-content h5 {
        font-family: "Lato", Arial, Helvetica, sans-serif;
        font-weight: 400;
        font-size: 1.5em; }

#title {
  position: relative;
  width: 100%;
  height: 100%; }
  #title h1 {
    position: absolute;
    top: 130px;
    left: 0;
    right: 0;
    text-align: center;
    color: #f1f1f1;
    font-size: 3em;
    text-shadow: 0px 0px 5px black; }
    @media only screen and (min-width: 680px) {
      #title h1 {
        position: absolute;
        top: 200px;
        left: 0;
        right: 0;
        font-size: 4em; } }

.columns {
  float: left;
  width: 100%;
  height: auto;
  border-top: 1px solid rgba(107, 101, 112, 0.5);
  border-bottom: 1px solid rgba(107, 101, 112, 0.5);
  margin: 40px 0;
  padding: 40px 0; }
  @media only screen and (min-width: 680px) {
    .columns {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: stretch;
      -moz-align-items: stretch;
      -ms-align-items: stretch;
      align-items: stretch;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .columns .column-item {
    padding: 0 20px;
    float: left;
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media only screen and (min-width: 680px) {
      .columns .column-item {
        width: calc(100% / 3);
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; }
        .columns .column-item:nth-child(2) {
          border-left: 1px solid rgba(107, 101, 112, 0.5);
          border-right: 1px solid rgba(107, 101, 112, 0.5); } }
    .columns .column-item:nth-child(1), .columns .column-item:nth-child(3) {
      -webkit-animation: slide-in-bottom 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s both;
      animation: slide-in-bottom 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s both; }
    .columns .column-item:nth-child(2) {
      -webkit-animation: slide-in-bottom 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s both;
      animation: slide-in-bottom 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s both;
      border-top: 1px solid rgba(107, 101, 112, 0.5);
      border-bottom: 1px solid rgba(107, 101, 112, 0.5); }
      @media only screen and (min-width: 680px) {
        .columns .column-item:nth-child(2) {
          border-top: none;
          border-bottom: none; } }
    .columns .column-item .column-content {
      width: 100%;
      text-align: center; }
      .columns .column-item .column-content img {
        width: 100%; }
      .columns .column-item .column-content h1, .columns .column-item .column-content h2, .columns .column-item .column-content h3, .columns .column-item .column-content h4, .columns .column-item .column-content h5 {
        font-family: "Lato", Arial, Helvetica, sans-serif;
        font-weight: 700;
        font-size: 1.5em; }
        @media only screen and (min-width: 680px) {
          .columns .column-item .column-content h1, .columns .column-item .column-content h2, .columns .column-item .column-content h3, .columns .column-item .column-content h4, .columns .column-item .column-content h5 {
            font-weight: 400; } }
      .columns .column-item .column-content ul.gerechten {
        list-style-type: none;
        font-size: 1.1em;
        padding: 5px 0; }
        .columns .column-item .column-content ul.gerechten:nth-child(odd) {
          background: rgba(107, 101, 112, 0.1); }
        .columns .column-item .column-content ul.gerechten li.gerecht {
          font-weight: 700; }
        .columns .column-item .column-content ul.gerechten li.uitleg {
          font-weight: 400; }
        .columns .column-item .column-content ul.gerechten li.prijs {
          font-weight: 700; }

.feature-groot {
  float: left;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 40px 0;
  background: no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  @media only screen and (min-width: 680px) {
    .feature-groot {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: stretch;
      -moz-align-items: stretch;
      -ms-align-items: stretch;
      align-items: stretch;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -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; } }
  .feature-groot .menu-item {
    margin: 0 20px;
    background: rgba(255, 255, 255, 0.8);
    float: left;
    width: calc(100% - 40px);
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-animation: slide-in-bottom 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s both;
    animation: slide-in-bottom 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s both; }
    @media only screen and (min-width: 680px) {
      .feature-groot .menu-item {
        width: 50%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; } }
    .feature-groot .menu-item .menu-content {
      width: 100%;
      text-align: center;
      padding: 15px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .feature-groot .menu-item .menu-content img {
        width: 100%; }
      .feature-groot .menu-item .menu-content h3, .feature-groot .menu-item .menu-content h4 {
        font-family: "Lato", Arial, Helvetica, sans-serif;
        font-weight: 400;
        font-size: 1.5em; }
      .feature-groot .menu-item .menu-content h4 {
        font-size: 1.3em; }
      .feature-groot .menu-item .menu-content .gangen, .feature-groot .menu-item .menu-content .allin {
        float: left;
        width: 100%;
        height: auto; }
        .feature-groot .menu-item .menu-content .gangen:nth-child(even), .feature-groot .menu-item .menu-content .allin:nth-child(even) {
          border-bottom: 1px solid rgba(107, 101, 112, 0.5); }
        @media only screen and (min-width: 680px) {
          .feature-groot .menu-item .menu-content .gangen, .feature-groot .menu-item .menu-content .allin {
            float: left;
            width: 50%;
            height: auto;
            border-bottom: 1px solid rgba(107, 101, 112, 0.5); } }

.bg-reserveren {
  float: left;
  width: 100%;
  height: auto;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 60px 0;
  text-align: center; }
  .bg-reserveren .button-reserveer {
    display: inline-block;
    padding: 6px 12px;
    margin: 5px;
    font-size: 1.1em;
    font-weight: 400;
    line-height: 1.2em;
    text-align: center;
    white-space: no-wrap;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    background-color: none;
    border: 1px solid #FFF;
    color: #FFF;
    font-family: "Lato", Arial, Helvetica, sans-serif;
    font-size: 1.4em;
    margin: 0 10px; }
    .bg-reserveren .button-reserveer:hover {
      color: #d9d9d9; }
    .bg-reserveren .button-reserveer:nth-child(1) {
      -webkit-animation: slide-in-left 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s both;
      animation: slide-in-left 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s both; }
    .bg-reserveren .button-reserveer:nth-child(2) {
      -webkit-animation: slide-in-left 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s both;
      animation: slide-in-left 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s both; }
  .bg-reserveren a.button-reserveer {
    text-decoration: none; }

.fotos {
  float: left;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 40px 0;
  background: no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  @media only screen and (min-width: 680px) {
    .fotos {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: stretch;
      -moz-align-items: stretch;
      -ms-align-items: stretch;
      align-items: stretch;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -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; } }
  .fotos img {
    width: calc((100% / 2) - 22px);
    margin: 10px;
    height: 150px;
    object-fit: cover; }
    @media only screen and (min-width: 680px) {
      .fotos img {
        width: calc((100% / 3) - 20px);
        height: 155px; } }
    @media only screen and (min-width: 960px) {
      .fotos img {
        width: calc((100% / 4) - 20px);
        height: 170px; } }

.column-wrapper {
  float: left;
  width: 100%;
  height: auto;
  padding: 40px 0; }
  @media only screen and (min-width: 680px) {
    .column-wrapper {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: stretch;
      -moz-align-items: stretch;
      -ms-align-items: stretch;
      align-items: stretch;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .column-wrapper .column-half {
    padding: 0 20px;
    float: left;
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media only screen and (min-width: 680px) {
      .column-wrapper .column-half {
        width: calc(100% / 2);
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; } }
  .column-wrapper .column-third {
    padding: 0 20px;
    float: left;
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid rgba(107, 101, 112, 0.5);
    margin-top: 10px;
    padding-top: 10px; }
    @media only screen and (min-width: 680px) {
      .column-wrapper .column-third {
        width: calc(100% / 3);
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        border-top: none;
        border-left: 1px solid rgba(107, 101, 112, 0.5);
        margin-top: 0;
        padding-top: 0; } }
  .column-wrapper .column-twothird {
    padding: 0 20px;
    float: left;
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media only screen and (min-width: 680px) {
      .column-wrapper .column-twothird {
        width: calc((100% / 3) * 2); } }
  .column-wrapper .column-half .columns-content, .column-wrapper .column-third .columns-content, .column-wrapper .column-twothird .columns-content {
    width: 100%;
    text-align: left; }
    .column-wrapper .column-half .columns-content img, .column-wrapper .column-third .columns-content img, .column-wrapper .column-twothird .columns-content img {
      width: 100%;
      height: auto; }
    .column-wrapper .column-half .columns-content h1, .column-wrapper .column-half .columns-content h2, .column-wrapper .column-half .columns-content h3, .column-wrapper .column-half .columns-content h4, .column-wrapper .column-half .columns-content h5, .column-wrapper .column-third .columns-content h1, .column-wrapper .column-third .columns-content h2, .column-wrapper .column-third .columns-content h3, .column-wrapper .column-third .columns-content h4, .column-wrapper .column-third .columns-content h5, .column-wrapper .column-twothird .columns-content h1, .column-wrapper .column-twothird .columns-content h2, .column-wrapper .column-twothird .columns-content h3, .column-wrapper .column-twothird .columns-content h4, .column-wrapper .column-twothird .columns-content h5 {
      font-family: "Quicksand", Arial, Helvetica, sans-serif;
      font-weight: 700;
      font-size: 1.5em;
      text-align: left; }
      @media only screen and (min-width: 680px) {
        .column-wrapper .column-half .columns-content h1, .column-wrapper .column-half .columns-content h2, .column-wrapper .column-half .columns-content h3, .column-wrapper .column-half .columns-content h4, .column-wrapper .column-half .columns-content h5, .column-wrapper .column-third .columns-content h1, .column-wrapper .column-third .columns-content h2, .column-wrapper .column-third .columns-content h3, .column-wrapper .column-third .columns-content h4, .column-wrapper .column-third .columns-content h5, .column-wrapper .column-twothird .columns-content h1, .column-wrapper .column-twothird .columns-content h2, .column-wrapper .column-twothird .columns-content h3, .column-wrapper .column-twothird .columns-content h4, .column-wrapper .column-twothird .columns-content h5 {
          font-weight: 400; } }
    .column-wrapper .column-half .columns-content p, .column-wrapper .column-third .columns-content p, .column-wrapper .column-twothird .columns-content p {
      text-align: left; }

#resengo-process-flow {
  max-width: 100% !important;
  width: 100% !important; }

.contactform input[type="text"],
.contactform input[type="date"],
.contactform input[type="datetime"],
.contactform input[type="email"],
.contactform input[type="number"],
.contactform input[type="search"],
.contactform input[type="time"],
.contactform input[type="url"],
.contactform input[type="tel"],
.contactform input[type="password"],
.contactform textarea,
.contactform select {
  outline: none !important;
  display: block !important;
  width: 100% !important;
  padding: 7px !important;
  background: white !important;
  margin-bottom: 15px !important;
  font-size: 16px !important;
  height: auto !important;
  color: #1f1f1f !important;
  border: 1px solid #075465 !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border 0.3s ease;
  -moz-transition: border 0.3s ease;
  -ms-transition: border 0.3s ease;
  -o-transition: border 0.3s ease;
  transition: border 0.3s ease; }
  .contactform input[type="text"]:focus,
  .contactform input[type="date"]:focus,
  .contactform input[type="datetime"]:focus,
  .contactform input[type="email"]:focus,
  .contactform input[type="number"]:focus,
  .contactform input[type="search"]:focus,
  .contactform input[type="time"]:focus,
  .contactform input[type="url"]:focus,
  .contactform input[type="tel"]:focus,
  .contactform input[type="password"]:focus,
  .contactform textarea:focus,
  .contactform select:focus {
    border: 1px solid #1f1f1f !important; }

.contactform textarea {
  resize: none;
  min-height: 120px;
  overflow: hidden; }

.contactform input[type="button"],
.contactform input[type="submit"],
.submit-button {
  padding: 8px 25px !important;
  font-size: 1.1em !important;
  color: #FFF !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  margin: 0 !important;
  background: #075465 !important;
  cursor: pointer !important;
  border: none !important;
  float: left;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
  .contactform input[type="button"]:hover,
  .contactform input[type="submit"]:hover,
  .submit-button:hover {
    background: #1f1f1f !important; }

.contactform label {
  font-size: 1em !important;
  color: #1f1f1f !important;
  font-weight: normal !important;
  line-height: 1.5em !important;
  text-align: left !important; }

.contactform input[type=radio] {
  float: left !important;
  margin-right: 5px !important; }

@media only screen and (min-width: 680px) {
  #footer .footer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }
#footer .footer .footer-widgets {
  width: 100%;
  margin: 10px 0;
  background: #075465; }
  @media only screen and (min-width: 960px) {
    #footer .footer .footer-widgets {
      width: calc((100% / 3) - 20px);
      margin: 0 10px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; } }
  #footer .footer .footer-widgets .footer-widgets-content {
    width: 100%;
    text-align: center;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    #footer .footer .footer-widgets .footer-widgets-content p {
      color: #f1f1f1; }
      #footer .footer .footer-widgets .footer-widgets-content p a {
        color: #f1f1f1; }
    #footer .footer .footer-widgets .footer-widgets-content h5 {
      text-align: center;
      font-size: 1.3em;
      color: #f1f1f1; }
    #footer .footer .footer-widgets .footer-widgets-content img {
      width: 100%; }
    #footer .footer .footer-widgets .footer-widgets-content .icon-wrapper {
      width: 100%;
      text-align: center;
      margin-top: 20px;
      font-size: 1.6em;
      color: #f1f1f1; }
      #footer .footer .footer-widgets .footer-widgets-content .icon-wrapper a {
        color: #f1f1f1;
        text-decoration: none; }
      #footer .footer .footer-widgets .footer-widgets-content .icon-wrapper .fa {
        margin: 0 5px; }
#footer .footer-copyright {
  float: left;
  width: 100%;
  padding: 10px 0;
  background: #f1f1f1;
  text-align: center;
  color: #FFF;
  font-size: 11px; }
  #footer .footer-copyright p, #footer .footer-copyright a {
    color: #1f1f1f; }

/*# sourceMappingURL=style.css.map */
