body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

html, body {
  margin: 0;
  padding: 0; }

*, *::before, *::after {
  box-sizing: border-box; }

h1, h2, h3, h4, h5, h6 {
  font-weigth: normal; }

label, button {
  cursor: pointer; }

img, video, embed, object {
  max-width: 100%; }

img {
  vertical-align: middle; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

fieldset {
  border: none; }

.clearfix::before, .clearfix::after {
  content: "";
  display: table; }

.clearfix::after {
  clear: both; }

body {
  font: 600 14px/24px "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", Sans-Serif;
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
  background-color: #B0C4DE;
  background: url("../opmaak/bg oud.gif"); }

.page {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  background: url("../opmaak/bg.gif"); }

h1 {
  font-weight: bold;
  font-size: 1.6em; }

h2 {
  font-weight: bold;
  font-size: 1.4em; }

h3 {
  font-weight: bold;
  font-size: 1.2em; }

/* Clearfix na section en rij (prevents parent with floats to collapse) */
.rij:after {
  content: "";
  clear: both;
  display: table; }

header {
  position: relative;
  background: url("../opmaak/bg_header_small.png") no-repeat center center;
  background-size: cover; }
  @media (min-width: 30em) {
    header {
      background: url("../opmaak/bg_header@1x.png") no-repeat center center;
      background-size: cover;
      min-height: 120px; } }
  @media (min-width: 48em) {
    header {
      background: url("../opmaak/bg_header@2x.png") no-repeat center center;
      background-size: cover;
      min-height: 220px; } }
  header::after {
    content: "";
    clear: both;
    display: table; }

nav {
  top: 1em;
  left: 1em;
  z-index: 99; }

.logo img {
  position: relative;
  max-width: 189px; }

/*========================================================================
Menu - icoon (hamburger) 
========================================================================== */
.menu__dropdown__icoon__bar1,
.menu__dropdown__icoon__bar2,
.menu__dropdown__icoon__bar3 {
  width: 35px;
  height: 5px;
  background-color: AntiqueWhite;
  margin: 6px 0;
  transition: 0.2s;
  border-radius: 6px; }

.change {
  /* Rotate first bar */
  /* Fade out the second bar */
  /* Rotate last bar */ }
  .change .menu__dropdown__icoon__bar1 {
    -webkit-transform: rotate(-45deg) translate(-10px, 5px);
    transform: rotate(-45deg) translate(-10px, 5px); }
  .change .menu__dropdown__icoon__bar2 {
    opacity: 0; }
  .change .menu__dropdown__icoon__bar3 {
    -webkit-transform: rotate(45deg) translate(-10px, -5px);
    transform: rotate(45deg) translate(-10px, -5px); }

/*========================================================================
Dropdown menu en inhoud
========================================================================== */
.menu__dropdown {
  display: inline-block;
  cursor: pointer;
  width: 90px; }

.menu__dropdown__icoon {
  float: left; }

.menu__inhoud {
  display: none;
  position: absolute;
  background-color: rgba(176, 196, 222, 0.9);
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 6px;
  padding: 24px; }
  .menu__inhoud a {
    color: Navy;
    transition: background 0.25s ease;
    padding: 12px 16px;
    text-decoration: none;
    display: block; }
    .menu__inhoud a:hover {
      background: #f1f1f1; }

.menu__tekst {
  color: AntiqueWhite;
  float: right; }

.menu-inhoud-aan {
  display: block; }

section {
  color: Navy;
  position: relative;
  margin-bottom: 20px; }
  section::after {
    content: "";
    clear: both;
    display: table; }

.section-top {
  margin-bottom: 0px; }

footer {
  position: relative;
  color: #fff;
  background: url("../opmaak/bg_footer_small.png") no-repeat center center;
  min-height: 19.375em;
  background-size: cover; }
  footer::after {
    content: "";
    clear: both;
    display: table; }
  @media (min-width: 30em) {
    footer {
      background: url("../opmaak/bg_footer@1x.png") no-repeat center center;
      min-height: 15.1875em;
      background-size: cover; } }

.footer__menu__item {
  font-size: 1em;
  color: Navy;
  background: rgba(204, 204, 214, 0.9);
  text-align: center; }

.footer__menu__item--icon {
  display: inline-block;
  padding-right: 0.5em; }

.footer__menu__item--text {
  display: inline-block; }

.footer__teller {
  display: inline; }

.grid {
  margin-right: -3px;
  margin-left: -3px; }

.grid-xs--1, .grid-xs--2, .grid-xs--3, .grid-xs--4, .grid-xs--5, .grid-xs--6, .grid-xs--7, .grid-xs--8, .grid-xs--9, .grid-xs--10, .grid-xs--11, .grid-xs--12 {
  float: left;
  padding: 3px; }

.grid-xs--1 {
  width: 8.33333%; }

.grid-xs--2 {
  width: 16.66667%; }

.grid-xs--3 {
  width: 25%; }

.grid-xs--4 {
  width: 33.33333%; }

.grid-xs--5 {
  width: 41.66667%; }

.grid-xs--6 {
  width: 50%; }

.grid-xs--7 {
  width: 58.33333%; }

.grid-xs--8 {
  width: 66.66667%; }

.grid-xs--9 {
  width: 75%; }

.grid-xs--10 {
  width: 83.33333%; }

.grid-xs--11 {
  width: 91.66667%; }

.grid-xs--12 {
  width: 100%; }

@media (min-width: 30em) {
  .grid-sm--1, .grid-sm--2, .grid-sm--3, .grid-sm--4, .grid-sm--5, .grid-sm--6, .grid-sm--7, .grid-sm--8, .grid-sm--9, .grid-sm--10, .grid-sm--11, .grid-sm--12 {
    float: left;
    padding: 3px; }
  .grid-sm--1 {
    width: 8.33333%; }
  .grid-sm--2 {
    width: 16.66667%; }
  .grid-sm--3 {
    width: 25%; }
  .grid-sm--4 {
    width: 33.33333%; }
  .grid-sm--5 {
    width: 41.66667%; }
  .grid-sm--6 {
    width: 50%; }
  .grid-sm--7 {
    width: 58.33333%; }
  .grid-sm--8 {
    width: 66.66667%; }
  .grid-sm--9 {
    width: 75%; }
  .grid-sm--10 {
    width: 83.33333%; }
  .grid-sm--11 {
    width: 91.66667%; }
  .grid-sm--12 {
    width: 100%; } }

@media (min-width: 48em) {
  .grid-md--1, .grid-md--2, .grid-md--3, .grid-md--4, .grid-md--5, .grid-md--6, .grid-md--7, .grid-md--8, .grid-md--9, .grid-md--10, .grid-md--11, .grid-md--12 {
    float: left;
    padding: 3px; }
  .grid-md--1 {
    width: 8.33333%; }
  .grid-md--2 {
    width: 16.66667%; }
  .grid-md--3 {
    width: 25%; }
  .grid-md--4 {
    width: 33.33333%; }
  .grid-md--5 {
    width: 41.66667%; }
  .grid-md--6 {
    width: 50%; }
  .grid-md--7 {
    width: 58.33333%; }
  .grid-md--8 {
    width: 66.66667%; }
  .grid-md--9 {
    width: 75%; }
  .grid-md--10 {
    width: 83.33333%; }
  .grid-md--11 {
    width: 91.66667%; }
  .grid-md--12 {
    width: 100%; } }

@media (min-width: 60em) {
  .grid-lg--1, .grid-lg--2, .grid-lg--3, .grid-lg--4, .grid-lg--5, .grid-lg--6, .grid-lg--7, .grid-lg--8, .grid-lg--9, .grid-lg--10, .grid-lg--11, .grid-lg--12 {
    float: left;
    padding: 3px; }
  .grid-lg--1 {
    width: 8.33333%; }
  .grid-lg--2 {
    width: 16.66667%; }
  .grid-lg--3 {
    width: 25%; }
  .grid-lg--4 {
    width: 33.33333%; }
  .grid-lg--5 {
    width: 41.66667%; }
  .grid-lg--6 {
    width: 50%; }
  .grid-lg--7 {
    width: 58.33333%; }
  .grid-lg--8 {
    width: 66.66667%; }
  .grid-lg--9 {
    width: 75%; }
  .grid-lg--10 {
    width: 83.33333%; }
  .grid-lg--11 {
    width: 91.66667%; }
  .grid-lg--12 {
    width: 100%; } }

.welkom {
  position: relative;
  columns: 20em 1;
  -webkit-columns: 20em 1;
  /* Chrome, Safari, Opera */
  -webkit-column-rule: thin dashed #607d8b;
  column-rule: thin dashed #607d8b; }
  .welkom p {
    color: navy; }
    @media (min-width: 30em) {
      .welkom p {
        color: navy; } }
  .welkom span {
    color: antiquewhite; }

.reacties__form {
  display: none;
  z-index: 2;
  min-width: 640px;
  min-height: 440px;
  background-image: url("../opmaak/form_bg.png");
  background-repeat: no-repeat; }

#f_reaktie {
  background: url("../opmaak/form_field_bg.png") repeat; }

#f_naam {
  background: url("../opmaak/form_field_bg.png") repeat; }

#f_mail {
  background: url("../opmaak/form_field_bg.png") repeat; }

