/*	dipl.-inform. p. krampitz
	v2.0 | 20170126
	License: GPL
*/

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, page {
	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 {
	display: block;
	}

/*	BODY MIT HINTERGRUND-FOTO */
	
body {
	background-color: #FFF;
	/* background-image: url("../img/bg2.png"); */
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
	line-height: 1;
	font-size: auto; /* BASIS-GRÖSSE (62,5% = 10PX) */
	}

a {
	color: #FFF;
	text-decoration: none;
	}
	
/*	ÜBERSCHRIFTEN: NAME / KURZBESCHR. */
	
h1, h2, h3 {
	color: black;
	font-family: "Yanone Kaffeesatz", "Arial Narrow", Sans-Serif;
	font-weight: 20;
	padding: 5 5%;
	text-shadow: 0px 0px 0 #333;
	position: left;
	}
	
h1 {
	font-size: 200%; 
	letter-spacing: 10px;
	text-transform: uppercase;
	margin: 10% 5 20px 5;
    /*word-wrap: normal;*/
	word-wrap: break-word;
	}

h2 {
	font-size: 180%;
	letter-spacing: 0.3em; width: 30em;
    text-transform: uppercase;
    padding: 5%;
    word-wrap: break-word;
	}
	
h3 {
	font-size: 120%; /* IN BEZUG AUF BASIS-GRÖSSE (700% = 70PX) */
    letter-spacing: 0.2em; width: 50em;
	/*letter-spacing: 1px;*/
	text-transform: lowercase;
	/* margin: 5% 0 10px 0; word-wrap: break-word; */
    padding: 5%;
    word-wrap: break-word;
	}
	
/*	Content-BOX */

.mainContent {
    
}
	
#page {
	position: left;
	width: 100%;
	max-width: 600px;
	color: #FFF;
	font-family: "Yanone Kaffeesatz", "Arial Narrow", Sans-Serif;
	font-size: 100%;
	line-height: 1.7em;
	text-shadow: 1px 1px 0 #FFF;
	margin: 100px 0% 0 0%;
	z-index: 2;
	}
	
#page_header s{
	position: relative;
	width: auto;
	max-width: 600px;
	color: #FFF;
	font-family: Georgia, Cambria, "Times New Roman", Serif;
	font-size: 300%;
	line-height: 1em;
	text-shadow: 1px 1px 0 #333;
	margin: 1px 0.5% 0 5%;
	z-index: 1;
	}
	
#page p {
	margin: 1px 0;
	}
	
#page a {
	color: #ECCFAE;
	transition: color .2s ease;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-o-transition: color .2s ease;
	}
	
#page a:hover {
	color: #FFF;
	}
	
/*	SOCIAL-WEB-LINKS */
	
#links {
	margin: 50px 5% 5% 5%;
	}
	
#links img {
	width: 70%;
	height: 20%;	
	}

#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;
	}
	
/*	Logo */
	
#logo {
	width: 100%;
	position: fixed;
	top: 5%;
	left: 5%;
	text-align: left;
	z-index: 0;
	}

#logo img {
	width: 50%;
	max-width: auto;
	height: auto;
	}		
	
/* QR Code */
#qr_code {
	width: 95%;
	position: fixed;
	bottom: 5%;
	right: 5%;
	text-align: right;
	z-index: 0;
	}
	
#qr_code img {
	width: 50%;
	max-width: 100px;
	height: auto;
	}		
	
	
/*	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%;
		}

	}
	
/*	this is a comment */
