*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.wrapper{
	width: 968px;
	margin: 0 auto;
	position: relative;
}

.muted{
	color: grey;
}
.home footer{
	margin-top: 600px;

}
/* START eigen code */
/* header */


body {
  margin: 0;
  padding-top: 80px; /* hoogte van je navbar */
  font-family: sans-serif;
  background-color: #A7E8BD;
  
}

header{
	background-color: #ffffff;
	padding: 10px;
	
}
img.logo{
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	height: 50px;
}
.homeicon{
	width: 60px;
	height: auto;
}



.navbuttons a{
	text-decoration: none;
	color: black;
	padding: 10px 20px;
	margin-left: 10px;
	font-family: sans-serif;
}
.navbuttons a:hover{
	color: orange;
}

nav{

	position: fixed;
  	top: 0;
  	left: 0;
  	width: 100%;
  	background-color: white;
  	z-index: 1000;
  	padding: 10px;
}
/* index.php */
.video{
	height: 800px;
	width: 100%;
	margin-bottom: 20px;
}
.overlaytekst{
position: absolute;
  top: 40%;
  left: 5%;
  color: white;
  padding: 20px 40px;
  font-size: 30px;
}
.overlaytekst2{
position: absolute;
  top: 51%;
  left: 7%;
  color: white;
  padding: 20px 40px;
  font-size: 20px;
}
.button {
  display: inline-block;
  padding: 15px 35px;
  border: none;
  border-radius: 50px;
  font-size: 16px;
  text-decoration: none;
  color: white;
  transition: all 0.3s ease;
}
.button{
	position: absolute;
  	top: 61%;
  	left: 10%;
 	color: white;
  	padding: 20px 40px;
 	font-size: 20px;
	width: 200px;
}


.about-btn {
  background: linear-gradient(90deg, #34c759, #28a745);
}


.about-btn:hover {
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
  filter: brightness(1.1);
}

main{
	margin-top: 20px;
	margin-bottom: 40px;
}
/* over ons */
.textfont1{
	position :absolute;
	font-size: 20px;
	color: rgb(0, 0, 0);
	font-family: sans-serif;
	margin-bottom: 20px;
	right: 10%;
	z-index: 10;
	margin-top: 150px;
}
.fotomeerweten{
	position: absolute;
	left: 10%;
	height: auto;
	width: 600px;
}
.leesmeer{
	text-decoration: none;
}
.leesmeer:hover{
	color: orange;
}

/* about us pagina */

.overons {
  background-image: url('../img/energie-begint-nu.webp'); /* Hier kan je de afbeelding veranderen */
  background-size: cover;
  background-position: center;
  height: 400px;
  color: rgb(0, 0, 0);
  display: flex;
  flex-direction: column;
  justify-content: center; 
  align-items: center;     
  text-align: center;
  font-size: 24px;
  

	
} 
.aboutusfoto{
	width: 500px;
	height: auto;
	margin-top: 20px;
}


.textinplace{
	margin-left: 50px;
	margin-top: 30px;
}


/* diensten */
.zonnepanelentext{
	width: 300px;
	height: auto;
	margin-left: 30px;
	margin-top: 30px;
	border: black 1px solid;
}
.zonnepanelenfoto{
	width: 250px;
	height: auto;

}
.warmtepomptext{
	width: 300px;
	height: auto;
	margin-left: 30px;
	margin-top: 30px;
	border: black 1px solid;
}
.warmtepompfoto{
	width: 250px;
	height: auto;
}

.laadpalentext{
	width: 300px;
	height: auto;
	margin-left: 30px;
	margin-top: 30px;
	border: black 1px solid;
}

.laadpaalfoto{
	width: 250px;
	height: auto;
}

.logodiensten{
	position: absolute;
  	top: 20%;
	right: 10%;
	width: 200px;
	height: auto;

}

.dienstenlink{
	position: absolute;
	right: 10%;
	top: 40%;
}
.dienstenlink a{
	text-decoration: none;
	font-size: 20px;
	
}
.dienstenlink a:hover{
	color: orange;
}
/* footer */
footer{
	background-color: lightgrey;
	padding: 10px;
}
.textfont{
	display: block;
	font-size: 12px;
	color: black;
	font-family: sans-serif;
}
.textfontborder{
	display: block;
	font-size: 12px;
	color: black;
	font-family: sans-serif;
	border: black 1px solid;
}


/* EINDE eigen code */

.form-group{
	border: 1px solid rgb(0, 0, 0);
	padding: 10px;
}

.form-group label{
	display: inline-block;
	width: 150px;
	cursor: pointer;
	vertical-align: top;
}

.form-group input[type=text], .form-group textarea{
	width: 300px;
}

.form-group input[type=submit]{
	padding: 10px;
	cursor: pointer;
}
