@import "reset.css";

body {
	background: #fff url(../images/shadow.png) top left repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #444;
}

strong.kw, em.kw {
	font-weight: inherit;
	font-style: inherit;
}

#wrapper {
	margin: 0 auto;
	max-width: 700px;
	width: 90%;
}

.vcard {
	margin: 120px 50px 0 0;
	padding: 10px 20px 0 30px;

	position: relative;
	-moz-border-radius: 3px;
	-moz-box-shadow: 8px 8px 7px #999;
	-webkit-border-radius: 3px;
	-webkit-box-shadow: 8px 8px 7px #999;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 8px 8px 7px #999;
	background: #ffffff;
	background: -moz-linear-gradient(-45deg, #ffffff 0%, #ffffff 55%, #f2f2f2 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#ffffff), color-stop(55%,#ffffff), color-stop(100%,#f2f2f2));
	background: -webkit-linear-gradient(-45deg, #ffffff 0%,#ffffff 55%,#f2f2f2 100%);
	background: -o-linear-gradient(-45deg, #ffffff 0%,#ffffff 55%,#f2f2f2 100%);
	background: -ms-linear-gradient(-45deg, #ffffff 0%,#ffffff 55%,#f2f2f2 100%);
	background: linear-gradient(-45deg, #ffffff 0%,#ffffff 55%,#f2f2f2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=1 );
}

.vcard img {
	display: block;
	padding: 5px;
	background: #eee;
	border: 1px solid #ddd;
	-moz-box-shadow: 1px 1px 2px #999;
	-webkit-box-shadow: 1px 1px 2px #999;
	box-shadow: 1px 1px 2px #999;
	margin: 10px;
}

.vcard .align-center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.vcard .profile {
	float: right;
	margin: 0 30px;
}

header {
	margin: 15px 0;
}

.content {
	min-height: 300px;
	margin: 0 15px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 10px 0;
	color: #3F6A8E;
}

h1 {
	font-family: 'Syncopate', sans-serif;
	font-size: 2.5em;
	line-height: 50px;
	padding: 3px 0;
	margin: 0;
}

h1 a {
	border-bottom: none;
}

h2 {
	font-size: 1.2em;
	line-height: 1.6em;
	padding: 2px 0 2px 2px;
	color: #3F6A8E;
}

h3 {
	font-size: 1.1em;
	line-height: 1.8em;
}

p {
	line-height: 1.6em;
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
}

small {
	font-size: 0.8em;
}

strong {
	font-weight: bold;
}

.impressum {
	font-size: 0.9em;
}

a {
	color: #3F6A8E;
	text-decoration: none;
	border-bottom: 1px dotted #3F6A8E;
}

a:hover {
	border-bottom: 1px solid #3F6A8E;
}

.content ul {
	margin: 15px 0;
	padding: 0;
}

.cv li {
	line-height: 1.5em;
	margin: 10px 0 25px 0;
	padding: 0;
	list-style-type: none;
}

.cv li strong {
	display: block;
	font-family: 'Syncopate', sans-serif;
	font-size: 16px;
	color: #3F6A8E;
	font-weight: normal;
	line-height: 1em;
}

footer {
	margin: 25px 0;
	font-size: 0.8em;
	text-align: center;
}

.social {
	margin: 0 0 0 -3px;
	position: absolute;
	top: 20px;
	left: 100%;
}

.social li {
	margin: 3px;
	padding: 2px 2px 2px 5px;
	width: 32px;
	display: block;
	background: #CCC;
	transition: padding-left 0.25s;
}

.social li:hover {
	padding-left: 15px;
}

.social a {
	display: block;
	width: 32px;
	height: 32px;
	text-decoration: none;
	border: none;
	background: url(../images/social.png) 0 0 no-repeat transparent;
	background-size: 32px 160px;
}

.social a span {
	display: block;
	text-indent: -1000em;
	overflow: hidden;
}

.social li.fb {
	background: #3B5998;
}
.social li.fb a {
	background-position: 0 -32px;
}

.social li.twitter {
	background: #00ACED;
}
.social li.twitter a {
	background-position: 0 -96px;
}

.social li.google {
	background: #B62618;
}
.social li.google a {
	background-position: 0 -64px;
}

.social li.xing {
	background: #006567;
}
.social li.xing a {
	background-position: 0 -128px;
}

.tagcloud {
	margin: 15px;
	text-align: center;
}

.tagcloud li {
	margin: 2px;
	padding: 2px;
	display: inline-block;
	transition: color 0.25s;
}

.tagcloud .p-1 {
	font-size: 1em;
}

.tagcloud .p-2 {
	font-size: 1.2em;
}

.tagcloud .p-3 {
	font-size: 1.4em;
}


.tagcloud .c-1 {
	color: #3F6A8E;
}
.tagcloud .c-1:hover {
	color: #B62618;
}

.tagcloud .c-2 {
	color: #6F787F;
}
.tagcloud .c-2:hover {
	color: #B62618;
}

.tagcloud .c-3 {
	color: #B2C0CC;
}
.tagcloud .c-3:hover {
	color: #B62618;
}

@media only screen and (max-width: 480px) {
	#wrapper {
		width: 100%;
	}
	
	.vcard {
		margin: 10px;
		padding: 10px;
		box-shadow: none;
	}
	
	.vcard img {
		float: none;
		display: block;
		margin: 0 auto;
		max-width: 100%;
		height: auto;
	}

	.social {
		position: static;
		margin: 0 15px;
		left: auto;
		top: auto;
	}
	
	.social li {
		display: inline-block;
		margin: 5px;
		padding-left: 0;
	}
	
	.social li:hover {
		padding-left: 0;
	}
}

dl {
	margin-bottom: 20px;
	margin-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #444;
}
dt, dd {
	line-height: 1.6em;
}
dt {
	font-weight: bold;
}
dd {
	margin-left: 10px;
}

@media only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
	.social a {
		background-image: url(../images/social@2x.png);
	}
}

.vis-hidden {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}
