/*	http://meyerweb.com/eric/tools/css/reset/
	v2.0 | 20110126
	License: none (public domain)
*/

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 {
    width: 100%;
    height: 100%;
    }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
	}

@font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 400;
    src: local('Quicksand Regular'), local('Quicksand-Regular'), url(fonts/Quicksand-Regular.woff) format('woff');
}

/*	BODY */

body {
	background-color: #111;
	background-image: url("portrait.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: 62.5%; /* BASIS-GRÖSSE (62,5% = 10PX) */
	}

a {
	color: #FFF;
	text-decoration: none;
	}

/*	HEADLINES */

h1, h2, h3, h4, h5, h6 {
	color: #FFF;
	font-family: 'Quicksand', serif;
	font-weight: 200;
	padding: 0 5%;
	text-shadow: 1px 1px 0 #333;
	}

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

h2 {
	font-size: 360%;
	letter-spacing: 1px;
	}

h3 {
    font-size: 280%;
	letter-spacing: 1px;
	margin-top: 3%;
	margin-bottom: 1%;
	}

h4 {
    font-size: 200%;
	letter-spacing: 1px;
	font-weight: 200;
	margin-top: 1%;
	margin-bottom: 1%;
	}

em {
    color: #AAAAAA;
}

/*	CONTENT */

.content {
	position: relative;
	width: 50%;
	max-width: 700px;
	color: #FFF;
	font-family: Quicksand, Georgia, Cambria, "Times New Roman", Serif;
	font-size: 200%;
	line-height: 1.5em;
	text-shadow: 1px 1px 0 #333;
	margin: 0 5% 0 5%;
	z-index: 1;
	text-align: justify;
	}

.content p {
	margin: 10px 0;
	}

.content a {
	color: #7791C3;
	transition: color .2s ease;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-o-transition: color .2s ease;
	}

.content a:hover {
	color: #FFF;
	}

.content .article .book {
    float: left;
    position: relative;
}

.content .article .description {
    position: relative;
    padding-left: 25px;
    max-width: 670px;
}

/*	SOCIAL-WEB-LINKS */

#social {
	width: 97%;
	position: fixed;
	top: 10%;
	right: 3%;
	text-align: right;
	z-index: 0;
	}

#social img {
	width: 45px;
	height: auto;
	margin-top: 8px;
	}

#social a {
	margin: 8px 8px 0 0;
	}

#social 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: 97%;
	position: fixed;
	bottom: 5%;
	right: 3%;
	text-align: right;
	z-index: 0;
}

/*	SPECIAL SCREEN SIZES */

@media only screen
	and (min-width : 320px)
	and (max-width : 799px) {

	body {
        font-size: 42.5%; /* BASIS-GRÖSSE (62,5% = 10PX) */
	}

    h2 {
       display: none;
	   }

    #social {
		position: relative;
		bottom: auto;
		right: auto;
		text-align: left;
		margin: 30px 5% 5% 5%;
		width: 95%;
		}

	#social p {
	   display: inline-block;
	   }

	.content {
		width: 65%;
	   }

	#logo {
        display: none;
       }

	}

@media only screen
	and (min-width : 320px)
	and (max-width : 479px) {

	h1 {
       letter-spacing: 0;
       padding-right: 0;
	   }

    .content {
		width: 90%;
		}

	}

@media only screen
	and (min-width : 800px)
	and (max-width : 1450px) {

	#social {
    	bottom: 5%;
    	top: auto;
		}

	#social p {
	   display: inline-block;
	   }

	#logo {
        display: none;
       }

	}
