@import "variables.css";
html {
  scroll-behavior: smooth;
}
body {
  font-family: BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
  -webkit-text-size-adjust: 100%;
  background-image: url("../media/zand.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin: 0;
  font-size: 18px;
}
h1 {
  margin: 10px auto 0px auto;
  width: 550px;
  height: 60px;
  overflow: hidden;
}
h1, h2, h3 {
  color: var(--sun);
}
h2 {
  text-shadow: 2px 2px 10px rgba(255, 255, 255, 0.70);
  margin-bottom: var(--small_spacing);
}
.content {
  padding: var(--large_spacing);
  background: rgba(255,255,255,0.4);
  border-radius: var(--medium_spacing);
  position: relative;
}
.content p {
  overflow: auto;
}
.content_head h2 {
  margin: 0 auto 10px auto;
  width: 200px;
}
p {
  margin: 0;
}
menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: var(--sun);
}
menu ul {
  margin: 0;
  padding: 0;
}
menu li {
  float: left;
  list-style: none;
}
menu li a, menu li span {
  display: inline-block;
  color: white;
  text-align: center;
  padding: var(--medium_spacing);
  text-decoration: none;
  cursor: pointer;
}
menu li.nocontent a, menu li.nocontent span {
  padding: 5px 5px 0 5px;
}
menu li a:focus,
menu li a:focus-visible {
  background-color: var(--dark_sand);
  color: black;
}
menu li.oldSelect > a {
  background-color: var(--dark_sea);
}
menu li.oldSelect > a:focus,
menu li.oldSelect > a:focus-visible {
  background-color: var(--light_sea);
  color: black;
}
menu li ul {
  display: none;
  position: absolute;
  background-color: var(--sun);
  padding: var(--small_spacing);
  min-width: 150px;
  margin: 0;
  z-index: 7;
}
menu li.nocontent ul {
  min-width: 40px;
}
menu li ul li {
  float: none;
  list-style: none;
}
menu li:hover a,
menu li:hover ul a:hover {
  background-color: var(--light_sea);
  color: black;
}
menu li:hover ul a {
  background-color: var(--sun);
  color: white;
}
menu li.hover ul,
menu li:hover ul {
  display: block;
}
menu li ul a {
  display: block;
}
menu svg {
  width: 30px;
  border: 1px solid #fff;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
}
.fixedmenu .menu_wrap {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 4;
}
.rightli {
  float: right;
}
.calenderfooter ul {
  padding-left: 2px;
}
.calenderfooter ul li {
  line-height: 20px;
  vertical-align: middle;
  margin-bottom: 2px;
  list-style: none;
  margin-left: 0;
  display: inline-block;
  margin-right: 10px;
}
.calenderfooter ul li span {
  display: block;
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 5px;
}
label {
  display: block;
  padding: var(--small_spacing);
}
label span {
  display: inline-block;
  min-width: 200px;
  vertical-align: top;
}
label input[type="text"], label input[type="email"], label select, label textarea {
  width: 300px;
  padding: var(--medium_spacing);
  border: 2px solid var(--dark_sand);
  border-radius: var(--small_spacing);
  font-size: 1.1em;
  background-color: rgba(255,255,255,0.7);
}
label input:focus, label select:focus, label textarea:focus {
  border: 2px solid var(--dark_sea);
}
button, input[type="button"], input[type="submit"] {
  background-color: var(--sun);
  color: var(--light_sand);
  width: 320px;
  font-size: large;
  padding: var(--medium_spacing);
  border: 2px solid var(--sun);
  border-radius: 4px;
}
label select {
  width: 320px;
}
label textarea {
  min-height: 100px;
}
main, footer {
  max-width: 1100px;
  padding: 10px;
  margin: auto;
}
header {
  max-width: 1120px;
  margin: auto;
}
.menu_wrap_size {
  max-width: 1100px;
  margin: auto;
  padding: 0 10px;
}
.menu_spacer {
  height: 72px;
  width: 100%;
}
#kaart {
  position: relative;
  height: 500px;
  width: 100%;
  background-position: center;
  background-size: cover;
  opacity: 0.9;
}
#kaart.zoom0 {
  background-image: url("../media/kaart_0.jpg");
}
#kaart.zoom1 {
  background-image: url("../media/kaart_1.jpg");
}
#kaart.zoom2 {
  background-image: url("../media/kaart_2.jpg");
}
#kaart.zoom3 {
  background-image: url("../media/kaart_3.jpg");
}
#kaart.zoom4 {
  background-image: url("../media/kaart_4.jpg");
}
#kaart.zoom5 {
  background-image: url("../media/kaart_5.jpg");
}
#kaart a.google_link {
  position: absolute;
  width: 30px;
  height: 50px;
  background-image: url("../media/pointer.png");
  background-position: center;
  background-size: cover;
  text-indent: -50px;
  overflow: hidden;
}
.zoom0 a.google_link {left: 50%;top: 180px;}
.zoom1 a.google_link {left: 50%;top: 180px;}
.zoom2 a.google_link {left: 50%;top: 180px;}
.zoom3 a.google_link {left: 50%;top: 180px;}
.zoom4 a.google_link {left: 50%;top: 180px;}
.zoom5 a.google_link {left: 50%;top: 180px;}
#kaart a:hover {
  background-image: url("../media/pointer_hover.png");
}
.zoom_control {
  bottom: 0;
  right: 0;
  position: absolute;
}
.zoom_control a {
  font-size: 2em;
  display: block;
  margin: 4px;
  text-decoration: none;
  line-height: 16px;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  z-index: 2;
  width: 20px;
  height: 20px;
  text-align: center;
}
iframe {
  width: 100%;
  aspect-ratio: 2 / 1.13;
}
.weather {
  display: inline-block;
  max-width: 550px;
}
a.score {
  width: 250px;
  float: right;
  margin: 0 0 10px 15px;
  border-radius: 5px;
  display: block;
  border: 1px solid var(--dark_sand);
  padding: 0;
  overflow: hidden;
}
a.score:hover {
  border: 1px solid var(--sun);
}
a.score img {
  width: 250px;
  display: inherit;
}
img.rightimage {
  width: 250px;
  float: right;
  margin: 0 0 10px 10px;
  border-radius: 5px;
  display: block;
}
img.leftimage {
  width: 250px;
  float: left;
  margin: 0 10px 10px 0;
  border-radius: 5px;
  display: block;
}
#bookdata {
  float: right;
  width: 45%;
}
.bookdatawrap {
  margin-right: var(--medium_spacing);
  padding: var(--medium_spacing);
  border: 1px solid var(--dark_sea);
}
#bookdata strong {
  width: 100%;
  display: inline-block;
}
#bookdata #bookPrice strong {
  width: auto;
  float: right;
}
#bookPrice .total {
  width: 100%;
  font-size: 1.1em;
  color: var(--sun);
  border-top: 1px solid var(--dark_sea);
  margin-top: var(--small_spacing);
  padding-top: var(--small_spacing);
}
#bookdata span {
  width: 100%;
  display: inline-block;
  padding-bottom: var(--medium_spacing);
}
#bookform {
  max-width: 50%;
}
.badge-container {
  position: absolute;
  width: 250px;
  text-align: center;
  padding: 10px;
  background-color: var(--light_sand);
  border-radius: 40px;
  transform: rotate(12deg);
  font-size:1.2em;
  font-weight: bold;
  color: var(--sun);
  top: 40px;
  right: 30px;
}
@media only screen and (max-width: 650px) {
  label input[type="text"], label input[type="email"], label select, label textarea {
    width: 210px;
  }
  button, input[type="button"], input[type="submit"] {
    width: 230px;
  }
  label select {
    width: 230px;
  }
}

