@charset "UTF-8";
/* CSS Document */

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #333333;
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
	line-height: 1.6em;
	height: 100%;
	
	background-image: url(..//images/websiteAchtergrond.jpg);
	  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.wrapper {
	
	width: 100%;
  max-width: 960px;
}

h1 {
	font-size: 16px;
	margin-bottom: 10px;
}

header h2 {
	margin-bottom: 10px;
	font-size: 14px;
 
}

h3 {
	font-size: 10px;
	margin-bottom: 5px;
}

header {
	  padding: 15px 10px 0 27px;
	display: none;
}

figure {
	width: 300px;
}

figcaption {
	font-size: 9px;
}



#content {
	  width: 100%;
  max-width: 55%;
	  float: left;
}


#content section h2 {
	margin-bottom: 10px;
  color: #213994;
  font-size: 17px;
  font-weight: bold;
  
}

#content section article p {
  
  font-size: 14px;
  color: #333;
  padding-bottom: 0px;
  line-height: 20px;
}


#content section article p span{
    font-size: 15px;
  font-style: italic;
  color: #213994;
  font-weight: bold;
  line-height: 2.5em;
}

#content section article p span a{
	text-decoration: underline;
	color: #213994;
	
	}


.left{
		background-image: url(..//images/asideLeft.jpg);
		background-repeat: no-repeat;
		background-size: contain;
		max-width: 143px;
		width: 100%;
		height: 376px;
		float: left;
		display: inline-block;
		vertical-align: top;
		  margin-top: 30px;
	}

.right{
		  background-image: url(..//images/asideHerment.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin: 15px 0 0 0;
  max-width: 282px;
  width: 100%;
  height: 391px;
  float: right;
  display: inline-block;
  vertical-align: top;
	}
/*

.logoHermenet{
	background-image: url(..//images/logo.png);
  background-repeat: no-repeat;
 background-size: contain;
	
}
*/

.right .USP {
	  margin-top: 37%;
  margin-bottom: 5%;
  padding: 0 20px;}


.right .USP h3 {
	  font-size: 24px;
  color: #fff;
  opacity: .6;
  text-align: right;
  margin-top: 12px;
  font-weight: 300;
}

.right .contactGegevens {
	 
  width: 100%;
  margin: 22px auto 0;
  color: #fff;
  text-align: right;
    font-size: 11px;
}


.witLijntje {
	  border: 1px solid #fff;
  width: 0;
  height: 56px;
  display: inline-block;
}

.adres {
	line-height: 1em;
	  width: 41%;
  display: inline-block;
  padding-right: 13px;
}

.telefoonnummers p a{
	text-decoration: none;
	color: #fff;

}
.telefoonnummers {
	
	  width: 41%;
  text-align: right;
  display: inline-block;
  line-height: 1em;
  padding-left: 15px;
}


.emailAdres {
	margin: 0;
	 padding: 10px 0;

}

.emailAdres h3, .emailAdres a{
	margin: 0;
	text-decoration: none;
	color: #fff;
	padding: 0;
	  font-size: 14px;
  letter-spacing: .04em;
}

.emailAdres p {
	margin: 0;
	
}

nav {
	  padding: 10px;
  height: 20px;
}

	nav ul {
		  list-style: none;
  margin: 0;
  padding: 0;
	}
	
	nav ul li {
		  float: left;
  margin-right: 20px;
	}
	
	nav ul li a {
		
		  color: #213994;
  text-decoration: none;
  font-weight: 700;
  font-size: 17px;
  border: 1px solid #213994;
  padding: 3px;
	}
	
	nav ul li:hover a {
		color: #fff;
		background-color: #213994;
		}
	
	
	nav header {
		padding: 0px;
		background: inherit;
	}

section {
	  padding: 0 10px;
  vertical-align: top;
  margin-top: 19.3%;
}

	section header {
		background: inherit;
		padding: 0px;
	}

	section footer {
		width: 100%;
		font-size: 12px;
	}

article {
	  width: 100%;
	  margin: 17px auto;
	  max-width: 90%;
}

	article footer {
		float: right;
		color: #666666;
		font-size: 10px;
	}

.footer {
	
	clear: both;
}

.footerImage{
		background-image: url('..//images/footerImagekopie.jpg');
		background-repeat: no-repeat;
		background-size: contain;
		width: 100%;
		max-width: 960px;
		height: 197px;

}

.footer p { 
	float: right;
}

.footer p a{ 
	text-decoration: none;
	color: #333;
}

@media (max-width: 950px) and (min-width: 120px) {
  	
  	
  	section {
	  padding: 0 ; 
	  vertical-align: top;
	  margin-top: 19.3%;
	}
  	
	.left {
		  display: none;
		  float: none;
	}
	
	.right {
		
		float: none;
		display: block;
		  margin: 0 auto;
	}
	
	.right .USP {
		  margin-top: 0;
	  margin-bottom: 5%;
	  padding: 70px 20px;
	}
	
	#content {
	    max-width: 100%;
  float: none;
  width: 90%;
  margin: 0 auto;
	}	
	
	article {
	width: 100%;
	margin: 0;
	max-width: 100%;
	}
	
	
	#content section article p span {
		line-height: 1.5em;
	}
	
	.footerImage{ 
		max-width: 90%;
		margin: 10px auto 0;
		  padding-bottom: 18%;
		  height: 0;
		}
		
		.footer {
			
		}
		
		.footer p {
		    float: none;
		  padding-bottom: 20px;
		  padding-top: 20px;
		  margin: 0 auto;
		  width: 100%;
		  max-width: 90%;
		}
		.footer p span{
			display: none;
			}
}
