body{
	background-color: #ffffff;
	padding: 0px;
	margin: 0px;
 }

#gradient {
  width: 100%;
  height: 800px;
  padding: 0px;
  margin: 0px;
}

#visitenkarte {
    position: absolute;
    top: 25%;
    left: 25%;
    background-color: #FFF;
    -ms-transform: rotate(-5deg); /* IE 9 */
    -webkit-transform: rotate(-5deg); /* Safari */
    transform: rotate(-5deg);
    box-shadow: 10px 25px 35px rgba(99, 99, 99, 0.25);
    width: 25%;
}

#visitenkarte img {
	width: 100%;
}

.social {
	position: absolute;
	left: calc(50% - 38px);
	bottom: 10%;
}

.xing, .linkedin {
	width: 37px;
	height: 37px;
	text-indent: -9999px;
	display: inline-block;
	border-radius: 50%;
}

.xing:hover, .linkedin:hover {
	background-color: silver;
}

.xing {
    background: url("socialicons.png") -852px 0px repeat scroll gray;
	margin-right: 2px;
}

.linkedin {
	background: url("socialicons.png") -815px 0px repeat scroll gray;
}