.fixPrice .bookdatafix {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1px;
}
.fixPrice .bookdatainnerfix {
  max-width: 1100px;
  margin: 0 auto 0 auto;
  padding: 0 10px 0 10px;
  top: 4px;
  height: 1px;
}
.fixPrice .bookdatainnerfixwrap {
  width: (100% - 32px);
  height: 1px;
  padding: 0 var(--large_spacing) 0 var(--large_spacing);
}
.fixPrice #bookdata {
  margin-top: 14px;
}

.bottomPrice {
  position: relative;
}
.bottomPrice .bookdatafix {
  position: absolute;
  bottom: 20px;
  height: 1px;
  width: 100%;
  max-width: 1100px;
  left: 0;
}
.bottomPrice .bookdatainnerfix {
  padding: 0 var(--large_spacing) 0 var(--large_spacing);
}
.bottomPrice #bookdata {
  transform: translateY(-100%);
}
#formSend, #formError, #formLoading {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.90);
  display: none;
  left: 0px;
  top: 0px;
  z-index: 2;
  text-align: center;
}
#formSend div, #formError div, #formLoading div {
  margin-top: 100px;
}
@media only screen and (max-width: 1100px) {
  .badge-container {
    top: 63px !important;
    transform: rotate(12deg) scale(0.6);
    right: -40px;
  }
}

@media only screen and (max-width: 600px) {
  .fixPrice .bookdatafix {
    position: relative;
    height: auto;
  }
  .bottomPrice .bookdatafix {
    position: relative;
    height: auto;
    bottom: auto;
  }
  #bookdata {
    float: none;
    width: 100%;
  }
  .fixPrice #bookdata {
    margin-top: 14px;
  }
  .bottomPrice #bookdata {
    transform: translateY(-100%);
  }
  .fixPrice .bookdatainnerfix {
    padding: 0 0 0 0;
    top: 0;
    height: auto;
  }
  .fixPrice .bookdatainnerfixwrap {
    width: 100%;
    height: auto;
    padding: 0 0 0 0;
  }
  .content_head h1 {
    width: 100%;
  }
  .content_head h1 img {
    width: 400px !important;
    height: 50px !important;
  }
  .content_head h2 {
    width: 100%;
    transform: scale(0.7);
  }
  #bookform {
    max-width: 100%;
  }
  label select {
    width: 100%;
  }
  label input[type="text"], label input[type="email"], label textarea {
    width: calc(100% - 20px);
  }
  #calendartable th {
    font-size: 16px;
  }
  table#calendartable td {
    width: 40px !important;
    height: 60px !important;
    line-height: 60px !important;
    font-size: 1em !important;
  }
}
