@charset "utf-8";
/* helles Theme by Minh Vo: http://www.minhvo.de */

/*	http://meyerweb.com/eric/tools/css/reset/
	v2.0 | 20110126
	License: none (public domain)
*/
@-webkit-viewport{width: device-width; zoom: 1;}
@-moz-viewport{width: device-width; zoom: 1;}
@-ms-viewport{width: device-width; zoom: 1;}
@-o-viewport{width: device-width; zoom: 1;}
@viewport{width: device-width; zoom: 1;}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	//font-size: 100%;
	//font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main, video {
		display: block;
}
html {
	font-size: 62.5%;
}

body {
	-webkit-font-smoothing:antialiased;
}
/*	BODY MIT HINTERGRUND-FOTO */

body {
	background-color: #181818;
	background-image: url("../images/bg_neu1.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	line-height: 1;
	//font-size: 1.6rem;
	//font-size: 62.5%; /* BASIS-GRÖSSE (62,5% = 10PX) */
	}

a {
	color: #6d6e70;
	text-decoration: none;
	}

/*	ÜBERSCHRIFTEN: NAME / KURZBESCHR. */

h1, h2 {
	color: #6d6e70;
	font-family: 'Fredericka the Great', 'Arial Narrow', Sans-Serif;
	font-weight: 200;
	padding: 0 5%;
	//text-shadow: 1px 1px 0 #333;
	}

h1 {
	font-size: 700%; font-size: 7.0rem; /* IN BEZUG AUF BASIS-GRÖSSE (700% = 70PX) */
	letter-spacing: 10px;
	text-transform: uppercase;
	margin: 5% 0 10px 0;
	word-wrap: break-word;
	}

h2 {
	font-size: 360%; font-size: 3.6rem;
	letter-spacing: 1px;
	margin: 0 0 5px 0;
	}

/*	BIOGRAFIE-BOX */

#biografie {
	position: relative;
	width: 50%;
	max-width: 600px;
	color: #302E26;
	font-family: 'Alegreya SC', serif;, Georgia, Cambria, "Times New Roman", Serif;
	font-size: 220%; font-size: 2.2rem;
	line-height: 1.5em;
	text-shadow: 1px 1px 0 #333;
	margin: 60px 5% 0 5%;
	z-index: 1;
	}

#biografie p {
	margin: 10px 0;
	}

#biografie a {
	color: #6d6e70;
	transition: color .2s ease;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-o-transition: color .2s ease;
	}

#biografie a:hover {
	color: #F0F0F0;
	}

#links {
 	position: fixed;
  	left: 5%;
 	bottom: 5%;
 	z-index: 100;
	}

#links ul{
	list-style-type: none;
}

#links li{
	float: left;
	padding: 10px;
	font-family: 'Segoe UI Symbol','Symbola','Lucida Grande','Segoe UI';
	font-size: 700%;
	color: #abb0a2;
	display: block
}

#links li:hover {
	-webkit-transition:all 1.8s ease-in-out;
	-moz-transition:all 1.8s ease-in-out;
	-o-transition:all 1.8s ease-in-out;
	-ms-transition:all 1.8s ease-in-out;
	transition:all 1.8s ease-in-out;
	-webkit-transform:rotate(360deg) scale(1.5);
	-moz-transform:rotate(360deg) scale(1.5);
	-o-transform:rotate(360deg) scale(1.5);
	-ms-transform:rotate(360deg) scale(1.5);
	transform:rotate(360deg) scale(1.5);
}



#links li a {
	font-size: 100%;
	color: #abb0a2;
	}

#links li a:hover {
	-webkit-transition:all 1.8s ease-in-out;
	-moz-transition:all 1.8s ease-in-out;
	-o-transition:all 1.8s ease-in-out;
	-ms-transition:all 1.8s ease-in-out;
	transition:all 1.8s ease-in-out;
	color: #F0F0F0;
	}


/*	LOGO */


#logo {
	width: 95%;
	position: fixed;
	bottom: 5%;
	right: 5%;
	text-align: right;
	z-index: 0;
}

#logo > h3 > a {
	width: 150px;
	height: 150px;
	display: inline-block;
	background: url('../images/logo_small.png') top center no-repeat;
	text-indent: -9999px;
	padding: 0;
	margin: 0 auto;
	border: none;
	text-align: center;
	}

#logo > h3 > a:hover {
	color: #fff;
	-webkit-transition:all 0.8s ease-in-out;
	-moz-transition:all 0.8s ease-in-out;
	-o-transition:all 0.8s ease-in-out;
	-ms-transition:all 0.8s ease-in-out;
	transition:all 0.8s ease-in-out;
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-o-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	transform:rotate(360deg);
	}


/*
@media only screen
	and (min-width : 320px)
	and (max-width : 568px) {
#logo {
		position: relative;
		bottom: auto;
		right: auto;
		text-align: left;
		margin: 30px 5% 5% 5%;
		}

	}
	*/
