@charset "utf-8";
/* CSS Document */

footer {
            flex: 0 0 100px;
            background-color: darkslategray;
		margin-top: 10px;
	padding-top: 10px;
	
			height: 200px;
	
        }
footer-form {
            flex: 0 0 100px;
            background-color: darkslategray;
			height: 500px;
        }
 section {
			  display: flex;
			  flex-direction: column;
			  justify-content: space-between;
			  min-height:100vh;
	 
	 
		  }
		  
		  section > * {
			  border: thin grey solid;
			  
			 		  }
		  
		 
		 

		  article {
			  margin-top: 125px;
			  background-image: url("graph/bg_zee.jpg");
	 background-repeat: no-repeat;
			  flex:1;
		  }
.slider{
	Margin-top: 95px;
	z-index: -999;
	}
.content{
	margin-top: 100px;
	
}

content p, h1, h2, h3, ul{
	margin-left: 125px;
			  margin-right: 125px;
			  text-align: justify;
	color: darkslategray;
	}

.xxx{
	heigt=100px;
}
.groen{
	height: 20px;
	top: 125px;
	position: relative;
	background-color: 00ae1d;
	padding-left: 0px;
	color: white;
	z-index: 997;
		
}

.groenr{
	padding-left: 80%;
	font-weight: bold;
	
}
.black {
	background-color: black;
}
.logo-footer{
	padding-top:30px;
}
.formulier{
	input[type=text] {
  width: 100%;
  padding: 12px 10px;
  margin: 8px 0;
  box-sizing: border-box;
}
}