@charset "utf-8";
/* CSS Document */


@import url("https://use.typekit.net/ewo1woy.css");

body{
	margin: 0;
	padding: 0;
		
	font-family: myriad-pro, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #262626;
	
	font-variant-numeric: oldstyle-nums;
  	-moz-font-feature-settings: "onum";
  	-webkit-font-feature-settings: "onum";
  	font-feature-settings: "onum";
	color: #262626;
	font-size: 19px;
	line-height: 28px;
	letter-spacing: 0.5px;

}

#head{
	padding: 70px 0 30px 5%;
}

#copy{
	background: #e8e7e5;
	padding: 30px 0 30px 5%;
}

#footer{
	padding: 30px 0 30px 5%;
}

#copyright {
	padding: 30px 0 30px 5%;
	color: #a4a39f;
}


img{
	display: block;
	
}
#pic{
	background-image: url(hg_pic.png) ;
	background-color: #e8e7e5;
}

#ref{
	margin-top: 30px;
	height: 900px;
	
	
}
#r_s1{
	width: 310px;
	position: relative;
	float: left;
	display: block;
	}

#r_s2{
	width: 270px;
	position: relative;
	float: left;
	display: block;
}


#txt{width: 600px;}



#books{
	margin-top: 30px;
	height: 470px;	
}

#b_s1{
	width: 210px;
	position: relative;
	float: left;
	display: block;
	}

#b_s2{
	width: 210px;
	position: relative;
	float: left;
	display: block;
}
#b_s3{
	width: 210px;
	position: relative;
	float: left;
	display: block;
}




h1{
	font-family: myriad-pro, sans-serif;
	font-size: 21px;
	letter-spacing: 0.3px;
	font-weight: 400;
	font-style: normal;
	margin: 0;
	padding: 0;
	color: #262626;
}

h1.b{font-weight: 700;}

h2{
	font-family: myriad-pro, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 400;
	font-style: normal;
}

h3{
	font-size: 21px;
	letter-spacing: 0.3px;
	font-weight: 400;
	font-style: normal;
		
}

.auszug{
	text-transform: none;
	font-family: myriad-pro, sans-serif;
	font-weight: 400;
	font-style: italic;	
	letter-spacing: 0.5px;
	
}

p{
	font-family: myriad-pro, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 19px;
	line-height: 28px;
	letter-spacing: 0.5px;
	}

.nomarg{
	line-height: 8px;}

ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
li{
	font-weight: 400;
	font-style: normal;
	font-size: 19px;
	line-height: 25px;
	margin-bottom: 13px;
	
	font-variant-numeric: oldstyle-nums;
  	-moz-font-feature-settings: "onum";
  	-webkit-font-feature-settings: "onum";
  	font-feature-settings: "onum";
	color: #262626;
}


a, a:visited, a:active { 
	color: #262626;
	text-decoration: none;
	border-bottom: 2px solid #dac000;
	padding-bottom: 2px;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;  
	-o-transition: all 0.15s linear;  
	transition: all 0.15s linear;
}

a:hover{
	color:#dac000;
	border-bottom: 2px solid #dac000;
}


#copyright a, #copyright a:visited, #copyright a:active { 
	color: #a4a39f;
	text-decoration: none;
	border-bottom: 2px solid #b4b2af;
	padding-bottom: 2px;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;  
	-o-transition: all 0.15s linear;  
	transition: all 0.15s linear;
}

#copyright a:hover{
	color:#dac000;
	border-bottom: 2px solid #dac000;
}



hr {
    margin-top: 80px;
    margin-bottom: 15px;
    border: 0;
    color: #fff;
    background-color: #fff;
    height: 2px;
	width: 50px;
	}

/* ----------selection color ---------------*/
::-moz-selection{ background: #dac000; color:#000; text-shadow: none; }
::selection { background:#dac000; color:#000; text-shadow: none; } 
a:link { -webkit-tap-highlight-color: #dac000; } 
button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }
