
@media only screen and (min-width: 800px) {
    /* Style adjustments for viewports that meet the condition */
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {
    /* Style adjustments for viewports that meet the condition */
}

body, html {
	font-family:Comic Sans Ms;
	height: 100%;
	overflow: hidden;
	-webkit-tap-highlight-color: rgba(255,0,0,0);
	box-sizing: border-box;
	color: #D0B16D;
	font: 100%/1.231 sans-serif;
}

body, html,
.wowbook-container {
        background: #000 url("../bilder/seite_hg.jpg");
        background-size: 100% 100%;
        background-repeat: no-repeat;
}


/* hide book to avoid flash of unstyled content */
.js #book {
	margin-left: -10000px; width: 100%;
}

#book.wowbook {
	/* center horizontally */
	margin-left: 350px;
}


.wowbook-toolbar {
	margin-top: 1em; /* FIXME */
	box-sizing: content-box !important;
}

.wowbook-controls {
	border-radius: 6px;
	width: auto;
}

.wowbook-mobile .wowbook-toolbar {
	margin: 0;
}

.wowbook-mobile .wowbook-controls {
	border-radius: 0;
	width: 100%;
}

.wowbook {
	color : #D0B16D;
}

.wowbook-page-content {
	background: transparent;
	padding: 1em;
	font-family: "News Cycle",sans-serif;
}

.wowbook-page ul {
	padding: 0;
}

.wowbook-page li {
	list-style : none;
}

.cover_vorne {
	background-image: url(../bilder/buch_hg_rechts.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding:10px 20px 10px 20px;
}
.cover_links {
	margin-left: auto;
	background-image: url(../bilder/buch_hg_links.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding:10px 20px 10px 20px;
}
.cover_rechts {
	margin-left: auto;
	background-image: url(../bilder/buch_hg_rechts.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding:10px 20px 10px 20px;
}
.hb_starseite {
	color: #D0B16D;
	font-size:20px;
	font-weight: bold;
	font-family:Comic Sans Ms;
	width: 280px;
	height: 420px;
	margin-left: 85px;
	margin-top: 80px;
	text-align: center;
	vertical-align: middle;
	-webkit-box-shadow: 0px 0px 16px 3px rgba(46,109,172,1);
	-moz-box-shadow: 0px 0px 16px 3px rgba(46,109,172,1);
	box-shadow: 0px 0px 16px 3px rgba(46,109,172,1);
}
.hb_letzseite {
	color: #D0B16D;
	font-size:20px;
	font-weight: bold;
	font-family:Comic Sans Ms;
	width: 280px;
	height: 350px;
	margin-left: 85px;
	margin-top: 80px;
	text-align: center;
	vertical-align: middle;
	-webkit-box-shadow: 0px 0px 16px 3px rgba(46,109,172,1);
	-moz-box-shadow: 0px 0px 16px 3px rgba(46,109,172,1);
	box-shadow: 0px 0px 16px 3px rgba(46,109,172,1);
	padding-top:75px;
}
.hb_seitelinks {
	color: #D0B16D;
	font-size:20px;
	font-weight: bold;
	font-family:Comic Sans Ms;
	width: 280px;
	height: 420px;
	margin-left: 85px;
	margin-top: 80px;
	text-align: center;
	vertical-align: middle;
}
.hb_seiterechts {
	color: #D0B16D;
	font-size:20px;
	font-weight: bold;
	font-family:Comic Sans Ms;
	width: 420px;
	height: 420px;
	margin-top: 30px;
	margin-left: 25px;
	text-align: center;
	vertical-align: middle;
}
.hb_titel_bild {
	width: 280px;
	-webkit-box-shadow: 0px 0px 16px 3px rgba(46,109,172,1);
	-moz-box-shadow: 0px 0px 16px 3px rgba(46,109,172,1);
	box-shadow: 0px 0px 16px 3px rgba(46,109,172,1);
}
.hb_bandinfo_box {
	width:420px;
	height: 520px;
	margin-left: 0;
	margin-top: 5px;
	overflow: auto;
}
hr.trenner {
	width:95%;
	border:0;
	height:2px;
	background-image:linear-gradient(to right,rgba(167,124,78,0),rgba(167,124,78,0.75),rgba(167,124,78,0));
}
.div_bb_boxInh {
	width:200px;
	height:315px;
	background-color:#271815;
	border:2px solid #8F5F2D;
	border-radius:15px;
	padding:5px 4px 2px 4px;
}
.farb_table {
	width:200px;
	height:250px;
	border:1px solid #A77C4E;
	padding:0 0 0 0;
}
.wahl_farben {
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	text-align:center;
	width:100%;
	background-color:#644236;
	color:#FFFFFF;
}
.wahl_td {
	width:5px;
	height: 16px;
}
