
body {

   background: rgb(246,232,210);
   background: linear-gradient(0deg, rgba(246,232,210,1) 23%, rgba(220,225,235,1) 40%);
   font-family: 'Assistant', sans-serif;
   height: 1200px;
}

h2, h4 {
	color: rgb(60, 134, 38);
	font-weight: 600;
}

li {
	color: rgb(60, 134, 38);
	font-weight: 400;
    font-size: 20px;
}

.menu-container {  
  display: flex;
  direction: column; 
  align-items: flex-end;
  z-index: 4;
  clear: both;
}

.menu { 
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: auto;
  padding: 10px 10px;

}

.page {
    display: block;
    float: center;
	height: 800px;
	z-index: 1;
	overflow: visible;
    clear: both;
}

.container {
  position: relative;
  display: flex;
  justify-content: center;
  background-color: #EAEDF0;
  align-items: flex-start;
  clear: both;
  height: auto;
}

.containter:after {
    content: "";
    display: block;
    clear: both;
}

.textbox {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  padding: 20px 0px;
  color: rgb(60, 134, 38);
  font-weight: 600;
  font-size: 20px;

}

.cirkels {
  position: absolute;
  display: block;
  top: 70%;
  left: -90%;
  width: 200%;
  height: 100%;
  background-image: url('images/cirkels.svg'); 
  background-repeat: no-repeat;
  margin: 50px 50px;
  z-index: -2;
}

.medezeggenschap {
  display: block;
  position: relative;
  top: -34%;
  width: 80%;
  height: 100%;
  background-image: url('images/medezeggenschap.svg'); 
  background-repeat: no-repeat;
  margin: 0 auto;
  z-index: -1;
}


/*.item img {
  display: block;
}

.item-static {
  position: relative;
  top: 30px;
  left: 30px;
}

.article-image {
  display: flex;
  justify-content: space-around; 
  width: 300px;
  height: 200px;
  margin-right: 20px;
  margin-bottom: 20px;
}
*/


.footer {
  position: relative;
  bottom: 0px;
  height: 400px;
  /*flex-direction: row; */
  background-color: #1b4059;
  overflow: visible;
  clear: both;
}

.footer-item {
  margin: 10px 0px;
  top: 50px;
  padding: 5px;
  display: fixed;
  color: #9dbfe0;
  font-weight: 400;
  flex-direction: column;
  overflow: visible;
}


.column {
  float: left;
  width: 31%;
  margin: 1.15% 1.15%;
  padding: 3%;
  height: 80%;
  overflow: visible;

}



