/* Social Share Buttons */
.share-box {
	position: relative;
	text-align: center;
	color: var(--us-grey);
	margin: 0 0 15px 0;
	padding: 20px 0;
}
.share-box p {
	margin-bottom: 10px;
}
.share-box p.share-links {
	margin-bottom: 0;
}
.share-box a {
	color: var(--us-grey);
}
#wrapper .share-box a:not([href*="uni-stuttgart.de"])::after {
	content: "";
}
.share-box a.xs-icon-white {
	background-color: var(--us-grey);
	border: 1px solid var(--us-grey);
	border-radius: 50%;
	width: 40px;
	height: 40px;
}
.share-box a.xs-icon-white.facebook:hover {
	background-color: #3c5997;
	border-color: #3c5997;
}
.share-box a.xs-icon-white.twitter:hover {
	background-color: var(--us-black);
	border-color: var(--us-black);
}
.share-box a.xs-icon-white.linkedin:hover {
	background-color: #0077B5;
	border-color: #0077B5;
}
.share-box a.xs-icon-white.xing:hover {
	background-color: #007575;
	border-color: #007575;
}
.share-box a.xs-icon-white.email:hover {
	background-color: #cf3223;
	border-color: #cf3223;
}
.share-box .double-click-box {
	position: absolute;
	z-index: 999;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 5px 0;
	background-color: var(--us-white);
	color: var(--us-grey);
	cursor: pointer;
	display: none;
}
.share-box .double-click-box.offline-info {
	padding: 30px 0;
}
.share-box .double-click-box a {
	color: var(--us-blue);
	text-decoration: underline;
}
.share-box .double-click-box a.btn {
	color: var(--us-white);
	text-decoration: none;
	margin-top: 5px;
	margin-bottom: 5px;
}
#wrapper .share-box .double-click-box a.btn:not([href*="uni-stuttgart.de"])::after {
	content: "";
}
.share-box .double-click-box a:hover {
	text-decoration: none;
}