* {
  box-sizing: border-box;
}

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

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

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

.grecaptcha-badge {
  display: none;
}

.inner {
  max-width: 800px;
  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 {
  max-width: 1200px;
  padding: 0 20px;
}

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

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

/* ================= MEDIUM SCREENS ================= */
@media only screen and (min-width: 768px) {
  aside {
    width: 250px;
    padding: 0 20px;
  }
  aside.left {
    float: left;
  }
  aside.right {
    float: right;
  }
}

/* ================= BIG SCREENS ================= */
@media only screen and (min-width: 1001px) {
  header, .headerspacer {
    height: 100px;
  }
  #logo a {
    width: 355px;
    height: 90px;
  }
}

body {
  font-weight: 300;
  font-size: 16px;
  color: #464646;
  font-family: Arial, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0 auto;
  padding: 0;
  font-weight: normal;
}

p {
  line-height: 1.3em;
  margin-bottom: .5em;
}

p a, p a:visited {
  color: #289fd8;
}

p a:hover, p a:focus {
  color: #005481;
  text-decoration: underline;
}

p img {
  max-width: 100%;
}

p + ul {
  margin-top: -0.5em;
  margin-bottom: 0.5em;
}

a, a:visited {
  text-decoration: none;
  display: inline-block;
  color: #464646;
}

h1 {
  font-size: 1.3em;
  line-height: 1.6em;
  font-weight: 700;
}

h2 {
  font-size: 1.2em;
  line-height: 1.6em;
}

.list {
  padding-left: 20px;
}

img.left {
  float: left;
}

img.right {
  float: right;
}

img.left, img.right {
  max-width: 40%;
}

a:hover img {
  opacity: .65;
}

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

h1:target, h2:target, h3:target, h4:target, h5:target, h6:target {
  animation-name: selected_onload;
  animation-duration: 10s;
}

@keyframes selected_onload {
  from {
    color: red;
  }
  to {
    color: inherit;
  }
}

h1:target::before, h2:target::before, h3:target::before, h4:target::before, h5:target::before, h6:target::before {
  content: '';
  display: block;
  height: 100px;
  margin-top: -100px;
}

@font-face {
  font-family: 'Golden Plains';
  src: url("../assets/fonts/GoldenPlains.eot");
  src: url("../assets/fonts/GoldenPlains.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/GoldenPlains.woff") format("woff"), url("../assets/fonts/GoldenPlains.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* ================= MEDIUM SCREENS ================= */
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 2.2em;
  }
  h2 {
    font-size: 1.8em;
  }
}

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

section ul {
  max-width: 1200px;
}

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

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

/* ================= Team ================= */
.section_team ul {
  width: 100%;
}

.section_team ul::after, .section_team li::after {
  content: "";
  clear: both;
  display: block;
}

.section_team li {
  list-style: none;
  padding-bottom: 40px;
}

.section_team .headimg {
  padding-top: 1em;
  width: 200px;
  margin: 0 auto;
}

.section_team .headimg img {
  width: 100%;
  border-radius: 100%;
}

.section_team article {
  width: 100%;
}

.section_team article h2 {
  font-size: 1.4em;
}

.section_team article li {
  list-style: disc;
  padding-bottom: 0;
  margin-left: 2em;
}

/* ====== MEDIUM SCREENS ====== */
@media only screen and (min-width: 500px) {
  .section_team .headimg {
    width: 150px;
    padding-bottom: 1em;
  }
  .section_team article {
    width: calc(100% - 150px);
  }
  .section_team li:nth-child(even) .headimg {
    float: right;
    padding-left: 1em;
  }
  .section_team li:nth-child(even) article {
    float: left;
    text-align: right;
  }
  .section_team li:nth-child(odd) .headimg {
    float: left;
    padding-right: 1em;
  }
  .section_team li:nth-child(odd) article {
    float: right;
  }
}

/* ====== MEDIUM SCREENS ====== */
@media only screen and (min-width: 768px) {
  .section_team .inner {
    max-width: 700px;
  }
  .section_team .headimg {
    width: 150px;
  }
  .section_team article {
    width: calc(100% - 150px);
  }
  .section_team li:nth-child(even) article {
    float: left;
    text-align: right;
  }
  .section_team li:nth-child(odd) article {
    float: right;
  }
}

/* ====== BIG SCREENS ====== */
@media only screen and (min-width: 1001px) {
  .section_team .inner {
    max-width: 900px;
  }
  .section_team .headimg {
    width: 200px;
  }
  .section_team article {
    width: calc(100% - 200px);
  }
}

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

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

/* ================= button list ================= */
.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_btnlist ul {
  margin: 0 auto;
}

/* ================= Image list ================= */
.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 ul {
  margin: 0 auto;
}

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

/* ====== MEDIUM SCREENS ====== */
@media only screen and (min-width: 768px) {
  .section_square img {
    width: 40vw;
    display: block;
  }
}

/* ====== BIG SCREENS ====== */
@media only screen and (min-width: 1001px) {
  .section_square img {
    width: 30vw;
  }
}

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

/* ====== BIG SCREENS ====== */
@media only screen and (min-width: 1001px) {
  .section_round img {
    height: 200px;
    width: 200px;
  }
}

/* ================= Facebook ================= */
/* ================= Article ================= */
.section_article ul {
  margin-left: 2em;
}

/* ====== MEDIUM SCREENS ====== */
@media only screen and (min-width: 768px) {
  .section_article .inner {
    max-width: 700px;
  }
}

/* ====== BIG SCREENS ====== */
@media only screen and (min-width: 1001px) {
  .section_article .inner {
    max-width: 800px;
  }
}

#hamburger {
  color: black;
}

#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;
}

/* ================= BIG SCREENS ================= */
@media only screen and (min-width: 1001px) {
  #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;
  }
}

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;
  width: auto;
}

textarea {
  min-height: 7em;
}

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

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

#home {
  text-align: center;
}

#contact {
  text-align: center;
}

#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;
}

#landing .inner {
  max-width: 1000px;
}

#landing img {
  max-width: 100%;
}

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

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

.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;
}

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

.youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

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

/* ================= 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;
}

.grey h1, .grey h2, .grey h3, .grey h4, .grey h5, .grey h6 {
  color: #898989;
}

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

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

/* ================= MEDIUM SCREENS ================= */
@media only screen and (min-width: 500px) {
  .aanmelden {
    float: right;
    margin: 5px 10px;
  }
  .googlemaps {
    height: 40vh;
  }
}

/* ================= MEDIUM SCREENS ================= */
@media only screen and (min-width: 768px) {
  #landing .inner {
    padding-left: 75px;
    padding-right: 75px;
  }
}

/* ================= MEDIUM SCREENS ================= */
@media only screen and (min-width: 768px) {
  #landing {
    background-attachment: fixed;
  }
  #landing h1 {
    font-size: 120px;
    line-height: 140px;
  }
  #landing h2 {
    font-size: 60px;
    line-height: 80px;
  }
}
