@CHARSET "UTF-8";
/* *
 * * HTML Elements 
 * * * * * * * * * * * * * * * * * * * * * * * * * */
 html, body, div, span, h1, h2, p, a, img, header, headerwrapper, footer 
{ margin: 0; padding: 0; border: 0; font-size: 100%; vertical-align: baseline; }

ul{list-style: none; padding:0; border:0;}
li {margin: 12px 0 0 0; line-height: 1.3em;}
li a:link {text-decoration: underline;}

footer {display:block}

#wrapper {
max-width:1200px;
text-align:center;
	margin: 10% auto;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
	
}

.abstand {padding: 25% 0 0 0;}


img {
max-width: 100%;
	height: auto;
}




/* TEXT */
	
h1 {
	font-size: 32px; /*font-size: 1.25rem;*/
	color: gray;
	line-height: 1.6;
	font-weight:600;
	text-transform:uppercase;
	text-align:center;
}



td{
	font-size: 16px;
	color: silver;
	margin:50px 0 5px 0; /*margin: 3rem 0 0.625rem 0;*/
	text-align:center;
}
.brig{
	color: gray;
}
.haft{
	color: gray;
	font-weight:bold;
}

.buch{
	color: gray;
	font-size: 14px;
}
img {
	width: 181px;
	height: 255px;
	padding:0px;
	box-shadow: 0px 10px 15px #7e7e7e;
	}
	
/* Clear */
.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0;}

/* =Links
-------------------------------------------------------------- */

a:link
{
font-size: 16px;
	color: gray;
	line-height: 1.8;
	outline: none;
	text-decoration: underline;;
}
a:focus,
a:active,
a:hover {
	color: yellow;
	text-decoration: none;
}

a:visited{
	color: gray;
	outline: none;
	text-decoration: none;
}


footer {
	height: auto;
	display: block;
	margin:0; 
	color: #dfdddb;
	text-align:center;
	vertical-align: bottom;
}
footer{position:fixed;width:100%;z-index:1;bottom:0; text-align:center;}
footer{padding:0 0 2px 0!important;}
    
    footer p{font-size: 16px;}
    
@media (max-width:600px){
h1 {font-size: 30px!important;}
#wrapper {margin: 50% auto!important;}

}


