html,body
{	
	max-width:100%;
	margin: 0;
}
header
{
	background-color:rgb(70, 185, 58);
	font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
	font-size: 2em;
	font-weight: bold;
	color: white;
	width: 100%;
	height: 50px;
	padding-top: 20px;
	padding-left: 20px;
}
main{
	width:100%;
	margin:0;
}

.primaryContainer {	
	width:100%;
	height: auto;
    margin: 0;   
}
.intro
{
	float: left;
	width: 390px;
}

.intro p
{		
	padding: 20px;
}

.infographic{
	float: left;
	width: 610px;
	height: 700px;
	background-color: white;
}

#straling{
	position: relative;
	background-image: url("images/zon.jpg");
	background-size: 80% 170px; 
	background-repeat: no-repeat;
	width: 610px;
	height: 170px;
	margin-bottom: 1%;	
}

#energietekst {
	position: absolute;
	top:5%;
	left: 5%;
}


#warmtetekst {
	position: absolute;
	top:34%;
	left: 20%;
	width: 10%;
		
}

#pijlentekst {
	position: absolute;
	top:34%;
	left: 33%;
}
.procenten{	
	position: absolute;
	left: 26%;
	top: 85%;
	display: flex;
	text-align: center;
	width: 65%;
}
.procenten p{
	flex:1;
}

.tussentekst{
	position: relative;
	left: 3%;
	width: 97%;
	display: flex;		
}

.links{
	flex:1;
}
.rechts{
	flex:2;
	text-align: right;
}

.tabeltekst{
	position:relative;
	display: flex;
	text-align: center;
}
.tabeltekst h3{
	padding: 0px;
	margin:0px;
	flex:1;
}

.tabeltekst p{
	padding: 1em;
	margin: 0px;
	background-color: rgba(255,255,255,0.40);
	flex:1;
	
}

.rood{
	color:#FE2E64;
	background-color: white;
	text-align: center;
	margin:0px;
}
.animatie{
	position: relative;
	left:10px;	
	width: 600px;
	height: 160px;	
}
#cultuur
{
	position: absolute;
	background-image: url("images/cultuur.jpg");
	background-size: 600px 96px; 
	background-repeat: no-repeat;
	width: 600px;
	height: 120px;
	-ms-touch-action:none;
	touch-action:none; 
}

#overige
{	
	position: absolute;
	background-image: url("images/overige.jpg");
	background-size:  600px 96px; 
	background-repeat: no-repeat;
	width: 584px;
	height: inherit;
	border:hidden;
	-ms-touch-action:none;
	touch-action:none; 
}

#bos
{	
	position: absolute;
	background-image: url("images/bos.jpg");
	background-size:  600px 96px; 
	background-repeat: no-repeat;
	width: 486px;
	height: inherit;
	border:hidden;
	-ms-touch-action:none;
	touch-action:none; 
}

.resize {

	box-sizing: border-box;	
}



#zee
{	
	position: absolute;
	background-image: url("images/zee.jpg");
	background-size:  600px 96px;  
	background-repeat: no-repeat;
	width: 420px;
	height: inherit;
	border:none;
	-ms-touch-action:none;
	touch-action:none; 
}

#ruitje1{
	position: absolute;	
	height: 116px;
	width: 34px; 
	right: -16px;
	-ms-touch-action:none;
	touch-action:none; 
}

#ruitje2{
	position: absolute;
	height: 136px;
	width: 34px; 
	right: -17px;
	-ms-touch-action:none;
	touch-action:none; 
}
#ruitje3{
	position: absolute;
	height: 156px;
	width: 53px; 
	right: -22px;
	top: -3px;
	-ms-touch-action:none;
	touch-action:none; 
}

#productie{
	position: relative;
	left:10px;
	background-image: url("images/achtergrond.jpg");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	width: 600px;
	height: auto;
	
	
}
@media only screen and (max-width: 1000px){
	.intro
	{
		float: none;
		width: 550px;
	}
	.infographic{
		float: none;
	}
}
