* {
    margin: 0px;
    padding: 0px;
}

html {
    background-color: 	#89c07e;
    height: 100%;
}

body {
    margin-left: 5%;
    margin-right: 5%;
    background-color: #e6f7ea;
    min-height: 100%;
    overflow: visible;
    border-radius: 15px;
    border: solid 	#89c07e 5px;
}

.text {
    margin: 5px;
    padding: 15px;
    border: solid;
    border-radius: 10px;
    font-size: large;
}

#navbar {
    list-style-type: none;
    background-color: #e0e8e2;
    overflow: hidden;
    border-radius: 10px;
    border: solid;
}

#navbar li {
    float: left;
    background-color: #e0e8e2;
    width: 20%;
}

#navbar li a {
    display: block;
    text-decoration: none;
    color: black;
    text-align: center;
    padding: 10px 0px;
}

#navbar a:hover {
    background-color: #f0cd6e;
}

.active_page {
background-color: #f0cd6e;
}

.bold {
    font-weight: bold;
}

#divcontstandp {
    width: 100%;
    margin: 0px;
    padding: 0px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 5px;
    row-gap: 5px;
}

.graph {
    border: 5px solid black;
    aspect-ratio : 3 / 2;
    border-radius: 5%;
    grid-column: 1 / 3;
    grid-row: 1 / 3;
}

#legaalwiet {
    grid-column: 3 / 5;
    grid-row: 1 / 3;
    border: 5px solid black;
    border-radius: 5%;
    background-image: url(banner.png);
    background-size: cover;
    position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.item {
    aspect-ratio : 3 / 2;
    border-radius: 5%;
}

/* The actual popup */
.popuptext1 {
    visibility: hidden;
    width: 160px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    margin-left: -80px;
  }
  
  /* Popup arrow */
.popuptext1::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
  }
  
  /* Toggle this class - hide and show the popup */
  .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
  }
  
  /* Add animation (fade in the popup) */
  @-webkit-keyframes fadeIn {
    from {opacity: 0;} 
    to {opacity: 1;}
  }
  
  @keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
}

.videograph {
    width: 100%;
    border-radius: 5%;
}

#images img {
    display: block;
}

.veiligheid {
    grid-column: 1 / 5;
    grid-row: 3 / 5;
    border: 5px solid black;
    border-radius: 5%;
    padding: 2%;
}

.educatie {
    grid-row: 5 / 7;
    grid-column: 1 / 3;
    border: 5px solid black;
    border-radius: 5%;
    padding: 2%;
}

.school {
    grid-row: 5 / 7;
    grid-column: 3 / 5;
    border: 5px solid black;
    border-radius: 5%;
    padding: 2%;
}

.cultuurdiv {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.column_lijst {
    float: left;
    width: 33.33%;
    margin-top: 1%;
  }

 .row_lijst::after {
    content: "";
    clear: both;
    display: table;
  }

  .stijn {
    margin-left: 23%;
    border-radius: 2%;
  }

  .wiebe {
    margin-left: 68%;
    border-radius: 2%;

  }

  .text-stijn {
    width: 25%;
    border: solid;
    margin-left: 11.5%;
    text-align: center;
    float: left;
    font-size: 115%;
  }

  .text-wiebe {
    width: 25%;
    border: solid;
    margin-left: 62%;
    text-align: center;
    font-size: 115%;
  }

  .column_contact {
    float: left;
    width: 23.5%;
    padding: 5px;
  }

  .row_contact {
    border: solid;
    font-size: x-large;
    margin-top: 5px;
    border-radius: 10px;
  }
  
  /* Clearfix (clear floats) */
  .row_contact::after {
    content: "";
    clear: both;
    display: table;
  }

.text_contact {
    text-align: center;
}

.vacatures {
    text-align: center;
    border: solid;
    font-size: xx-large;
    border-radius: 10px;
}

.neem-contact {
    margin-top: 5px;
    text-align: center;
    border: solid;
    font-size: xx-large;
    border-radius: 10px;
}

.doneerbox {
    border: solid;
    text-align: center;
    font-size: xx-large;
    margin-top: 5px;
    border-radius: 10px;
}

.doneerknop {
    border: solid;
    margin: 3%;
    background-color: #f0cd6e;
    border-radius: 10px;
}

.donatielink {
    text-decoration: none;
    color: black;
}

.donatielink:hover {
    color: 	#e0e8e2;
}

.doneerknop:hover {
    background-color: 	#2a3f3f;
}

.banner {
    border-radius: 10px;
}

.lijst_vacature {
    text-align: center;
    margin: 20px 5px;
    border: solid;
    border-radius: 10px;
    font-size: xx-large;
}

.vacature-redirect {
    text-decoration: none;
    color: black;
}

.vacature-redirect:hover {
    color: #e0e8e2;
}

.lijst_vacature:hover {
    background-color: #2a3f3f;
}