* {
  box-sizing: border-box;
}

html, body {
  min-height: 100%;
}

.clear::after {
  content: "";
  display: block;
  clear: both;
}

div, body, html, header, main, footer, ul, li {
  margin: 0;
  padding: 0;
}

.grecaptcha-badge {
  display: none;
}

#landing {
  background-attachment: scroll;
  background-image: url(../images/Achtergrond.jpg);
  padding: 0;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  font-family: Golden Plains;
}

#landing h1 {
  font-weight: normal;
  font-size: 12vw;
  line-height: 12vw;
}

#landing h2 {
  font-size: 6vw;
  line-height: 10vw;
  font-weight: none;
}

#locationandtimes {
  background-image: url(../images/LocationsTimes.jpg);
}

#overons {
  background-image: url(../images/overons.jpg);
}

#overons .inner {
  max-width: 800px;
}

.aanmelden {
  margin: 5px auto;
  text-align: center;
  max-width: 240px;
  background-color: #f55;
  border-radius: 20px;
}

.aanmelden:hover {
  background-color: #f33;
}

.aanmelden a {
  font-weight: bold;
  font-size: 1.5em;
  padding: 20px 30px;
  display: block;
  color: white;
}

.aanmelden a:visited {
  color: white;
}

.aanmelden a:hover, .aanmelden a:active {
  text-decoration: underline;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

header {
  top: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: white;
  position: fixed;
  text-align: left;
  z-index: 100;
}

header .inner {
  padding: 0 20px;
}

#logo {
  float: left;
  padding: 5px 0;
}

#logo a {
  display: block;
  width: 168px;
  height: 72px;
  background: url("../images/logo.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.googlemaps {
  width: 100%;
  height: 40vh;
  min-height: 250px;
}

section {
  width: 100%;
  clear: both;
  position: static;
  padding: 24px 0;
}

section ul {
  max-width: 1200px;
  margin: 0 auto;
}

.titles {
  max-width: 500px;
  margin: 0 auto;
}

.contents {
  max-width: 500px;
  margin: 0 auto;
}

a:hover img {
  opacity: .65;
}

a img {
  transition: opacity 0.3s ease-out;
}

audio {
  display: block;
  width: 100%;
}

/* ================= Forms ================= */
input, select, textarea, button {
  width: 100%;
  font-family: Verdana;
  font-size: 14px;
  padding: 5px;
  margin-bottom: 15px;
}

label, .label {
  font-weight: bold;
}

input:disabled, select:disabled, textarea:disabled {
  background-color: #ebebe4;
}

input[type="submit"] {
  float: right;
  max-width: 125px;
}

input[type="button"], input[type="submit"], input[type="reset"], button, input[type="file"] {
  margin-bottom: 25px;
}

textarea {
  min-height: 7em;
}

.message {
  font-weight: bold;
  color: red;
}

.message ul {
  margin-left: 1em;
}

/* ================= Section types ================= */
.section_fullheight {
  height: 100vh;
  min-height: 330px;
}

.section_fullheight .inner {
  padding-top: 40vh;
  max-width: 100%;
}

.section_btnlist li {
  list-style: none;
  display: inline-block;
}

.section_btnlist li a {
  padding: 20px;
  width: 220px;
  border: 2px solid white;
  margin: 0 10px 20px;
  border-radius: 20px;
  display: block;
  text-transform: uppercase;
  letter-spacing: .2em;
  font-weight: 700;
  color: white;
  transition: all 0.4s ease 0s;
}

.section_btnlist li a:hover {
  border-color: #aa9055;
}

.section_imglist li {
  list-style: none;
  display: inline-block;
  margin: 0 10px 20px;
}

.section_imglist .title {
  display: block;
  font-weight: 700;
  font-size: 18px;
  margin: 14px auto 8px;
}

.section_imglist .content {
  display: block;
}

.section_square img {
  max-width: 370px;
  width: 80vw;
  height: auto;
  border: 1px solid lightgrey;
}

.section_round img {
  width: 150px;
  height: 150px;
  border-radius: 150px;
  margin: 0 38px;
}

.section_article {
  text-align: left;
}

.section_article ul {
  margin-left: 2em;
}

/* ================= imglightbox ================= */
.imglightbox_image {
  float: left;
  width: 49%;
  margin: .5% .5%;
  overflow: hidden;
}

.imglightbox_image a:hover img {
  opacity: 1;
}

.imglightbox_image a:first-child {
  display: block;
  height: 0;
  padding-bottom: 66%;
}

.imglightbox_image .imglightbox_thumb {
  max-width: 100%;
}

span.imglightbox_full {
  z-index: 998;
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s linear;
}

span.imglightbox_full img {
  position: fixed;
  background-color: white;
  margin: 0;
  padding: 0;
  max-height: 90%;
  max-width: 90%;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 20px black;
}

a.imglightbox_close, a.imglightbox_close:visited, a.imglightbox_prev, a.imglightbox_next, a.imglightbox_prev:visited, a.imglightbox_next:visited {
  position: fixed;
  text-decoration: none;
  visibility: hidden;
  color: white;
  font-size: 36px;
}

a.imglightbox_close {
  z-index: 999;
  top: 25px;
  right: 50px;
}

a.imglightbox_close:visited {
  z-index: 999;
}

a.imglightbox_close:after {
  content: '\00d7';
}

a.imglightbox_prev, a.imglightbox_next {
  z-index: 998;
  top: 50%;
  height: 250px;
  width: 25%;
  line-height: 250px;
  transform: translate(0%, -50%);
}

a.imglightbox_prev:visited, a.imglightbox_next:visited {
  z-index: 998;
}

