@import url('https://fonts.googleapis.com/css?family=Barlow:100,200');



@media screen and (max-width:6000px){
	
body {
	margin:0;
	padiing:0;
	font-family: 'Barlow', sans-serif;
	font-weight: 100;	
	color: #515151f1;
}

.content::after {
  content: "";
  background: url(../images/meidoorn.jpg);
  background-size:cover;
  opacity: 0.1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;   
}
.content {
	text-align: center;
	margin-top:20%;
	font-size: 5em;
}
.content_strong {
	font-weight: 600;
	color: #515151;
}

.adresblok {
	font-size: 1.2em;
	background-image: url(../images/locatie.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	background-size:22px;
	padding-left: 26px;
	font-weight: 200;
	position:absolute;
	right: 20px;
	bottom: 20px;
}
.bedrijven {
	width: 600px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
ul {
	list-style-type: none;
	font-size:1.4em;
	margin-left:0;
	padding-left:0;
}

}

@media screen and (max-width:900px){
	
.content {
	font-size: 4em;
}


}
	

@media screen and (max-width:768px){
		
.content {
	font-size: 4em;	
}
.bedrijven {
	width: 400px;
}
ul {
	font-size:1.1em;
}

@media screen and (max-width:420px){
.content {
	font-size: 2em;
}
	
}
