body {
}
p {
	margin-bottom: 1em;
}
p.Autor {
    margin: 0;
}
h2 {
	text-align: center;
}	

.mainmenue_wrapper {
	background-color: black;
	min-height: 44px;
	margin-bottom: 2px;	
	margin-top: 2px;	
	position: relative;	
	display: none;
}
#mainmenue {
	display: none;
}	
#mainmenue li {
	height: 44px;
	border-top: 1px solid #141414;
}
#mainmenue li a {
	line-height: 44px;
	text-align: center;
}
#mainmenue ul li a.active,
#mainmenue ul li a:hover {
	background-color: #040507;
	color: #141414;
}
#mainnavbutton:hover,
#topnavbutton:hover {
	cursor: pointer;	
}
#mainnavbutton {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 44px;
	text-align: center;
	display: block;
}

#topnavbutton {
    display: none;
	color: transparent;
	background: url('navbutton.png') left center no-repeat;
    margin-left: 1em;
}
#topnavbutton:hover {
	background-image: url('navbutton_hover.png');
}
.overlay {
	display: none;
	width: 100%;
	height: 44px;
	position: absolute;
	top: 0;
	left: 0;
}
.overlay div {
	text-transform: uppercase;
	display: block;
	width: 100%;
	height: 100%;
    font-size: 20px;
    font-weight: bold;	
	text-align: center;
	text-decoration: none;
	line-height: 44px;
}
.overlay div:hover {
	color: #141414;
}
.overlay_active {
	display: block;
}

.overlay_active .neuerscheinungen {
	background-color: #f7d609;
}
.overlay_active .literatur {
	background-color: #31bdba;
}
.overlay_active .beastie_books {
	background-color: #a0d083;
}
.overlay_active .klassiker {
	background-color: #b5b175;
}
.overlay_active .krimi {
	background-color: #bf7738;
}
.overlay_active .comic {
	background-color: #897134;
}
.overlay_active .sachbuch {
	background-color: #c0506e;
}
.overlay_active .zeitgeschichte {
	background-color: #8a394b;
}

.overlay_active:hover {
	cursor: pointer;
}

div.wrapper2 > div, div.wrapper3 > div {
    padding: 2.5em 0.5em;
	border-bottom: 1px solid white;
}
div.issuuembed {
	margin: 0 auto;
	width: 332px;
}

div#news div.newsitem {
    margin-bottom: 1em;
    padding-top: 0.5em;
	border-top: none;
	border-bottom: 1px solid white;
}
div#news div.newsitem:last-child {
	border-bottom: none;
}
p.Ankuendigung {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.5em;
	margin-bottom: 0.5em;
}
div.spalte3 h3 {
    line-height: 1.4em;
	text-transform: none;
}
div.spalte3 .Details {
    font-size: 1em;
    line-height: 1.2em;
	margin-top: 1em;
}
div.fb-page {
	margin: 0 auto;
	width: 332px;
}
.fb_iframe_widget {
    display: block ! important;
}

.bild_mit_credits {
	margin: 2.5em auto 0 auto;
	max-width: 200px; 
}
.bild_mit_credits img {
	max-width: 200px;
}
.autorendetails {
	padding: 1.5em 0.5em;
}

.cd-top.cd-is-visible {
	visibility: hidden;
}

/* Listenansicht */
div.links,
div.rechts {
	border-bottom: 1px solid white;
	padding: 30px 0;
}
div.Cover,
div.listeninfo {
	display: inline-block;
	vertical-align: top;
}
div.Cover {
	max-width: 25%;
	margin: 0 2%;
}
div.Cover img {
	max-width: 100%;
}
div.listeninfo {
	max-width: 65%;
	
}

/* Detailansicht */
.left_col {
	margin-top: 1.5em;
}
.left_col .Cover {
	display: inline-block;
	width: 280px;
	max-width: 45%;
	margin-right: 5%;
}

.left_col .zusatzinfo {
	display: inline-block;
	width: 45%;
	vertical-align: top;
}


/* Slider */
#slider {
	height: 300px;
}
#slider ul {
	margin-left: 50px;
}
.seq li img.autorpic {
	display: none;
}
.seq li img.coverpic {
}

/* Warenkorb */

div.warenkorb {
	padding: 1.5em 0.5em;
}
.gesamtpreis {
	margin: 15px 0;
}
.bestellliste {
	width: 100%;
}

#send_order {
	margin-top: 15px;
	width: 100%;
}

.arrow {
	border: 8px solid white;
	font-size:0;
	line-height:0;
	height:0;
	padding:0;
	margin:0;
}
.arrow:hover {
	border-color: #444;
	cursor: pointer;
}
.arrow.down {
	border-right-color:  transparent;
	border-bottom-color: transparent;
	border-left-color:   transparent;
}
#mainnavarrow {
	position: absolute;
	top: 18px;
	right: 18px;
}
div.right_col ul li a {
	display: block;
	line-height: 2.5em;	
}	
div.right_col ul li {
    margin-bottom: 5px;
}
.mobile {
	display: none;
}
.desktop {
	display: block;
}	

