html {
  scroll-behavior: smooth;
}

.groenelijn {
  height: 3px;
  background-color: green; 
}

.groenebalk {
  height: 40px;
  background-color: green; 
}

.grijzelijn {
  height: 3px;
  background-color: grey; 
}

.grijzebalk {
  height: 40px;
  background-color: grey; 
}

.stickymenu {
  position: fixed;
  top: 0px;
  width: 100%;
  padding: 0px;
  background-color: light-grey;
}
  
.stickymap {
  position: fixed;
  top: 0px;
  height: 400px;
  width: 100%;
  background-color: yellow;
}

.contents{
  margin-top: 120px;
}

.contents400{
  padding-top:400px;
}

.tickymap + .contents {
  padding-top: 400px;
}

.fouttekst {
  font-size: 15px;
  font-weight: bold;
  color : red;
}

.overlayFoto {
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 5px;
  background-color: #dddddd;
  overflow-y: scroll;
  opacity: 1.0;
}

.groteFoto {
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 5px;
  background-color: #dddddd;
  overflow-y: scroll;
  opacity: 1.0;
}

.barItem {
  font-size: 15px;
  padding-left: 15px;
}

.inspring {
  padding-left: 15px;
}

.opvul {
  min-height: 800px;
}

.fotobijschrift {
  font-size: 12px;
  font-style: italic;
}

.tabel150 {
  max-width: 150px;
}

.tabel300 {
  max-width: 300px;
}

.tabel400 {
  max-width: 400px;
}

.tabel600 {
  max-width: 600px;
}

.tooltip {
  position: absolute;
  background:yellow;
  visibility: hidden;
  font-size: 9px;
  z-index:5;
}

a {
  text-decoration: none;
  font-size: 12px;
  color : #0033FF;
  scroll-margin-top: 170px;
}

a:hover {
	color : #000000;
	background:yellow;
     }

input:hover {
	color:red;
	background:yellow;
     }

