/* CSS reset, dit niet aanpassen! */

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 10px;
  min-height: 100vh;
}

img {
  max-width: 100%;
  height: auto;
}

/* Hieronder mag je eigen CSS code */



ul.a {
  list-style-position: outside;
  margin-left: 30px;
}



body {
	background-color: lightgrey;
	font-family: Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

.knopjes {
  width:120px;
  height:25px;
  display:block;
  background-color:white;
  color:black;
  text-align:center;
  line-height:25px;
  border-radius: 8px;
  margin:5px;
}

.knopjes:hover {
   background-color:grey;
}

.logo{
  float:right;
  width:80%;
} 

.proza {
  column-count: 2;
  column-gap: 50px;
}

.fa:hover {
    background: white;
    color: dodgerblue;
}

.fa-twitter {
  color: white;
  padding: 10px;
  font-size: 40px;
  width: 60px;
  text-align: center;
  margin: 2px 2px;
  background: grey;
  border: 1px solid black;
}

/* Create three unequal columns that floats next to each other */
.column {
  float: left;
  padding: 10px;
 /* height: 170px; /* Should be removed. Only for demonstration */ */
}

.column.left {
  width: 35%;
}

.column.middle {
  width: 53%;
  text-align: center;
  font-size: 25px; 
   background-color:#62824a;
}

.column.right {
  width: 12%;
  float:right;
   background-color:#62824a;
}

.row {
  background-color:#62824a; 
  min-height: 20%;
} 

.top {
  float:right;
  height:150px;
  background-color:#62824a;
}

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

img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #62824a;
  border-radius: 10px;
}

.topnav {
  overflow: hidden;
  background-color: grey;
}

.topnav a {
  float: left;
  font-size: 16px;
  letter-spacing: 1px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.topnav a.right {
  float: right;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: white;
  color: black;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: grey;
  min-width: 10vw;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: white;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.balk {
  overflow: hidden;
  background-color: darkgrey;
  color: black;
}

table {
  max-width: 90%;
  border-collapse: collapse;
  border: 0px solid black;
  margin-left: 5%;
  margin-right: 5%;
  border-radius: 10px;
  opacity: 1.0;
} 

th,td {
  border: 0px solid black;
  padding: 15px;
}

table {
  table-layout: fixed;
  width: 90%;  
}

/* Slideshow container */
.slideshow-container {
  position: relative;
  margin: auto;
  bgcolor="#6a8c50";  
}

.groot {
  width:60%;
  float: left;
}

.foto {
  width:60%;
  position: relative;
  text-align: center;
  color: white;
}
.bottom-left {
  position: absolute;
  bottom: 8px;
  left: 16px;
}

/* The dots/bullets/indicators */
.dot {
  background-color: lightgrey;
  transition: background-color: 0.6s ease;
}

.active {
  background-color: lightgrey;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: lightgrey;
  padding: 2px 16px;
  color: white;
}

a {
  text-decoration: none;
  color: black;
}

a:hover {
  color: white;
}

.grid-container {
  max-width: 100%;
  display: grid;
  grid-template-columns: 100px auto auto 250px;
  grid-gap: 5px;
  background-color: grey;
  padding: 5px;
}

.pict {
  display: block;
  margin-left: 0px;
  width: 270px
}

.gem {
   position: absolute;
   width: 14%;
   height: 15%;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 1px;
  width: 110%;
  height: 100%;
  opacity: 0;
  transition: .5s ease;
}

.gem:hover .overlay {
  opacity: 1;
}

.grid-container > div {
  background-color: grey;
  padding: 5px;
  font-size: 15px;
  color: white;
}

.grid-container > div {
  max-width: 100%;
  background-color: grey;
  padding: 10px;
  font-size: 15px;
  color: white;
}

#myImg {
  max-width: 100%;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

img.a {
  max-width: 100%;
  float: left;
  width: 270px;
}

.platgrond {
  width 50%;
  float: right;
  margin-right:60px;
} 

.container {
  width: 45%; 
  min-width=350px;
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
  margin-left: 4%;o;
}

  .margin {
    margin-left:60px;
  } 

  .puba {
    width 450px;
    height:645px;
    float: right;
    margin-right:50px;
  } 

  .pubb {
    width 250px;
    height:150px; 
    float: left;
    margin-left:60px;"
  } 

  .pubk {
    width 245px;
    height:205px;
    float: right;
    margin-right:70px;
  }

  .pubr {
    width 253px;
    height:205px;
    float: right;
    margin-right:51px;
  }  

  .form {
    float: right;
    width:286px;
    height:429px;
    margin-right:300px;
  }

  .don {
    float: right;
    width: 260px;
    height: 260px;
    margin-right:300px;
  }

  .dons {
    float: right;
    width: 260px;
    height: 260px;
    margin-right:20%;
    margin-bottom:20px;
  }
  
  .wza {
    width: 200px;
    float: right;
    margin-right:60px;
  }

  .wzb {
    width: 200px;
    float: right;
    margin-right:60px;
  } 

 .containers{
  width:90%;
  margin-left:10%;
  overflow:hidden;
}

.caption-container {
  text-align: center;
  padding: 2px 16px;
  color: white;
}

.dark{
  padding:15px;
  background:grey;
  color:#ffffff;
  margin-top:10px;
  margin-bottom:10px;
   border-radius:10px;
}

.groen{
  padding:15px;
  border-radius: 10px;
  background:#6a8c50;
  margin-top:10px;
  margin-bottom:10px;
  align: center;
}

.groenezijde{
  padding:15px;
  background:#6a8c50;
  margin-top:18px;
  margin-bottom:10px;
   border-radius:10px;
}

.wit{
  padding:15px;
  background:#ffffff;
  margin-top:10px;
  margin-bottom:10px;
   border-radius:10px;
}


/* Sidebar */
aside#sidebar{
  float:right;
  width:28%;
  margin-top:0px;
  margin-right:10%;
}

/* Main-col */
article#main-col{
  float:left;
  margin-top:10px;
  width:60%;
}

