


@media (max-width: 480px) {
	span.domain_color_web{   
                            display: none;
                    }
	span.domain_color_mobil{
		
                            color: rgba(92,224,158, 1);
			                text-transform:none;
		                    font-size: 30px;
	}	
	.footer_domains{
		
		
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.footer_domains_four{
	    float: left;
		
		
		width: 195px;
		margin-left: 5px;
		
		
	}
	.footer_domains_four ul{
		text-align: center;
		list-style-type: none;
	}
	}
@media (min-width: 481px) and (max-width: 767px) {
	span.domain_color_web{   
                            display: none;
                    }
	span.domain_color_mobil{
		
                            color: rgba(92,224,158, 1);
			                text-transform:none;
		                    font-size: 40px;
	}	
	.footer_domains{
		
		width: 600px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.footer_domains_four{
	    float: left;
		
		
		width: 195px;
		margin-left: 5px;
		
		
	}
	.footer_domains_four ul{
		text-align: center;
		list-style-type: none;
	}
	}	

@media (min-width: 768px) and (max-width: 1100px) {
	span.domain_color_web{   
                            display: none;
                    }
	span.domain_color_mobil{
		
                            color: rgba(92,224,158, 1);
			                text-transform:none;
		                    font-size: 55px;
	}
	.footer_domains{
		
		width: 800px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.footer_domains_four{
	    float: left;
		
		
		width: 265px;
		margin-left: 0px;
		
		
	}
	.footer_domains_four ul{
		text-align: center;
		list-style-type: none;
	}
	
}

@media (min-width: 1101px) {
	span.domain_color_web{   
                            
		                    color: rgba(92,224,158, 1);
			                text-transform:none;
	}
	span.domain_color_mobil{
		
                            display: none;
		
	}
	.footer_domains{
		
		width: 1200px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.footer_domains_four{
	    float: left;
		
		
		width: 265px;
		margin-left: 0px;
		
		
		
		
	}
	.footer_domains_four ul{
		text-align: center;
		list-style-type: none;
	}
}