/* Formatierung Telefonnummer */

a[href^="tel"]:link, a[href^="tel"]:visited, a[href^="tel"]:hover {
	text-decoration: none;
	color: #cc0000;
}
 @media only screen and (max-device-width: 480px) {
 a[href^="tel"]:link,  a[href^="tel"]:visited,  a[href^="tel"]:hover {
 text-decoration:    underline;
 color: #cc0000;
}
}