a.imglightbox_prev {
  left: 5%;
}

a.imglightbox_next {
  right: 5%;
  text-align: right;
}

a:target ~ a.imglightbox_close,
a:target ~ a.imglightbox_prev,
a:target ~ a.imglightbox_next {
  visibility: visible;
}

a:target > img.imglightbox_thumb + span.imglightbox_full {
  visibility: visible;
  opacity: 1;
  pointer-events: initial;
}

span.imglightbox_full {
  cursor: initial;
}

/* ================= Photoswipe ================= */
.my-gallery {
  width: 100%;
  float: left;
}

.my-gallery img {
  width: 100%;
  height: auto;
}

.my-gallery figure {
  display: block;
  float: left;
  margin: 0 5px 5px 0;
  width: 150px;
  height: 100px;
  overflow: hidden;
}

/* ================= Backgroundcolor's ================= */
.imgbg {
  background-attachment: fixed;
  background-size: cover;
  background-color: black;
  background-position: center top;
  background-repeat: no-repeat;
  color: white;
}

.grey {
  background-color: #eaeaea;
}

.darkgrey {
  background-color: #1f1f1f;
  color: white;
}

.darkgrey a, .darkgrey a:visited {
  color: white;
  text-decoration: underline;
}

/* ================= MENU ================= */
#hamburger span::after {
  content: "\2630";
}

#hamburgerclose {
  color: transparent;
  transition: color .65s ease-in-out .2s;
}

#hamburgerclose span {
  position: fixed;
  right: 50px;
  top: 25px;
  z-index: 5000;
  display: block;
  width: 40px;
  height: 0;
  overflow: hidden;
  text-align: center;
  transition: color .65s ease-in-out .2s;
}

#hamburgerclose span:after {
  content: "\00d7";
}

#hamburgerclose:hover span {
  color: inherit !important;
}

#hamburger, #hamburgerclose {
  line-height: 40px;
  font-size: 30px;
}

#hamburgerwrap {
  float: right;
  margin-top: 20px;
}

#hamburgerwrap:hover #hamburgerclose span {
  color: white;
  height: 40px;
}

nav a {
  color: white;
}

nav a:visited {
  color: white;
}

nav a.parentmenuitem::after {
  content: " \0025BE";
}

nav ul {
  list-style: none;
  max-height: 0;
  overflow: hidden;
  transition: all 0.65s cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
}

nav > ul {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.5) 100%);
  color: white;
}

nav li {
  width: 100%;
  font-size: 20px;
  padding: 10px 0;
  text-align: center;
}

nav li li {
  text-align: left;
}

nav li:hover > ul, nav li:active > ul {
  max-height: 100vh;
}

nav li:hover > a.parentmenuitem::after {
  content: " \0025B4";
}

nav li li:last-child {
  padding: 10px 0 0 0;
}

nav:hover > ul, nav:active > ul {
  max-height: 100vh;
  padding: 40px;
}

/* ================= SingleArticle ================= */
.headerspacer {
  padding-top: 80px;
  width: 100%;
}

.banner {
  width: 100%;
  height: auto;
  max-height: 80vh;
}

/* ================= Media Queries ================= */
@media only screen and (min-width: 500px) {
  .aanmelden {
    float: right;
    margin: 5px 10px;
  }
  .imglightbox_image {
    width: 32.33333333%;
  }
}

@media only screen and (min-width: 768px) {
  .section_article .inner {
    max-width: 700px;
  }
  .section_square img {
    width: 40vw;
  }
  .imglightbox_image {
    width: 24%;
  }
  aside {
    width: 250px;
    padding: 0 20px;
  }
  aside.left {
    float: left;
  }
  aside.right {
    float: right;
  }
}

@media only screen and (min-width: 1001px) {
  header, .headerspacer {
    height: 100px;
  }
  #logo a {
    width: 210px;
    height: 90px;
  }
  .section_article .inner {
    max-width: 800px;
  }
  .section_square img {
    width: 30vw;
  }
  .section_round img {
    height: 200px;
    width: 200px;
  }
  #landing {
    background-attachment: fixed;
  }
  #landing h1 {
    font-size: 120px;
    line-height: 140px;
  }
  #landing h2 {
    font-size: 60px;
    line-height: 80px;
  }
  /* ================= MENU ================= */
  #hamburgerclose, #hamburger {
    display: none;
  }
  #hamburgerwrap {
    padding-top: 10px;
  }
  nav li, nav li li:last-child {
    padding: 10px;
    font-size: 1em;
  }
  nav li:hover, nav li:active, nav li li:last-child:hover, nav li li:last-child:active {
    background: #464646;
  }
  nav li:hover > a, nav li:active > a, nav li li:last-child:hover > a, nav li li:last-child:active > a {
    color: white;
  }
  nav ul {
    transition: none;
  }
  nav > ul {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    background: none;
    max-height: 40px;
    text-align: center;
  }
  nav > ul > li {
    line-height: 20px;
    display: inline-block;
    width: auto;
  }
  nav > ul > li > ul {
    display: block;
    position: fixed;
    background: white;
    margin-top: 10px;
    margin-left: -10px;
    transition: all 500ms ease-in-out;
  }
  nav > ul > li > ul > li {
    width: 100%;
    border: 1px solid #464646;
    border-bottom: none;
  }
  nav > ul > li > ul > li:last-child {
    border-bottom: 1px solid #464646;
  }
  nav:hover > ul, nav:active > ul {
    height: inherit;
    padding: inherit;
  }
  nav a {
    color: #464646;
  }
  nav a:visited {
    color: #464646;
  }
}
