#telbtn { 
    width: 95px;
    height: 95px;
	background-size: 95px 95px;
    z-index: 1; 
	background-image:url(../images/tel.svg); 
	background-repeat:no-repeat;}
 
#telbtn a{display: block;
   width: 100%;
   height: 100%;}
 
#telbtn a:hover{
	background-image:url(../images/tel_over.svg);
	background-size: 95px 95px;
	background-repeat:no-repeat;
	font-family: Roboto, sans-serif;
}

#telbtn a:active{
	background-image:url(../images/tel_active.svg);
	background-size: 95px 95px;
	background-repeat:no-repeat;
	font-family: Roboto, sans-serif;
}


#emailbtn { 
    width: 95px;
    height: 95px;
	background-size: 95px 95px;
    z-index: 1; 
	background-image:url(../images/email.svg); 
	background-repeat:no-repeat;}
 
#emailbtn a{display: block;
   width: 100%;
   height: 100%;}
 
#emailbtn a:hover{
	background-image:url(../images/email_over.svg);
	background-size: 95px 95px;
	background-repeat:no-repeat;}
	
#emailbtn a:active{
	background-image:url(../images/email_active.svg);
	background-size: 95px 95px;
	background-repeat:no-repeat;}
	
#kartebtn { 
    width: 95px;
    height: 95px;
    z-index: 1; 
	background-image:url(../images/karte.svg); 
	background-size: 95px 95px;
	background-repeat:no-repeat;}
 
#kartebtn a{display: block;
   width: 100%;
   height: 100%;}
 
#kartebtn a:hover{
	background-image:url(../images/karte_over.svg);
	background-size: 95px 95px;
	background-repeat:no-repeat;
	font-family: Arial, sans-serif;}
	
#kartebtn a:active{
	background-image:url(../images/karte_active.svg);
	background-size: 95px 95px;
	background-repeat:no-repeat;
	font-family: Arial, sans-serif;}


#wmbtn { 
    width: 190px;
    height: 20px;
	background-size: 190px 20px;
    z-index: 1; 
	background-image:url(../images/walkenmuehle_mini.svg); 
	background-repeat:no-repeat;}
 
#wmbtn a{display: block;
   width: 100%;
   height: 100%;}
 
#wmbtn a:hover{
	background-image:url(../images/walkenmuehle_mini_over.svg);
	background-size: 190px 20px;
	background-repeat:no-repeat;
	font-family: Roboto, sans-serif;
}

#wmbtn a:active{
	background-image:url(../images/walkenmuehle_mini_klick.svg);
	background-size: 190px 20px;
	background-repeat:no-repeat;
	font-family: Roboto, sans-serif;
}
