/*	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;
	}

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

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

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

/*	ÜBERSCHRIFTEN: NAME / KURZBESCHR. */
	
h1, h2, h3 {
	color: #E8E8E8;
	font-family: "Yanone Kaffeesatz", "Arial Narrow", Sans-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: 10px;
	text-transform: uppercase;
	margin: 4% 0 10px 0;
	word-wrap: break-word;
	}

h2 {
	font-size: 360%;
	letter-spacing: 1px;
	}
	
h3 {
	font-size: 180%;
	letter-spacing: 1px;
	margin: 10px 0 0 0;
	}
	
/*	BIOGRAFIE-BOX */
	
#biografie {
	position: relative;
	width: 60%;
	max-width: 700px;
	color: #E8E8E8;
	font-family: Georgia, Cambria, "Times New Roman", Serif;
	font-size: 220%;
	line-height: 1.5em;
	text-shadow: 1px 1px 0 #333;
	margin: 20px 5% 0 5%;
	opacity: 1.0;
	z-index: 1;
	}
	
#biografie p {
	margin: 10px 0;
	text-indent: 15px;
	}

#biografie p:first-letter {
	font-size:150%;
	}
	
#biografie a {
	color: #ECCFAE;
	transition: color .2s ease;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-o-transition: color .2s ease;
	}
	
#biografie a:hover {
	color: #E8E8E8;
	}
	
#compact {
	margin: 20px 5% 0 5%;
	width: 60%;
	max-width: 700px;
	color: #E8E8E8;
	font-family: Georgia, Cambria, "Times New Roman", Serif;
	font-size: 150%;
	line-height: 1.5em;
	opacity: 1.0;
	text-shadow: 1px 1px 0 #333;
	}

#compact blockquote {
	margin: 10px 0 10px 5%;
	}

#compact p {
	margin: 0 0 5px 0;
	}

#compact a {
        color: #ECCFAE;
        transition: color .2s ease;
        -webkit-transition: color .2s ease;
        -moz-transition: color .2s ease;
        -o-transition: color .2s ease;
        }

#compact a:hover {
        color: #E8E8E8;
        }


#footer {
	margin: 3% 0 0 5%;
	color: #E8E8E8;
	font-family: Georgia, Cambria, "Times New Roman", Serif;
	font-size: 110%;
	line-height: 1.5em;
	text-shadow: 1px 1px 0 #333;
	opacity: 0.6;
	}

#footer img {
	margin: 0 2px 0 3px;
	vertical-align:text-top;
	}

#lockImagePage {
	}

#lockImagePage:after {
    /* background: url("bg_black_4_a.jpg"); */
	background-color: #090E07;

	opacity: .9;
	
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;

    z-index: -1;
    content: "";
	}
	
#lockImage {
	margin: 30px 5% 0 5%;
	max-width: 1050px;
	color: #E8E8E8;
	font-family: Georgia, Cambria, "Times New Roman", Serif;
	font-size: 220%;
	line-height: 1.5em;
	text-shadow: 1px 1px 0 #333;
	opacity: 1.0;
	z-index: 1;
	}

#lockImage p {
	margin: 10px 0;
	}

#lockImage a {
	color: #ECCFAE;
	transition: color .2s ease;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-o-transition: color .2s ease;
	}

#lockImage a:hover {
        color: #E8E8E8;
        }

#lockImage table{
	border-collapse:collapse;
	color: #E8E8E8;
	background-color: #FFFFFF;
	z-index: 1;
	}
	
#lockImage th,td {
	border: 1px groove #E8E8E8;
	padding: 10px;
	text-align: center;
	}

#lockImage img {
	display: block;
	margin-left: auto;
	margin-right:auto;
	width: auto;
	height: auto;	
	z-index: 1
	}

#cookiesBox {
	position: block;
	top: 0px;
	left: 0px;
	background-color: #F2F2F2;
	color: #000000;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 10px;
	z-index: 100;
	line-height: 1.5em;
	display: none;
	}
#cookiesBox  table {
	border:5px solid #D0D0D0;
	width:100%;
}
#cookiesBox  a {
	color: #000000;
	text-decoration: underline;
}
	
/*	Links */
	
#links {
	margin: 1% 5% 10px 5%;
	}
	
#links img {
	width: 100px;
	height: auto;	
	}

#links a {
	opacity: 0.75;
	margin: 0 8px 0 0;
	}
	
#links a:hover {
	opacity: 1.0;
	transition: opacity .3s ease;
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-ms-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	}
	
#links2 {
	margin: 10px 5% 20px 5%;
	}
	
#links2 img {
	width: 100px;
	height: auto;	
	}

