.share-bar {
    text-align: center;
    margin: .5em;
    position:relative;
}

.share-bar a {
    color:#333;
    font-weight: bold;
    padding: 1em;
}

.share-bar a:hover {
    color:#777;
}

.share-bar .svg-icon {
    width: 20px;
    height: 20px;
    top:10px;
    right:5px;
    fill:#fff;
}

.share-bar .svg-icons {
    width: 20px;
    height: 20px;
    top:10px;
    right:5px;
    fill:#1a171b;
	padding-top: 7px;
}

.share-bar .svg-icons:hover {
    fill:#333;
}


.share-bar a:hover .svg-icon {
    fill:#ccc;
}

.share-bar a span {
    position:relative;
    top:-5px;
    left:5px;
	font-size: 15px;
}

.social-wrapper {
    position:relative;
    display:inline;
	float: left; 
}
#ag .social-wrapper {padding-top: 30px;}

.social-icons {
    opacity:0;
    visibility: hidden;
    position: absolute;
    left: -10px;
    margin-left:0;
    min-width: 130px;
    z-index: 1900;
    border: 1px solid #d4d4d5;
    line-height: 1.4285em;
    background: #fff;
    padding: .833em 1em .433em;
    font-weight: 400;
    font-style: normal;
    border-radius: .28571429rem;
    -webkit-box-shadow: 0 2px 4px 0 rgba(34,36,38,.12), 0 2px 10px 0 rgba(34,36,38,.15);
    box-shadow: 0 2px 4px 0 rgba(34,36,38,.12), 0 2px 10px 0 rgba(34,36,38,.15);
	height: 35px;
}
#ag .xing {padding-right:15px;}
#ag .drucken {float: left; margin-left:35px; padding-top:10px;}

.social-icons:before {
    position: absolute;
    content: '';
    width: .71428571em;
    height: .71428571em;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
    -webkit-box-shadow: 1px 1px 0 0 #bababc;
    box-shadow: 1px 1px 0 0 #bababc;
    top: auto;
    right: auto;
    bottom: -.30714286em;
    left: 50%;
    margin-left: -.30714286em;
}
.social-wrapper:hover {
    padding-top:20px;
}
.social-wrapper:hover .social-icons {
    opacity:1;
    visibility: visible;
    bottom:40px;
}

.share-bar .social-icons a {
    padding: 0 .125em;
}

.share-bar .social-icons .svg-icon {
    top:4px;
    right:auto;
}

@media (min-width: 0) and (max-width: 480px) {

    .share-bar .svg-icon {
        width: 24px;
        height: 24px;
        margin: 0 .375em;
    }

    .share-bar .svg-icon {
        top:4px;
        right:auto;
    }

    .share-bar .social-icons a {
        padding: 0;
    }
	#ag .drucken {margin-left:0; padding-top:30px;}
	
	#ag .mobile {width: 50%; margin:0 auto;}
	
	#ag .xing {padding-right:0px;}
	
	.social-icons {
    left: 20%;
    margin-left:0;
    min-width: 120px;
    padding: .833em 1em .433em;
}

}