/* 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, sup, 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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*	BODY MIT HINTERGRUND-FOTO */
	
@media only screen 
	and (min-width : 320px) 
	and (max-width : 568px) {
    body {
      background-color: #96928e;
      font-size: 62.5%; /* BASIS-GRÖSSE (62,5% = 10PX) */
      }
}

@media only screen 
	and (min-width : 569px) {
    body {
      background-color: #111;
      background-image: url("bg_1310x1965.jpg");
      background-repeat: no-repeat;
      background-attachment: fixed;
      background-position: top right;
      background-size: cover;
      font-size: 62.5%; /* BASIS-GRÖSSE (62,5% = 10PX) */
      }
}

a {
	color: #FFF;
	text-decoration: none;
	}
	
/*	ÜBERSCHRIFTEN: NAME / KURZBESCHR. */
	
h1, h2 {
	color: #fff;
	font-weight: 200;
	padding: 0 5%;
	text-shadow: 1px 1px 0 #333;
	}
	
@media only screen 
	and (min-width : 320px) 
	and (max-width : 568px) {
    h1 {
      font-family: "sanvito-pro", serif;
      font-size: 400%; /* IN BEZUG AUF BASIS-GRÖSSE (700% = 70PX) */
      margin: 5% 0 10px 0;
      word-wrap: normal;
      text-align: center;
    }
    h2 {
      text-align: center;
    }
}

@media only screen 
	and (min-width : 569px) {
    h1 {
      font-family: "sanvito-pro", serif;
      font-size: 700%; /* IN BEZUG AUF BASIS-GRÖSSE (700% = 70PX) */
      margin: 5% 0 10px 0;
      word-wrap: normal;
    }
}

@media only screen 
	and (min-width : 320px) 
	and (max-width : 568px) {
    span.h2text {
      font-family: "freight-sans-pro", serif;
      font-size: 220%;
    }
    span.ampersand {
      font-family: "sanvito-pro", serif;	
      font-size: 275%;
    }
}

@media only screen 
	and (min-width : 569px) {
    span.h2text {
      font-family: "freight-sans-pro", serif;
      font-size: 360%;
    }
    span.ampersand {
      font-family: "sanvito-pro", serif;	
      font-size: 450%;
    }
}

/*	BIOGRAFIE-BOX */
	
@media only screen 
	and (min-width : 320px) 
	and (max-width : 568px) {
    #biografie {
      position: relative;
      width: 80%;
      color: #fff;
      font-family: "freight-sans-pro", serif;
      font-size: 220%;
      line-height: 1.5em;
      text-shadow: 1px 1px 0 #333;
      margin: 60px 5% 0 5%;
      z-index: 1;
    }
}

@media only screen 
	and (min-width : 569px) {
    #biografie {
      position: relative;
      background-color: #000;
      opacity: 0.4;
      width: 50%;
      max-width: 300px;
      color: #fff;
      font-family: "freight-sans-pro", serif;
      font-size: 220%;
      line-height: 1.5em;
      text-shadow: 1px 1px 0 #333;
      margin: 120px 5% 0 5%;
      padding: 0.2em 1em;
      z-index: 1;
    }
}

@media only screen 
	and (min-width : 320px) 
	and (max-width : 568px) {
    #biografie img {
      float: right;
      padding-left: 0.2em;
    }
}

@media only screen 
	and (min-width : 569px) {
    #biografie img {
       display: none;
    }
}

#biografie p {
	margin: 10px 0;
	}
	
#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: #FFF;
	}

#langselector {
  font-family: "freight-sans-pro", serif;
  font-size: 220%;
  text-align: right;
  padding-top: 1em;
  padding-right: 1em;
}

/*	SOCIAL-WEB-LINKS */
	
@media only screen 
	and (min-width : 320px) 
	and (max-width : 568px) {
    #links {
      margin: 60px 5% 5% 5%;
    }	
    #links a {
      margin: 0 8px 0 0;
    }	
}

@media only screen 
	and (min-width : 569px) {
    #links {
      position: fixed;
      width: 45px;
      top: 9.5em;
      right: 2.5em;
      text-align: right;
      z-index: 0;
    }	
    #links img {
      margin: 0 8px 8px 0;
    }
}

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

#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;
	}