#links2 a {
	opacity: 0.75;
	margin: 0 8px 0 0;
	}
	
#links2 a:hover {
	opacity: 1.0;
	transition: opacity .3s ease;
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-ms-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	}

#links3 {
	display: inline;
	position:relative;
	top:+40px;
	}
	
#links3 img {
	width: 70px;
	height: auto;	
	}

#links3 a {
	opacity: 0.75;
	margin: 0 8px 0 0;
	}
	
#links3 a:hover {
	opacity: 1.0;
	transition: opacity .3s ease;
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-ms-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	}

#lockImageLinks {
	margin: 40px 5% 10px 5%;
	}
	
#lockImageLinks img {
	width: 100px;
	height: auto;	
	}

#lockImageLinks a {
	opacity: 0.5;
	margin: 0 8px 0 0;
	}
	
#lockImageLinks a:hover {
	opacity: 1.0;
	transition: opacity .3s ease;
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-ms-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	}

#lockImageDeactMenu {
	display: inline;
	position:relative;
}
	
#lockImageDeactMenu img {
	width: 100px;
	height: auto;	
	opacity: 0.5;
	margin: 0 8px 0 0;
	}
	
#google-ads {
	opacity: 0.4;
	margin: 3% 5% 0 5%;
	}

#google-ads-mobile {
	display: none;
	opacity: 0.4;
	margin: 3% 5% 0 5%;
	}

#earthtab {
	width: 60%;
	max-width: 700px;
	margin: 20px 5% 0 5%;
	}	
	
#earthtab table{
	border-collapse:collapse;
	color: #E8E8E8;
	/* background-color: #090E07; */
	font-family: Georgia, Cambria, "Times New Roman", Serif;
	font-size: 175%;
	line-height: 1.2em;
	text-shadow: 1px 1px 0 #333;
	z-index: 1;
	}
	
#earthtab th,td:not(#locktab) {
	border: 1px groove #E8E8E8;
	padding: 7px;
	text-align: left;
	min-width: 200px;
	width: auto;
	}

#earthtab th {
	font-weight: 900;
	text-align: left;
	}

#earthtab td {
	text-align: left;
	}

#earthtab img {
	padding: 10px;
	width: auto;
	height: auto;	
	}

#earthtab a {
	opacity: 0.75;
	margin: 0 0 0 0;
	}
	
#earthtab a:hover {
	opacity: 1.0;
	/* margin: 0 -4px 0 0; */
	transition: opacity .3s ease;
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-ms-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	}
	
#locktab {
	}

#locktab table{
	margin: 20px 5% 0 5%;
	border-collapse:collapse;
	color: #E8E8E8;
	background-color: #090E07;
	font-family: Georgia, Cambria, "Times New Roman", Serif;
	font-size: 175%;
	line-height: 1.2em;
	text-shadow: 1px 1px 0 #333;
	z-index: 1;
	}
	
#locktab th,td {
	border: 1px groove #E8E8E8;
	padding: 7px;
	text-align: center;
	min-width: 0px;
	}

#locktab th {
	font-weight: normal;
	}
	
#locktab img {
	width: auto;
	height: auto;	
	}

#locktab a {
	opacity: 0.75;
	margin: 0 0 0 0;
	}
	
#locktab a:hover {
	opacity: 1.0;
	/* margin: 0 -4px 0 0; */
	transition: opacity .3s ease;
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-ms-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	}

#map {
	width: 1000px;
	height: 750px;
	color: #000000;
	font-family: "Arial, Arial Narrow, Sans-Serif";
	font-weight: normal;
	padding: 0 0;
	text-shadow: none;
	}

#map  img {
	display: inline;
	position:relative;
	}
	
#map a {
	color: blue;
	}
	
#socials {
	margin: 2% 5% 10px 5%;
	opacity: 0.75;
	}
	
#socials img {
	}

#socials a {
	margin: 0 8px 0 0;
	}
	
#socials a:hover {
	opacity: 1.0;
	transition: opacity .3s ease;
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-ms-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	}

#socials table,th,td:not(#locktab):not(#earthtab) {
	border: 0px;
	min-width: 0;
	}

/*	OPTIMIERUNG FÜR KLEINE BILDSCHIRME, AM 
	BEISPIEL DES IPHONE: */
	