.reacties__form__reactie {
  padding-top: 150px;
  padding-bottom: 10px;
  padding-left: 10px; }

.reacties__form__email {
  padding-left: 10px; }

.reacties__form__afz {
  padding-left: 10px; }

.reacties__form__controls {
  padding-left: 10px; }

.reacties {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 640px;
  -webkit-perspective: 2000px;
  -moz-perspective: 2000px;
  -o-perspective: 2000px;
  perspective: 2000px; }

.reacties__regel_boven {
  background-image: url("../opmaak/bericht_bg_boven.png");
  background-repeat: no-repeat;
  height: 180px; }

.reacties__regel {
  background-image: url("../opmaak/bericht_bg_deel.png");
  background-repeat: repeat-y; }

.reacties__regel--txt {
  padding: 5px 25px 0px 10px; }

.reacties__regel--inf {
  padding: 25px 25px 0px 10px;
  font-style: italic; }

.reacties__regel_onder {
  background-image: url("../opmaak/bericht_bg_onder.png");
  background-repeat: no-repeat;
  height: 25px; }

.gast_wrap {
  position: relative;
  z-index: 2;
  min-width: 100px;
  max-width: 120px; }

.gast__tekst {
  position: absolute;
  top: 35%;
  left: 20%;
  color: darkblue;
  font-size: 0.8em; }
  @media (min-width: 60em) {
    .gast__tekst {
      font-size: 1em; } }

.gast__img {
  width: 100%;
  opacity: 0.5;
  border-radius: 20px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.78);
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms; }
