@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;	
}
a {
    color: #515151f1;
    text-decoration: none;
    

}

.content::after {
  content: "";
  background: url(../images/mubutex.jpg);
  background-size:cover;
  opacity: 0.3;
  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.4em;
	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;
}
.block {
    width: 8mm;
    height: 10mm;
    border-left-width: 1mm;
    border-top-width: 1mm;
    border-left-style: solid;
    border-left-color: #CBD1D4;
    border-top-style: solid;
    border-top-color: #CBD1D4;
    background-color:  #FF9F00;
    box-sizing: border-box;
    float: left;
    margin: 1mm;
    text-align: center;
    line-height: 9mm;
    font-size: 6mm;
    border-radius: 0 0 1mm 0;
}
.logo {   
    padding-top: 5px;
    border-top-width: 1mm;
    border-top-style: solid;
    border-top-color: #FF9F00;
    font-family: "Neo Sans Std Medium TR";
    width: 70mm;
	height: 18mm;
	left: 50%;
	top: 15%;
	margin-left: -35mm;
	margin-right: auto;
	position: absolute;
	zoom: 200%;
}
.tekstlogo {
    width: 100%;
    text-align: center;
    font-size: 4.2mm;
    font-weight: 200;    
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #CBD1D4;
    position: absolute;
    bottom: 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;
}
	
}