@media only screen 
	and (max-width : 1024px) {

	body {
		background-image: none;
		background-size: cover;
	}

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

	h2 {
		font-size: 270%;
		letter-spacing: 1px;
		}
		
	h3 {
		font-size: 140%;
		letter-spacing: 1px;
		}

	#links {
		margin: 1% 5% 10px 5%;
		}
		
	#links img {
		width: 75px;
		height: auto;	
		}

	#links2 {
		margin: 10px 5% 20px 5%;
		}
		
	#links2 img {
		width: 75px;
		height: auto;	
		}

	#links3 {
		display: inline;
		position:relative;
		top:+35px;
		}
		
	#links3 img {
		width: 60px;
		height: auto;	
		}

	#lockImageLinks {
		margin: 20px 5% 10px 5%;
		}
		
	#lockImageLinks img {
		width: 75px;
		height: auto;	
		}

	#lockImageDeactMenu {
		display: inline;
		position:relative;
	}
		
	#lockImageDeactMenu img {
		width: 75px;
		height: auto;	
		}

	#biografie {
		width: 80%;
		font-size: 170%;
		margin: 0 5% 0 5%;
	}

	#google-ads {
		display: none;
	}

	#google-ads-mobile {
		display: block;
	}

	#earthtab {
		width: 80%;
	}	

	#earthtab table{
		font-size: 170%;
	}

	#locktab table{
		font-size: 170%;
	}
	
	#locktab img {
		width: 128px;
		height: auto;	
		opacity: 1.0;
	}

	#lockImage {
		max-width: 750px;
		font-size: 120%;
	}

	#lockImage img {
		display: block;
		width: auto;
		height: auto;	
		max-width: 750px;
	}

	#map {
		width: 750px;
		height: 560px;
	}

	#compact {
		width: 90%;
		font-size: 130%;
		margin: 0 5% 0 5%;
	}

	#footer {
		margin: 3% 0 0 5%;
		font-size: 105%;
	}

}
	
@media only screen 
	and (max-width : 568px) {

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

	h2 {
		font-size: 180%;
		letter-spacing: 1px;
		}
		
	h3 {
		font-size: 100%;
		letter-spacing: 1px;
		}

	#links {
		margin: 1% 5% 10px 5%;
		}
		
	#links img {
		width: 50px;
		height: auto;	
		}

	#links2 {
		margin: 10px 5% 20px 5%;
		}
		
	#links2 img {
		width: 50px;
		height: auto;	
		}

	#links3 {
		display: inline;
		position:relative;
		top:+25px;
		}
		
	#links3 img {
		width: 40px;
		height: auto;	
		}

	#lockImageLinks {
		margin: 20px 5% 10px 5%;
		}
		
	#lockImageLinks img {
		width: 50px;
		height: auto;	
		}

	#lockImageDeactMenu {
		display: inline;
		position:relative;
	}
		
	#lockImageDeactMenu img {
		width: 50px;
		height: auto;	
		}

	#biografie {
		width: 90%;
		font-size: 120%;
		-webkit-text-size-adjust: 100%;
		margin: 0 5% 0 5%;
	}

	#earthtab table{
		font-size: 120%;
		-webkit-text-size-adjust: 100%;
	}

	#locktab table{
		font-size: 120%;
		-webkit-text-size-adjust: 100%;
	}
	
	#locktab img {
		width: 87px;
		height: auto;	
		opacity: 1.0;
	}

	#lockImage {
		max-width: 460px;
		font-size: 120%;
	}

	#lockImage img {
		display: block;
		width: auto;
		height: auto;	
		max-width: 450px;
	}

	#map {
		width: 450px;
		height: 300px;
	}

	#compact {
		width: 90%;
		font-size: 110%;
		-webkit-text-size-adjust: 100%;
		margin: 0 5% 0 5%;
	}

	#footer {
		margin: 3% 0 0 5%;
		font-size: 100%;
		-webkit-text-size-adjust: 100%;
	}
	
}
	
@media only screen 
	and (max-width : 480px) {

        #links {
                margin: 1% 5% 10px 5%;
                }

        #links img {
                width: 37px;
                height: auto;
                }

        #links2 {
                margin: 10px 5% 20px 5%;
                }

        #links2 img {
                width: 37px;
                height: auto;
                }

        #links3 {
                display: inline;
                position:relative;
                top:+25px;
                }

        #links3 img {
                width: 37px;
                height: auto;
                }

	#locktab img {
		width: 70px;
		height: auto;	
		opacity: 1.0;
	}

	#lockImage {
		max-width: 410px;
		font-size: 120%;
	}

	#lockImage img {
		display: block;
		width: auto;
		height: auto;	
		max-width: 400px;
	}

	#map {
		width: 400px;
		height: 300px;
	}
}
	
@font-face {
	font-family: "Yanone Kaffeesatz";
	font-style: normal;
	font-weight: 200;
	src: local("Yanone Kaffeesatz ExtraLight"), local("YanoneKaffeesatz-ExtraLight"), url(yanone.woff) format("woff");
}


