/*Theme 1 */
.sharebar {
	position: relative;
	height: 4em;
	width: auto;
	background-color: rgba(255,255,255,0.8);
	border-radius: 5px;
	padding: .5em;
	margin: 0.5em 0 0.5em 1em;
	display: block;
	border: 0px solid;
}
.sharebar p {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
	font-weight: bolder;
}
.sharebar a {
	font-size:3em;
	margin-right:0.25em;
	color:#000000;
	text-decoration: none;
}
.sharebar a:hover {
	color: #000000;
	opacity: 0.8;
}
.sharebar a:last-child {
	margin-right:0;
}
/*Theme 2*/
.sharebar2 {
	position: relative;
	display:table;
	width:auto;
	margin:auto;
}
.sharebar2 .zelle {
	display: table-cell;
	padding-right: 0.25em;
}
.sharebar2 .zelle a {
	font-size:1em;
	margin-right:0.25em;
	color:#000000;
	text-decoration: none;
}
.sharebar2 .zelle a:hover {
	color: #ed4800;
}
.sharebar2 .zelle:last-child {
	padding-right:0;
}
.sharebar2 .zelle .fa {
	transition: all 0.3s ease-in-out;
}
.sharebar2 .zelle .fa:hover {
	transform: scale(1.5);
}
/*Theme 3*/
.share {
	position:relative;
	height:2em;
	width: 2em;
	margin: 1.5em 0 0.5em 1em;
	text-align:center;
}
.share a {
	font-size: 1.5em;
	color:#000000;
}
.share a:hover {
	color:#BB0000;
}
#sharebar3 {
	position: relative;
	top:-3.5em;
	width:8em;
	height: 1.5em;
	display: none;
	padding:0.5em;
	margin: 0.5em 0 0.5em 1em;
	
}
#sharebar3 .zelle {
	display: table-cell;
	padding-right: 0.25em;
}
#sharebar3 .zelle a {
	font-size:1em;
	margin-right:0.25em;
	color:#000000;
	text-decoration: none;
}
#sharebar3 .zelle a:hover {
	color: #BB0000;
}
#sharebar3 .zelle:last-child {
	padding-right:0;
}
#sharebar3 .zelle .fa {
	transition: all 0.3s ease-in-out;
}
#sharebar3 .zelle .fa:hover {
	transform: scale(1.5);
}
