html {
  text-align: center;
}

body {
  margin: 0;
  padding: 0;
  font-size: 1.0em;
  font-family: Georgia, "Times New Roman", Times, serif;
}

header h1 {
  visibility: hidden;
  margin: 0px;
  height: 0px;
}

main section {
  padding: 1em;
}

main section p {
  font-size: 1.2em;
  padding: 0px;
  color: navy;
}

main section:nth-child(odd){
  background-color:white;
 }

 main section:nth-child(even){
  background-color:hsl(0, 20%, 96%);
 }

img.logo {
  width: 90vh;
  max-width: 100%;
 }

.video-container {
  margin: auto;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  max-width: 90vw;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}

 .intro-text {
  font-size: 1.3em;
  line-height: 1.0;
  font-style: italic;
 }

.contact {
  font-size: 2.0em;
  list-style-type: none;
}

#boeking button {
  padding: 10px;
  color: whitesmoke;
  background-color: lightcoral;
}

#boeking button:hover {
  background-color: #ddd;
  color: red;
}

.datas {
  font-size: 1.5em;
}

.datas-mini {
  font-size: 0.7em;
}

.agenda {
  font-size: 1.2em;
}

table.center { 
  margin-left:auto; margin-right:auto; 
}

.navbar {
  background-color: #333;
  overflow: hidden;
  position: fixed;
  display: none;
  top: 30%;
  left: 5px;
}

.navbar.form {
  top: 0%;
}

.navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  padding-bottom: 1em;
}

.navbar a:hover {
  background-color: #ddd;
  color: black;
}

.navbar a.active {
  background-color: #4CAF50;
  color: blue;
}

.hamburger-button {
  background-color: white;
  color: black;
  padding: 5px;
  font-size: 1em;
  cursor: pointer;
  position: fixed;
  top: 5%;
  left: 5px;
}

.return-button {
  position: fixed;
  top: 5%;
  left: 5px;
}

/* 48em = 768px */

@media (min-width: 48em) {
  .navbar {
    display: grid;
  }
  .hamburger-button {
    display: none;
  }
  .video-container {
    max-width: 70vw;
  }

}
/* a:link { color=gray;text-decoration: none; }
a:visited { color:gray;text-decoration: none; }
a:hover { text-decoration: overline; background-color: #003399; }
a:active {color:red; }  */

/* .sitebox {
  border: 1px solid black;padding:5px
}
    
.sitebox td {
    border: solid #0021B5 1px;
    background-color:white;
    text-align:left;
    padding: 5px;
    
} */
    
img {
  border-style: none;
}

.list {
  font-size: 1.1em;
  text-align: center;
}

.list > ul {
    display: inline-block;
    padding: 0px;
    margin: 0px;
    text-align: left;
}

div.gallery {
  margin: 5px;
  border: 1px solid #ccc;
  float: right;
  width: 320px;
}

div.gallery:hover {
  border: 1px solid #777;
}

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

div.desc {
  padding: 15px;
  text-align: center;
  display: none;
}

/* Style inputs, select elements, and textareas */
input[type="text"], select, textarea,
input[type="email"],
input[type="tel"] {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
}

input[type="checkbox" i],
input[type="radio" i],
input[type="date" i],
input[type="time" i] {
  float: left !important;
  padding: 0em 1em;
}

/* Style the submit button */
input[type="submit"] {
  background-color: #04AA6D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  /* float: right; */
}

button.g-recaptcha{
  background-color: #04AA6D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: center;
}

/* Style the label to display next to the inputs */
.row {
  margin-bottom: 0.5em;
}

label {
  color: #B4886B;
  font-weight: bold;
  display: block;
  float: left;
  padding-left: 0.5em;
}
label:after { content: ": " }


.pad-input {
  padding: 0.5em 0em;
}

/* Style the container */
/* .container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
} */

/* .row { */
  /* display:flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
} */

.calrow {
  display:flex;
  flex-direction: row;
  justify-content: center;
  margin: auto;
  border-radius: 5px;
  background-color: #f2f2f2;
}

.calcol {
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  width: 60em;
}

.calcol p {
  width: 25em;
  margin: 0.5em 0em;
}

/* Floating column for labels: 10% width */
/* .col-10 {
  float: left;
  width: 10%;
  margin-top: 6px;
} */
/* Floating column for labels: 50% width */
.col-50 {
  float: left;
  min-width: 500px;
  width: 45vw;
  margin-top: 6px;
}

/* Floating column for labels: 25% width */
/* .col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
} */

/* Floating column for inputs: 75% width */
/* .col-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
} */

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other */
/* @media screen and (max-width: 600px) {
  .col-25, .col-75, input[type="submit"] {
      width: 100%;
      margin-top: 0;
  }
} */

#section-gallery {
  color: #fff;
  background: #0084b1 url(/img/bg_intermezzo1.jpg) center center no-repeat;
  background-size: cover;
}

.container-gallerij {
  width: 85%;
  max-width: 1140px;
  padding: 3em 0em;
  margin: 0 auto;
  text-align: left;
}

.grid--center {
  text-align: center;
}
.grid {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -24px;
}

.one-whole {
  width: 100%;
}
.grid__item {
  display: inline-block;
  padding-left: 24px;
  vertical-align: top;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.section-title {
  font-size: 2.25em;
}

.imagegrid {
  overflow: hidden;
  padding: .5em 0 0 .5em;
  max-width: 76em;
  margin: 0 auto;
}

.imagegrid li {
  width: 240px;
  float: left;
  list-style-type: none;
}

.imagegrid li>div {
  text-align: center;
  padding: .5em;
}

.imagegrid li a {
  color: #fff;
}
.imagegrid li a img {
  width: 100%;
  height: auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 5px #333;
  -moz-box-shadow: 0 0 5px #333;
  box-shadow: 0 0 5px #333;
}

.imagegrid li>div {
  text-align: center;
  padding: .5em;
}
