@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?51878");
        background-size: 100% 100%;
        background-repeat: no-repeat;
}

a:link { 
	text-decoration: none; color: #D0B16D;
}
a:visited { 
	text-decoration: none; color: #D0B16D;
}
a:active { 
	text-decoration: none; color: #D0B16D;
}
a:hover { 
	text-decoration: none; color: #FF0000;
}

/* 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_navigation {
	position: fixed;
	color: #D0B16D;
	font-size:20px;
	font-weight: bold;
	font-family:Comic Sans Ms;
	width: 280px;
	margin-left: 5px;
	margin-top: 8px;
	text-align: center;
	vertical-align: middle;
	-webkit-box-shadow: 0px 0px 16px 3px rgba(240,230,140,1);
	-moz-box-shadow: 0px 0px 16px 3px rgba(240,230,140,1);
	box-shadow: 0px 0px 16px 3px rgba(240,230,140,1);
	z-index: 100000;
}

.hbnavibuttbutt {
	font-size: 15px;
	font-family: Comic Sans Ms;
	font-weight: bold;
	color: #D0B16D;
        background: transparent url("../bilder/blankbutt.png");
	background-size: 180px 26px;
        background-repeat: no-repeat;
	border:0px solid #D0B16D;
	width: 180px;
	height: 26px;
	padding-bottom:3px;
	cursor: pointer;
}

.hbnavibuttbutt:hover {
	font-size: 15px;
	font-family: Comic Sans Ms;
	font-weight: bold;
	color: #D0B16D;
        background: transparent url("../bilder/blankbutt-over.png");
	background-size: 180px 26px;
        background-repeat: no-repeat;
	border:0px solid #D0B16D;
	width: 180px;
	height: 26px;
	cursor: pointer;
}

.hbeintragbutt {
	font-size: 15px;
	font-family: Comic Sans Ms;
	font-weight: bold;
	color: #D0B16D;
        background: transparent url("../bilder/navibutt.png");
	background-size: 210px 26px;
        background-repeat: no-repeat;
	border:0px solid #D0B16D;
	width: 210px;
	height: 26px;
	padding-bottom:3px;
	cursor: pointer;
}

.hbeintragbutt:hover {
	font-size: 15px;
	font-family: Comic Sans Ms;
	font-weight: bold;
	color: #D0B16D;
        background: transparent url("../bilder/navibutt-over.png");
	background-size: 210px 26px;
        background-repeat: no-repeat;
	border:0px solid #D0B16D;
	width: 210px;
	height: 26px;
	cursor: pointer;
}

.hbbuttklein {
	font-size: 15px;
	font-family: Comic Sans Ms;
	font-weight: bold;
	color: #D0B16D;
        background: transparent url("../bilder/klbutton.png");
	background-size: 120px 26px;
        background-repeat: no-repeat;
	border:0px solid #D0B16D;
	width: 120px;
	height: 26px;
	padding-bottom:3px;
	cursor: pointer;
}

.hbbuttklein:hover {
	font-size: 15px;
	font-family: Comic Sans Ms;
	font-weight: bold;
	color: #D0B16D;
        background: transparent url("../bilder/klbutton-over.png");
	background-size: 120px 26px;
        background-repeat: no-repeat;
	border:0px solid #D0B16D;
	width: 120px;
	height: 26px;
	cursor: pointer;
}

.hbAinput {
	color:#D0B16D;
	font-size: 15px;
	font-weight: bold;
	background-color:transparent;
	border-color:#A77C4E;
	border-width:2px;
	border-style:solid;
}

.hbAinput:hover {
	color:#D0B16D;
	font-weight: bold;
	font-size: 15px;
	background-color:transparent;
	border-color:#ECC33F;
	border-width:2px;
	border-style:solid;
}

.hbAinput_Err {
	color:#000000;
	font-size: 15px;
	font-weight: bold;
	background-color:#8A0808;
	border-color:#ECC33F;
	border-width:2px;
	border-style:solid;
}
.hbAinput_Err:hover {
	color:#000000;
	font-size: 15px;
	background-color:#8A0808;
	border-color:#ECC33F;
	border-width:2px;
	border-style:solid;
}

.file {
	background:#0C0503;
	-webkit-border-radius:5;
	-moz-border-radius:5;
	border-radius:5px;
	font-family:Comic Sans Ms;
	color:#D0B16D;
	font-size:11px;
	font-weight:normal;
	padding:1px 5px 1px 5px;
	border:solid #D0B16D 1px;
	text-decoration:none;
}
.file:hover {
	color:#D0B16D;
	background:#0C0503;
	border:solid #ff0000 1px;
	text-decoration: none;
}

input[type="checkbox"] {
	display:none;
}
input[type="checkbox"]+label {
	color:#f2f2f2;
	font-family:Arial,sans-serif;
}
input[type="checkbox"]+label span {
	display:inline-block;
	width:20px;
	height:20px;
	margin:-2px 10px 0 0;
	vertical-align:middle;
	background:url("./../bilder/radio_butt.png") -1px top no-repeat;
	cursor:pointer;
}
input[type="checkbox"]:checked+label span {
	background:url("./../bilder/radio_butt.png") -22px top no-repeat;
}


#hb_captcha_span {
	font-size:15px;
	font-family:Comic Sans Ms;
	font-weight:bold;
	color:#D0B16D;
	margin:5px;
	padding:3px 10px 3px 10px;
	width:70px;
	height:23px;
	background:#000 url("../bilder/captcha_back.jpg");
	background-size:70px 23px;
	background-repeat:no-repeat;
	border:1px solid #D0B16D;
 -ms-user-select: None; 
 -moz-user-select: None; 
 -webkit-user-select: None;
}

.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(240,230,140,1);
	-moz-box-shadow: 0px 0px 16px 3px rgba(240,230,140,1);
	box-shadow: 0px 0px 16px 3px rgba(240,230,140,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(240,230,140,1);
	-moz-box-shadow: 0px 0px 16px 3px rgba(240,230,140,1);
	box-shadow: 0px 0px 16px 3px rgba(240,230,140,1);
	padding-top:75px;
}
.hb_seitelinks {
	color: #D0B16D;
	font-size:20px;
	font-weight: bold;
	font-family:Comic Sans Ms;
	width: 350px;
	height: 460px;
	margin-left: 35px;
	margin-top: 30px;
	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: 350px;
	max-width: 350px;
	max-height: 460px;
	-webkit-box-shadow: 0px 0px 16px 3px rgba(240,230,140,1);
	-moz-box-shadow: 0px 0px 16px 3px rgba(240,230,140,1);
	box-shadow: 0px 0px 16px 3px rgba(240,230,140,1);
}
.hb_bandinfo_box {
	font-size: 17px;
	font-family: Comic Sans Ms;
	font-weight: bold;
	color: #D0B16D;
	width:400px;
	height: 480px;
	margin-left: 0;
	margin-top: 5px;
	border: none;
	background: transparent;
	display: inline-block;
	outline: none;
	resize: none;
	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;
}

#hb_modi_set_hg {
	display:none;
	/* Hidden by default */
	position:fixed;
	/* Stay in place */
	z-index:99999999999999;
	/* Sit on top */
	padding-top:250px;
	/* Location of the box */
	left:0;
	top:0px;
	width:100%;
	/* Full width */
	height:100%;
	/* Full height */
	overflow:auto;
	/* Enable scroll if needed */
	background-color:rgb(0,0,0);
	/* Fallback color */
	background-color:rgba(0,0,0,0.9);
	/* Black w/ opacity */

}

#div_Sp_HBSetMod {
	-webkit-box-shadow: 0px 0px 16px 3px rgba(240,230,140,1);
	-moz-box-shadow: 0px 0px 16px 3px rgba(240,230,140,1);
	box-shadow: 0px 0px 16px 3px rgba(240,230,140,1);
}

/* The emerging W3C standard
   that is currently Firefox-only */
* {
  scrollbar-width: thin;
  scrollbar-color: #C6AE6D #0E0200;
}

/* Works on Chrome/Edge/Safari */
*::-webkit-scrollbar {
  width: 12px;
}
*::-webkit-scrollbar-track {
  background: #0E0200;
}
*::-webkit-scrollbar-thumb {
  background-color: #C6AE6D;
  border-radius: 20px;
  border: 3px solid #0E0200;
}
