body
{
    background-color: #eaeaea;
    font-family:Arial, Helvetica, sans-serif
}

* {
    box-sizing: border-box;
  }



  [class*="col-"] {
    float: left;
    padding: 2px;
   
    
  }
  .row::after {
    content: "";
    clear: both;
    display: table;
  }

  /* For mobile phones: */
[class*="col-"] {
  width: 100%;
}

@media only screen and (min-width: 600px) {
  /* For tablets: */
  .col-s-0 {width: 0%}
  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.66%;}
  .col-s-3 {width: 25%;}
  .col-s-4 {width: 33.33%;}
  .col-s-5 {width: 41.66%;}
  .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.33%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;}
}

@media only screen and (min-width: 768px) {
  /* For desktop: */

.col-0 {width: 0%}
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}
} 

.navbar{
    overflow: hidden;
    background-color: #328267 ;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 9999;
  }  
  
  /* Style the navigation bar links */
.navbar a {
    float: left;
    display: block;
    color: #f0f0f0;
    text-align: center;
    padding: 14px 20px;
    text-decoration: none;
  }

.navbar a:hover{
  background-color: #24775bba;
}
  
  
  /* alles rechts zetten */
  .navbar a.right {
    float: right;
  }

  .selected{
    background-color: #24775b;
  }

  /* Responsive navigation*/
  .navbar .icon {
    display: none;
  }
  
  @media screen and (max-width: 1250px) {
    .navbar a:not(:first-child) {display: none;}
    .navbar a.icon {
      float: right;
      display: block;
    }
  }
  
  @media screen and (max-width: 1250px) {
    .navbar.responsive {position: relative;}
    .navbar.responsive .icon {
      position: absolute;
      right: 0;
      top: 0;
    }
    .navbar.responsive a {
      float: none;
      display: block;
      text-align: left;
    }
  }

  .base
{
  background-color: #ffffff;
  color:#423e37;
  padding: 14px;
  border-color: azure;
  border-width : 20px;
  box-shadow: 10px 8px 8px rgba(0, 0, 0, 0.042);
  float: middle; 
  
}

.special
{
  background-color: #328267;
  color: #ffffff;
  padding: 14px;
  box-shadow: 10px 8px 8px rgba(0, 0, 0, 0.042);
  
}

.nextSpecial
{
  background-color: #ffffff;
  color:#423e37;
  padding: 14px;
  box-shadow: 10px 8px 8px rgba(0, 0, 0, 0.042);
}


/* Slideshow container */
.slideshow-container {
  max-width: 2000px;
  position: relative;
  margin: auto;

  
}
.mySlides {display: none}
/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
 
}

/* next button to the right*/
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* hover kleurtje */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}


.text {
  color: #f2f2f2;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.699);
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;

}

/* Number text (1/10 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
 
}

/* The dots */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animatie */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* smoll schermpie */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

.slidecontainer {
  width: 100%; /* Width of the outside container */
}

/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  width: 100%; /* Full-width */
  height: 25px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.slider::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  width: 25px; /* Set a specific slider handle width */
  height: 25px; /* Slider handle height */
  background: #328267; /* Green background */
  cursor: pointer; /* Cursor on hover */
}

.slider::-moz-range-thumb {
  width: 25px; /* Set a specific slider handle width */
  height: 25px; /* Slider handle height */
  background: #328267; /* Green background */
  cursor: pointer; /* Cursor on hover */
}

.footer {
  background-color: #328267;
  color: white;
  text-align: center;
  padding: 20px;
  left: 0;
  bottom: 0;
  width: 100%;
}

h1{
  color: #328267;
  text-align: center;
}
h3{
  color: #328267;
  text-align: center;
}
h2{
  color: #328267;
  text-align: center;
}