@media screen and (min-width: 1266px) {

	body {
		padding: 0 20px;
	}
	#memory{
		width: 110px !important;
	}
	#header img {
		display: inline-block;
		margin: 0;
		width: 380px;
		margin-left: -32px;
	}
	div#header ul#topmenue li {
		display: inline-block;
		text-align: center;
		width: 18.3%;
	}
	div#header ul#topmenue li:first-child {
		text-align: left;
		width: 12%;
	}
	div#header ul#topmenue li:last-child {
		text-align: right;
		width: 12%;
	}	
	.topmenue_wrapper #specialmenue {
		position: absolute;
		top: 25px;
		right: 20px;
	}	
	div#header ul#specialmenue li {
		margin-left: 10px;
		width: 40px;	
	}		
	div#header ul#specialmenue li#suche {
		width: 250px;
		position: absolute;
		top: 45px;
		right: 8px;
		margin-left: 0;		
	}	
	div#header ul#specialmenue li#suche input#suchfeld {	
		width: 213px;
		height: 28px;
		padding-left: 5px;
		display: inline;
		margin-right: 1px;
	}	
	div#header ul#specialmenue li#suche input {
		border: medium none;
		vertical-align: middle;
		display: inline;
	}
	#suchsendebtn {
		overflow: hidden;
	}	
	.mainmenue_wrapper {
		margin-top: 1.5em;
	}
	.content {
		position: relative;
	}
}

@media screen and (max-width: 1265px) {

	#memory {
		width: 110px !important;
		padding-bottom: 10px !important;
	}
	#header img {
		max-width: 380px;
		width: 100%;
		margin: 0 auto;
	}
	.topmenue_wrapper {
		background-color: black;
		min-height: 44px;
		position: relative;
	}	
	#topmenue {
		display: none;
	}	
	#topmenue li {
		height: 44px;
		border-top: 1px solid #141414;
	}	
	#topmenue li a {
		line-height: 44px;
		text-align: center;
	}
	div#header #topmenue li a.active,
	div#header #topmenue li a:hover {
		color: #aaa;
	}
	div#header #topmenue li#neuerscheinungen a.active,
	div#header #topmenue li#neuerscheinungen a:hover,
	div#header #topmenue li#literatur a.active,
	div#header #topmenue li#literatur a:hover,
	div#header #topmenue li#beastie_books a.active,
	div#header #topmenue li#beastie_books a:hover,
	div#header #topmenue li#klassiker a.active,
	div#header #topmenue li#klassiker a:hover,
	div#header #topmenue li#krimi a.active,
	div#header #topmenue li#krimi a:hover,
	div#header #topmenue li#comic a.active,
	div#header #topmenue li#comic a:hover,
	div#header #topmenue li#sachbuch a.active,
	div#header #topmenue li#sachbuch a:hover,
	div#header #topmenue li#zeitgeschichte a.active,
	div#header #topmenue li#zeitgeschichte a:hover {
		color: #000;
	}	
	#topnavbutton {
		font-size: 32px;
		font-weight: bold;
		line-height: 44px;
	}	
	#topnavbutton {
		display: block;	
	}	
	ul#specialmenue {
		position: absolute;
		top: 0;
		right: 0;
	}
	
	div#header ul#specialmenue li#suche {
		display: none;
	}
	div#header ul#specialmenue li {
		width: 44px;
		height: 44px;
		border-left: 1px solid #141414;
	}
	div#header ul#specialmenue li a {
		display: block;
		width: 100%;
		height: 100%;
	}	
	.detailcolumn {
		margin: 0 1em;
	}
	.left_col {
		margin-top: 2em;
	}	
	.right_col {
		margin-top: 1em;
	}
	div.right_col ul li a {
		width: 100%;
	}		
	div.autorin {
		padding: 1% 0;
	}
	
	table.alphabet {
		width: 100%;
	}
	table.alphabet td {
		display: block;
	}	
	
	#mengenselektor {
		width: 2em;
	}
	table.bestellliste tr td {
		padding: 0 0.2em;
	}	
	#send_order {
		line-height: 2.5em;
	}

	#lesetipp {
		display: none;
	}

}
@media screen and (max-width: 800px) {
	.mobile {
		display: block;
		line-height: 120%;
	}
	.desktop {
		display: none;
	}	
	div.issuuembed {
		width: 280px ! important;
	}
	div.fb-page {
		width: 280px ! important;
	}	
	
}
@media screen and (max-width: 459px) {
	.seq .seq-title {
		display: none ! important;
	}		
}	
