
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: 1600px;
}

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;
    display-direction: column;
    align-items: flex-end;
}

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

}

.page {
	display: block;
	justify-content: center;
	position: relative;
	height: 1200px;
	z-index: 1;
	overflow: hidden;
}

.container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

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

}


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

.gebouwen {
  display: block;	
  position: absolute;
  top: 80px;
  left: -50px;
  width: 1400px;
  height: 800px;
  background-image: url('images/gebouwen.svg'); 
  background-repeat: no-repeat;
  margin: 0 auto;
  justify-content: flex-start
  z-index: auto;
}

.medezeggeschap {
  position: relative;
  top: 0px;
  left: 200px;
  width: 1280px;
  height: 500px;
  background-image: url('images/medezeggeschap-02.svg'); 
  background-repeat: no-repeat;
  margin: 0 auto;
  justify-content: flex-start
  z-index: auto;
}

.personen {
  display: flex;	
  position: relative;
  top: 50px;
  left: 300px;
  width: 800px;
  height: 500px;
  background-image: url('images/personen.svg'); 
  background-repeat: no-repeat;
  margin: 0 auto;
  justify-content: flex-start
  z-index: auto;
}

.kinderopvang {
  position: relative;
  top: -100px;
  left: 250px;
  width: 600px;
  height: 500px;
  background-image: url('images/kinderopvang.svg'); 
  background-repeat: no-repeat;
  margin: 0 auto;
  justify-content: flex-start
  z-index: auto;
}	

.toezichtenhandhaving {
  position: relative;
  top: -560px;
  left: 50px;
  width: 1100px;
  height: 500px;
  background-image: url('images/toezicht-02.svg'); 
  background-repeat: no-repeat;
  margin: 0 auto;
  justify-content: flex-start
  z-index: auto;
}

.communicatieGGD {
  position: relative;
  top: -25%;
  width: 100%;
  height: 100%;
  background-image: url('images/communicatieggd-02.svg'); 
  background-repeat: no-repeat;
  margin: 0 auto;
  justify-content: flex-start
  z-index: auto;
}

.wet-enregelgeving {
  position: relative;
  top: -50px;
  left: 0px;
  width: 1400px;
  height: 500px;
  background-image: url('images/wetenregelgeving-02.svg'); 
  background-repeat: no-repeat;
  margin: 0 auto;
  justify-content: flex-start
  z-index: auto;
}


.sidebar {
  position: relative;
  top: 200px;
  left: 600px;
  width: 800px;
  height: 300px;
  background-color: #F09A9D;
  margin: 50px 50px;
  z-index: auto;
}

/*.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;

}



