/*
	GC - Contact (HCARD2)
	date: 2014-10-22
*/

.gc_gccontact{}
.gc_gccontact *{
	margin:0;
	list-style:none;
}

.gc_gccontact .vcard{
	display:block;
	margin:0 0 1em 0;
	padding:0 0 0.5em 0;
}

.gc_gccontact .vcard .gccontact_list_email a,
.gc_gccontact .vcard .gccontact_list_www a{text-decoration:underline;}

.gc_gccontact .vcard .vcard-image{
	margin:0 5px 5px 0;
}

.gc_gccontact .vcard .vcard-image img{
	border:0;
}

.gc_gccontact .vcard .vcard-categories{
	displa:block;
	padding:3px 0;
	clear:both;
	font-size:0.9em;
}

.gc_gccontact .vcard .vcard-teaser{
	display:block;
	padding:2em 0 1em 0;
}

.gc_gccontact .vcard .vcard-map{display:block;}
.gc_gccontact .vcard .vcard-map.map-top{margin:0 0 15px 0;}
.gc_gccontact .vcard .vcard-map.map-bottom{margin:15px 0 0 0;}

.gc_gccontact .vcard .vcard_icon-telefon,
.gc_gccontact .vcard .vcard_icon-fax,
.gc_gccontact .vcard .vcard_icon-mobil,
.gc_gccontact .vcard .vcard_icon-email,
.gc_gccontact .vcard .vcard_icon-www{
	display:inline-block;
	width:20px;
	height:20px;
	background-color:#aaa;
	vertical-align:top;
	background-repeat:no-repeat;
	background-positon:center center;
	background-color:transparent;
}

.gc_gccontact .vcard .vcard_icon-telefon{background-image:url(../../../../res/iconset/telephone.png);}
.gc_gccontact .vcard .vcard_icon-fax{background-image:url(../../../../res/iconset/scripts.png);}
.gc_gccontact .vcard .vcard_icon-mobil{background-image:url(../../../../res/iconset/phone.png);}
.gc_gccontact .vcard .vcard_icon-email{background-image:url(../../../../res/iconset/mail.png);}
.gc_gccontact .vcard .vcard_icon-www{background-image:url(../../../../res/iconset/world.png);}

.gc_gccontact .vcard .vcard_icon-telefon,
.gc_gccontact .vcard .vcard_icon-fax,
.gc_gccontact .vcard .vcard_icon-mobil,
.gc_gccontact .vcard .vcard_icon-email,
.gc_gccontact .vcard .vcard_icon-www{display:none;}
.gc_gccontact .vcard .vcard_label{display:inline;}

.gc_gccontact .vcard .gccontact_list_icons .vcard_icon-telefon,
.gc_gccontact .vcard .gccontact_list_icons .vcard_icon-fax,
.gc_gccontact .vcard .gccontact_list_icons .vcard_icon-mobil,
.gc_gccontact .vcard .gccontact_list_icons .vcard_icon-email,
.gc_gccontact .vcard .gccontact_list_icons .vcard_icon-www{display:inline-block;}
.gc_gccontact .vcard .gccontact_list_icons .vcard_label{display:none;}


.gc_gccontact .vcard .vcard_caption{display:block;}
.gc_gccontact .vcard.gccontact_list_icons .vcard_caption{display:none;}


/*-SEARCHFORM-----------------------------------------------------------------*/

.gc_gccontact .gccontact-searchform{
  border:0;
  display:block;
  margin-top: 5px;
  padding: 0;
}


