/*	Autor: Ingo Ahrendt
*/

/*	BODY with background-photo */
	
body {
	background-color: #112;
	background-image: url("../images/bgHorse.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
	line-height: 1;
	font-size: 62.5%; /* SIZE (62,5% = 10PX) */
	}

a {
	color: #FFF;
	text-decoration: none;
	}
	
/*	Headline */
	
h1, h2 {
	color: #FFF;
	font-family: "Yanone Kaffeesatz", "Arial Narrow", Sans-Serif;
	font-weight: 200;
	padding: 0 5%;
	text-shadow: 1px 1px 0 #333;
	}
	
h1 {
	font-size: 700%; /* SIZE (700% = 70PX) */
	letter-spacing: 10px;
	text-transform: uppercase;
	margin: 5% 0 10px 0;
	word-wrap: break-word;
	}

h2 {
	font-size: 360%;
	letter-spacing: 1px;
	}
	
/*	TEXT-BOX */
	
#textbox {
	position: relative;
	width: 50%;
	max-width: 600px;
	color: #FFF;
	font-family: Georgia, Cambria, "Times New Roman", Serif;
	font-size: 220%;
	line-height: 1.5em;
	text-shadow: 1px 1px 0 #333;
	margin: 60px 5% 0 5%;
	z-index: 1;
	}
	
#textbox p {
	margin: 10px 0;
	}
	
#textbox a 
{
	color: #ECCFAE;
	transition: color .2s ease;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-o-transition: color .2s ease;
	}
	
#textbox a:hover {
	color: #FFF;
	}
	
/*	SOCIAL-WEB-LINKS */
	
#links {
	font-size: 150%; 
	margin: 25% 10% 1% 5%;
	}
	
#links img {
	width: 45px;
	height: auto;	
	}

#links a {
	margin: 0 10px 0 0;
	}
	
#links a:hover {
	opacity: .6;
	transition: opacity .3s ease;
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-ms-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	}
	
/*	LOGO */
	
#logo {
	width: 95%;
	position: fixed;
	bottom: 5%;
	right: 5%;
	text-align: right;
	z-index: 0;
	}
		
#logo img {
	width: 100%;
	max-width: 300px;
	height: auto;
	}
	
/*  Screen for IPHONE */
	
@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%;
		}

	}
	
/*	LOGO (Foto, etc) not fixed, end of the site 
	or DIPLAY:NONE  */
