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;
	font-family: sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


* {
	box-sizing: border-box;
}

body {
	line-height: 1.2;
	background-color: #eee;
}

@media only screen and (min-width: 768px) {
	body {
		line-height: 1.5;
	}
}

#content {
	position: relative; 
	top: 40px;
	z-index: 10;
}

/*add second break for <480 */

[class*="col-"] {
    width: 100%;
    float: left;
    padding: 15px;
    word-wrap: break-word;
}

@media only screen and (min-width: 768px) {
	.col-1 {width: 8.33%;}
	.col-2 {width: 16.66%;}
	.col-3 {width: 25%;}
	.col-4 {width: 33.33%;}
	.col-5 {width: 41.66%;}
	.col-6 {width: 50%;}
	.col-7 {width: 58.33%;}
	.col-8 {width: 66.66%;}
	.col-9 {width: 75%;}
	.col-10 {width: 83.33%;}
	.col-11 {width: 91.66%;}
	.col-12 {width: 100%;}
}

.row:after {
    content: "";
    clear: both;
    display: block;
}

.logo {
	width: 460px;
	height: 36px;
}

.icon {
	width: 20px;
	height: 20px;
	padding: 6px 0px 0px 0px;
}

@media only screen and (max-width: 767px) {
	.logo {
		width: 100%;
		max-width: 460px;
		height: auto;
	}
	.icon {
		width: 26px;
		height: 26px;
		padding: 0px 0px 0px 0px;
	}
}

nav {
	position: fixed;
	left: 0;
	top: 0;
	background: #000;
	color: white;
	width: 100%;
	padding: 10px 10px 0px 10px;
	z-index: 20;
	box-shadow: 0px 0px 8px #000;
}
  
[class*="navc-"] {
	width: 33.33%;
	/*width: 100%;*/
	line-height: 1;
	float: left;
	padding: 8px;
	text-align: center;
	cursor: pointer;
	*/display: none;*/
}

.navc-8 { 
	text-align: right;
	/*display: block;*/
	display: none;
}

.navc-1:active {background-color: #0099cc;}
.navc-2:active {background-color: #297ab8;}
.navc-3:active {background-color: #525ca3;}
.navc-4:active {background-color: #7a3d8f;}
.navc-5:active {background-color: #a31f7a;}
.navc-6:active {background-color: #cc0066;}
.navc-7:active {background-color: #cc001e;}

@media only screen and (min-width: 768px) {
	[class*="navc-"] {
		padding-top: 15px;
		padding-bottom: 15px;
		padding-left: none;
		padding-right: none;
		width: 10%;	/*8.33%;*/
		transition: background-color 650ms;
		display: block;
	}
	
	.navc-8 {display: none;}

	.navc-1:hover {background-color: #0099CC;}
	.navc-2:hover {background-color: #297AB8;}
	.navc-3:hover {background-color: #525CA3;}
	.navc-4:hover {background-color: #7A3D8F;}
	.navc-5:hover {background-color: #A31F7A;}
	.navc-6:hover {background-color: #CC0066;}
	.navc-7:hover {background-color: #CC001e;}
}

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

.topspace {
	/*height: 42px;*/
	height: 60px;
}

@media only screen and (min-width: 768px) {
	.topspace { height: 100px; }
}


/* must add :active states as replacement for hover */

footer {
	width: 100%;
	height: 33px; 
	background-color: #000;
	position: fixed;
	bottom: 0;
	left: 0;
	padding: 6px 0px;
}

.button {
	border: none;
	padding: 11px 32px;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	cursor: pointer;
	transition: background-color 300ms;
}

@media only screen and (max-width: 767px) {
	.button {
		padding: 20px 4px;
	}
}

@media only screen and (min-width: 768px) {
	.button:hover {
		background-color: #202020;
	}
}

.mobhide {display: inherit;}

@media only screen and (max-width: 767px) {
	.mobhide {display: none;}
}


form {
	padding: 1px 10px;
	display: inline;
	float: right;
}

h1 {
	font-size: 24px;
	font-weight: bold;
}

h2 {
	font-size: 12px;
	font-variant: small-caps;
	font-weight: bold;
	line-height: 3;
}

ul {
	padding-left: 36px;
	list-style-type: disc;
}


.textlink {color: #0099CC;}

@media only screen and (min-width: 768px) {
	.textlink:hover {text-decoration: underline;}
}

b {font-weight: bold;}
i {font-style: italic;}


.checkbox {
	position: relative;
	display: inline;
}

label {
	position: relative;
	display: inline;
	color: #0099CC;
	cursor: pointer;
}

.collapsed {
	display: none;
}

.uncollapsed {
	display: inline;
}

input[type=checkbox] {
	display: none;
}

input[type=checkbox]:checked + .collapsed {
	display: inline;
}

input[type=checkbox]:checked ~ .uncollapsed {
	display: none;
}

.stdimg {
	max-width: 100%;
	height: auto;
	padding-top: 16px;
	padding-bottom: 16px;
	padding-left: 0px;
	padding-right: 0px;
	display: block;
}

@media only screen and (min-width: 960px) {
	.stdimg {
		display: inline;
		padding-bottom: 24px;
		padding-right: 24px;
		float: left;
	}
}

.stdrimg {
	max-width: 100%;
	height: auto;
	padding-top: 16px;
	padding-bottom: 16px;
	padding-left: 0px;
	padding-right: 0px;
	display: block;
}

@media only screen and (min-width: 960px) {
	.stdrimg {
		display: inline;
		padding-bottom: 24px;
		padding-left: 24px;
		float: right;
	}
}

.artimg {
	max-width: 100%;
	height: auto;
	padding-top: 16px;
	padding-bottom: 16px;
	padding-left: 0px;
	padding-right: 0px;
	display: block;
}

.cover {
	width: 332;
	height: auto;
	display: block;
}

@media only screen and (min-width: 768px) {
	.cover {
		display: inline;
		float: left;
		padding-right: 16px;
}

.cart {
	max-width: 300px;
	height: auto;
}

.hbreak {
	clear: both;
}

.impressum {
	line-height: 1;
	font-size: 10px;
}

.impres {
	line-height: 0;
}
