﻿@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;
	}

html {
		font-size: 62.5%;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, video {
		display: block;
}

body {

	-webkit-font-smoothing:antialiased;

}
/*	BODY MIT HINTERGRUND-FOTO */

body {
	background-color: #f2efe8;
	background-image: url("../images/bg2.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	line-height: 1;
	//font-size: 62.5%; /* BASIS-GRÖSSE (62,5% = 10PX) */
	}

a {
	color: #d8dad5;
	text-decoration: none;
	}

/*	ÜBERSCHRIFTEN: NAME / KURZBESCHR. */

h1, h2 {
	/* color: #d8dad5; */
	//color: #302E26;
	color: #c9cac6;
	font-family: Gabriola, Tangerine, "Segoe UI", Arial, Sans-Serif;
	-moz-font-feature-settings:"ss06" 1;
	-ms-font-feature-settings:"ss06" 1;
	-o-font-feature-settings:"ss06" 1;
	-webkit-font-feature-settings:"ss06" 1;
  	font-feature-settings: "ss06";
	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) */
	margin: 0 0 5px 0;
	}
h2 {
	font-size: 360%; font-size: 3.6rem;
	margin: 5% 0 10px 0;
}


/*	BIOGRAFIE-BOX */

#info {
	position: relative;
	width: 40%;
	max-width: 400px;
	color: #c9cac6;
	font-family: Gabriola, Tangerine, Georgia, Cambria, "Times New Roman", Serif;
	-moz-font-feature-settings:"ss05" 1;
	-ms-font-feature-settings:"ss05" 1;
	-o-font-feature-settings:"ss05" 1;
	-webkit-font-feature-settings:"ss05" 1;
	font-feature-settings: "ss05";


	font-size: 220%; font-size: 2.2rem;
	line-height: 1.5rem;
	/* text-shadow: 1px 1px 0 #333; */
	margin: 60px 5% 0 5%;
	z-index: 1;

	float:left;
	}

#info p {
	margin: 10px 0;
	}

#info a {
	color: #abb0a2;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
	}

#info 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","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: #bc9364;
	}


/*	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_bw.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);
	background: url('../images/logo.png') top center no-repeat;
	}

/*	OPTIMIERUNG FÜR KLEINE BILDSCHIRME, AM
	BEISPIEL DES IPHONE: */

@media only screen
	and (min-width : 320px)
	and (max-width : 568px) {

	#logo {
		position: fixed;
		bottom: 5%;
		right: 5%;
		text-align: right;

		}

	}
