* {
  border: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0;
  padding: 0; }

html {
  background-color: #47731f; }

body {
  font-family: "Roboto", sans-serif;
  line-height: 1.5em;
  color: white; }

.view {
  margin: 0 auto;
  width: 960px; }
  .view.narrow {
    width: 680px; }

#main-header {
  background: white;
  padding: 0;
  position: relative; }
  #main-header h1 {
    color: white;
    line-height: 248px;
    text-align: center;
    font-size: 32px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    text-shadow: 0 0 3px black; }
  #main-header nav {
    background-color: rgba(71, 115, 31, 0.74);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    padding: 10px;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 52px;
    left: 0;
    bottom: 0;
    z-index: 99; }
  #main-header ul {
    list-style: none; }
  #main-header li {
    display: inline-block; }
  #main-header a {
    border-radius: 2px;
    color: white;
    display: block;
    line-height: 2em;
    padding: 0 2em;
    text-decoration: none; }
    #main-header a.active, #main-header a:hover {
      background: #558925;
      box-shadow: inset 0 0 2px #a9cf54; }

#header-photos {
  height: 300px;
  z-index: 3; }
  #header-photos div {
    background: transparent no-repeat 50% 50%;
    background-size: cover;
    height: 300px; }
    #header-photos div.hal {
      background-image: url(/static/foto-hal.jpg); }
    #header-photos div.entree {
      background-image: url(/static/foto-entree.jpg); }

article {
  background: #47731f;
  padding: 5em 0;
  position: relative; }
  article.alt {
    background: white;
    color: black; }
  article p {
    margin-bottom: 1em; }

#main-footer {
  background: #47731f;
  font-size: 11px;
  padding: 20px;
  text-align: right; }

#intro figure {
  float: right;
  margin: 0 0 1em 1em; }
  #intro figure img {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); }

#fotos {
  background: #444;
  padding: 0 1em;
  position: relative;
  overflow-x: hidden; }

#fotobar {
  position: relative;
  white-space: nowrap; }
  #fotobar ul {
    display: table; }
  #fotobar li {
    display: table-cell;
    height: 100%;
    padding: 0;
    vertical-align: middle; }
    #fotobar li.active {
      background: #47731f; }
  #fotobar .foto, #fotobar .photoThumb {
    display: block; }
  #fotobar .photoThumb {
    width: 160px; }
  #fotobar .foto {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    padding: 5px;
    position: relative;
    max-height: 108px;
    max-width: 160px;
    vertical-align: middle; }
    #fotobar .foto div {
      height: 108px;
      overflow: hidden;
      position: relative; }

.fotoControl {
  background: no-repeat 50% 50%;
  height: 50px;
  position: absolute;
  top: 300px;
  width: 50px;
  text-decoration: none; }
  .fotoControl.prev {
    background-image: url(/static/prev.png);
    left: 0; }
  .fotoControl.next {
    background-image: url(/static/next.png);
    right: 0; }

#foto-view {
  background: #333;
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.3);
  min-height: 600px;
  padding: 10px;
  text-align: center; }

#locatie {
  padding: 0; }
  #locatie iframe {
    z-index: 5; }
  #locatie::before, #locatie::after {
    display: none; }
  #locatie + article {
    margin-top: -6px;
    padding-top: 20px; }
