﻿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: middle;
    font-family: Arial, Helvetica, Sans-Serif;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
/*	BODY MIT HINTERGRUND-FOTO */
body {
    background-color: #111;
    background-image: url('../images/Dalkolmo4.JPG');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    line-height: 1;
    font-size: 62.5%;
}
a {
	color: #FFF;
	text-decoration: none;
}
/*	UEBERSCHRIFTEN: NAME / KURZBESCHR. */
h1, h2 {
	color: #FFF;
	font-weight: 200;
	padding: 0 5%;
	text-shadow: 1px 1px 0 #333;
}
h1 {
	font-size: 680%; /* IN BEZUG AUF BASIS-GRÃ–SSE (700% = 70PX) */
	letter-spacing: 10px;
	text-transform: uppercase;
	margin: 5% 0 10px 0;
	word-wrap: break-word;
}
h1.small {
	font-size: 480%;
	letter-spacing: 7px;
	margin: 10px 0 10px 0;
}
h2 {
	font-size: 360%;
	letter-spacing: 1px;
	margin: 0 0 20px 0;
}
/*	BIOGRAFIE-BOX */
article {
    position: relative;
    width: 50%;
    max-width: 600px;
    color: #FFF;
    font-size: 190%;
    line-height: 1.5em;
    text-shadow: 1px 1px 0 #333;
    margin: 40px 5% 0 5%;
    z-index: 1;
}
article h3 {
    font-size: 120%;
    color: #66CCFF;
}
article h4 {
	font-size: 110%;
    color: aliceblue;
}
article p {
	margin: 10px 0;
}
article a {
	color: #FF9966;
	transition: color .2s ease;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-o-transition: color .2s ease;
}
article a.links {
	color: #FF9966;
	transition: color .2s ease;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-o-transition: color .2s ease;
	margin-right: 10px;
}
article a:hover {
	color: #FFF;
}
object {
	margin: 20px 5% 0 5%;
}
footer {
	position: relative;
	color: #FFF;
	font-size: 160%;
	line-height: 1.5em;
	text-shadow: 1px 1px 0 #333;
	margin: 60px 5% 5% 5%;
	z-index: 1;
}
nav {
	margin-top: 40px;
}
/*	SOCIAL-WEB-LINKS */
#links {
	margin: 60px 5% 5% 5%;
}
#links img {
	width: 45px;
	height: auto;
}
#links a {
	margin: 0 8px 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;
}
/*	OPTIMIERUNG FÃœR KLEINE BILDSCHIRME, AM 
	BEISPIEL DES 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%;
}
}
