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

* {  
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*
	einstellungen zuruecksetzen
*/
html, body {
	height:100%;
}

body {
    background: #f5f5f5 url('../death/paper.jpg') repeat top;
	color:#333;
	font-family: 'Inconsolata', serif;
	font-size: 0.8em;
	line-height: 1.8em;
	text-align: center;
}
a {
	color:#991100;
	text-decoration:none;
	border:0;
	transition: 0.3s ease-out;
}
a:hover {
	color:#666;
	text-decoration:line-through;

}
.textlink {
	padding: 2px 3px;
	transition: 0.3s ease-out;
}
.textlink:hover {
	background:#991100;
	color: #f5f5f5;
	text-decoration:none;

}

.notice {
	font-weight: bold;
}

.availability {
	color: #993300;
	font-weight: 900;
	font-size: 3em;
	line-height: 0.8em;

}

p {
	padding: 0 0 1em 0;
}
h1 {
	text-transform: uppercase;
	font-size: 2.2em;
	padding:0.0 0 0.5em 0;
}

h2 {
	text-transform: uppercase;
	font-size: 1.5em;
	padding:0.5em 0 0.5em 0;
}

h3 {
	text-transform: uppercase;
	font-size: 1.4em;
	padding:0 0 0.2em 0;
}
h4 {
	text-transform: uppercase;
	font-size: 1.2em;
	padding:0 0 0.2em 0;
}
ul li {
	padding: 0 0 2em 0;
}

img {
	width:100%;
	border:0;
}


.image-set img {
	width: 32%;
}	
.image-set h3 {
	text-align: left;
}	

#wrapper {
	width:100%;
	max-width: 800px;
	height:auto;
	margin:0 auto;
	padding:20px 10px;
	position: relative;
	text-align: center;
}


.menu li {
	display: inline-block;
	padding: 0 10px;
	font-size: 1.2em;
}

footer, .footer {
	width: 100%;
	height: auto;
	font-size: 0.8em;
	line-height: 1em;
	text-align: center;
	padding:1em 0 ;
}

.cover {
	width:50%;
	padding: 1%;
	height:auto;
	float: left;
}

.box {
	padding:1em 0.5em;
	position: relative;
	width:100%;
	text-align: justify;

	/**  height : auto !important; 
    height : 100%;            
    min-height : 100%;
    padding-top:40%;
    padding-left: 10%; padding-right: 10%; **/
}
.artist {
	font-weight: bold;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}


/************************************************/

label 
{
    display:block;
    margin-top:5px;
}
form 
{
    margin:0 auto;
    width:100%;
}

input, textarea, file {
	height:auto;
	border:none;
	font-size:0.9em;
	color:#333;
}

input[type="email"] {
	background-color:#444;
	width:100%;
	color: #ccc ;
	padding:5px 10px;
	margin:5px 0px;
}


input[type="submit"] {
	background: #993300;
	width: auto;
	padding: 8px 10px;
	margin: 5px 0 0 0;
	color: #ccc ;
	transition: 0.3s ease-out;
}
input[type="submit"]:hover {
	background: #444;

}

#mc_embed_signup_scroll {
	background: #111;
	color: #ccc;
	padding: 20px;
	margin: 0px 0px 20px 0px;
	min-width:300px;
	width:500px;
}


/************************************************/
@media (max-width:600px) {

.fontimage img {
		max-width:99%;
		width: auto;
		max-height: 100%;
		top: 20%;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%);
}
#mc_embed_signup_scroll {
	width:100%;
}


}


