body {
  margin: 0;
 font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;

}
/* Style the header */
#kop-header {
      position: fixed;
      width: 100%;
      padding: 0px 16px;
      background: #019358;
      color: #012d18;
      text-align: center;
      font-style: italic;
      padding: 2px;
}
.logo-responsive {
      position: fixed;
      padding: 0px 12px;
}
@media only screen and (max-width: 700px) {
  .logo-responsive {
    display: none;
  }
}
/* Page content achtergrond kleur voor content deel*/
.inhoud-responsive {
      background-color: white;
      padding: 16px 180px;
}
@media only screen and (max-width: 769px) {
  .inhoud-responsive {
    width: 100%;
    padding: 4px 20px;
    margin: 6px 0;
  }
}
@media screen and (min-device-width: 480px) and (max-device-width: 768px) {
  .inhoud-responsive {
    width: 100%;
    padding: 2px 10px;
  }
}
/* Page content  instelling met achtergrond kleur footer*/
.footer-responsive {
      left: 0;
      bottom: 0;
      width: 100%;
      height: 240px;
      background-color: #4a5055;
      color: white;
      clear:both;
      font-size: 18px;
      padding: 0px;
}
@media only screen and (max-width: 769px) {
  .footer-responsive {
      font-size: 10px;
  }
}
@media screen and (min-device-width: 480px) and (max-device-width: 768px) {
  .footer-responsive {
  font-size: 10px;
  }
}
@media only screen and (min-width: 400px) {
  .footer-responsive {
      font-size: 10px;
  }
}
.box {
      border: 1px solid;
      padding: 10px;
      box-shadow: 5px 10px;
}
.img.a {
      width: 300px;
      height: 200px;
      object-fit: cover;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
      width: 70%;
      margin: auto;
}
.box33 {
  float: left;
  width: 30%;
  padding: 20px;
}
.clearfix:after {
  content: "";
  clear: both;
  display: table;
}

/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 102px;
}
/* The button class is added to style a button */
.button {
  padding: 6px 25px;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: #A9A9A9;
  border: none;
  border-radius: 15px;
  box-shadow: 0 3px #999;
}

.button:hover {background-color: #3e8e41}

.button:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

/* The build of the scrollmenu  */
div.scrollmenu {
  background-color: #019358;
  overflow: auto;
  white-space: nowrap;
}
div.scrollmenu a {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 12px;
  font-size: 18px;
  text-decoration: none;
}
div.scrollmenu a:hover {
  background-color: #777;
}
div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}

{
  box-sizing: border-box;
}

div.scrollmenu a:hover {
  background-color: #777;
}

.tooltip {
  position: relative;
  display: inline-block;
  float:right;
  }

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: -5px;
  left: 105%;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}
video {
  width: 100%;
  height: auto;
}
.container100 {
  width: 100%;
  border-radius: 5px;
  color: black;
  padding: 20px;
}
.container80 {
  width: 80%;
  border-radius: 5px;
  color: black;
  padding: 20px;
}
.container60 {
  width: 60%;
  border-radius: 5px;
  background-color: lightgray;
  padding: 20px;
}
.container20 {
  width: 20%;
  border-radius: 5px;
  background-color: gray;
  padding: 5px;
}

.responsive {
  padding: 0 6px;
  float: center;
  width: 100%;
}
@media only screen and (max-width: 700px) {
  .responsive {
    width: 100%;
    margin: 6px 0;
  }
}
@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
  }
}