img {
  border-radius: 10px;
}

.left {
  float:left;
  width:60%;
  margin-left:10%;
}

.rechts {
  float:right;
  width:25%;
}

.aside {
  background-color: grey;
  padding: 15px;
  color: #ffffff;
  font-size: 14px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
   border-radius:10px;
}

.asidea {
  background-color: #6a8c50;
  color: #ffffff;
  font-size: 14px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
   border-radius:10px;
}

.woordzoeker {
  <br>
 }




/* Mediaquery voor mobiele schermen*/
@media (max-width: 600px) {
  .row, 
  .topnav,
  .balk, article#main-col, 
  aside#sidebar  {
    float:none;
 /*   text-align:center; */
    width:96%;
    margin-left:10px;
    }

  .grid-container {
    max-width:96%;
    margin-left:10px;
    grid-template-columns: 20% 40% 6% 25%;
  }

  .container {
    margin-left: auto;
    margin-right: 20px;
    width:90%;
    margin-top:340px;
  }

  .containers {
    margin-left: auto;
    margin-right: 20px;
    width:90%;
    float:none;
  }

  .logo {
    height: 100px;
    margin-left:20px;
    <a href="index.htm"><img src="bord O404547.png" alt="Homepage Oldebroek4045"; float:left;width:250px;></a>
  } 

  .gem {
     display: none;
  }

  .groot {
  width:100%;
  }

  .platgrond {
    display: block;
    margin-left: auto;
    margin-right: 20px;
    max-width:90%;
  }

  ul.a {
    margin-left: 0px;
  }

  ul td {
    margin:center;
  }

  .proza {
    columns: auto;
    margin-left: 1px;
  }

  .balk {
    font-size:12px;
  }

  .dons {
    float:left;
    margin-left:100px;
    width: 200px;
    height: 200px;
  }


  .row {
    min-height:50px;
  }

  .margin {
    margin-left:15px;
    margin-right:15px;
  } 

  .puba {
    width 450px;
    height:645px;
    float: right;
    margin-right:20px;
    margin-left:30px;
    margin-bottom: 15px;
  } 

  .pubb {
    width: 300px;
    height:150px; 
    float: left;
    margin-left:15px;
  }

  .pubr {
    width: 400px;
    margin-right:20px;
    margin-left:30px;
    margin-bottom:10px;
    .a {margin-top: 500px;}
  }  

  .pubk {
    width: 400px;
    margin-right:20px;
    margin-left:30px;
    margin-bottom:40px;
  }

  .form {
    float: right;
    width:286px;
    height:429px;
    margin-right:40px;
  }

  .wza {
    float: right;
    width: 400px;
    margin-right:10px;
  }

  .wzb {
    float: right;
    width: 400px;
    margin-right:10px;
  } 

  .don { 
    ul.a {
      list-style-position: outside;
      margin-left: 0px;
    }



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

.dark{
  padding:15px;
  background:grey;
  color:#ffffff;
  margin-top:10px;
  margin-bottom:10px;
}

.groen{
  padding:15px;`
  border-radius: 10px;
  background:#6a8c50;
  margin-top:10px;
  margin-bottom:10px;
  align: center;
}

.groenezijde{
  padding:15px;
  background:#6a8c50;
  margin-top:18px;
  margin-bottom:10px;
}

.wit{
  padding:15px;
  background:#ffffff;
  margin-top:10px;
  margin-bottom:10px;
}

table, th, td {
  border-collapse: collapse;
  border: 1px solid black;
  border-radius: 10px;
  margin-left:1px;
} 

@media (max-width: 900px) {
  .gem {
  display:none;
}
