html {
     overflow-y: scroll;
}

* {
	margin: 0;
	padding: 0;
}


:root {
    --mainColor: #182835;
    --mainColorDark: #040f18;
    --textColorDark: #0f2333;
    --textColorBright: #666666;
    --alarm: #CC0000;
    --success: #00CC00;
    --bgBright:#efefef;
    --bgPlayer: #1c3a57;
    --playerBright: #467aa6;
    --playerBrighter: #5287b5;
    --playerHover: #7db6e7;
}

:[data-theme="red"] {
    --mainColor: #7A2B2B; /*#4dc46a*/
    --mainColorDark: #2e0000;
    --textColorDark: #000000;
    --textColorBright: #666666;
    --alarm: #CC0000;
    --success: #00CC00;
    --bgBright:#efefef;
    --bgPlayer: #5c1a1a;
    --playerBright: #862e2e;
    --playerBrighter: #7a2b2b;
    --playerHover: #b14848;
}

/* Oranienbaum Rufina Smythe Crimson+Text*/

body {
	font-family: 'Alike', serif;
	font-size:15px;
	color: var(--textColorDark);
	text-align: left;
	margin-top: 0px;
	padding-top: 0px;
	top: 0px;
	max-height: 0px;
	line-height: 20px;
        margin: 0;
        
        
}

input[type="image"] {
    cursor: pointer;
}

@font-face {
    font-family: Anderson;
    src: url(/fonts/Anderson.ttf);
}

@font-face {
    font-family: Alike-Regular;
    src: url(/fonts/Alike-Regular.ttf);
}

/* UTILITY */

.be50 {
    display: inline-block;
    width:calc(50% - 40px);
    vertical-align: top;
    text-align: left;
    color: var(--textColorBright);
    padding:20px;
}

.be40 {
    display: inline-block;
    width:40%;
    vertical-align: top;
    text-align: left;
}

.be60 {
    display: inline-block;
    width:60%;
    vertical-align: top;
    text-align: left;
}

.mailObfus {
    display:none;
}

.centerMe {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.centerText {
    text-align: center;
}

.red {
    color: var(--alarm);
}

.green {
    color: var(--success);
}

img {
	border: 0px;
}

a:focus, object:focus {
outline: none;
-moz-outline-style: none;
}

.w100 {
    width: 100%;
    box-sizing: border-box;
}
.w75 {
    width:75%;
    box-sizing: border-box;
}
.w70 {
    width:70%;
    box-sizing: border-box;
}

.w60 {
    width: 60%;
}

.w50 {
    width:49%;
    box-sizing: border-box;
}

.w40 {
    width:40%;
    box-sizing: border-box;
}

.w30 {
    width: 30%;
    box-sizing: border-box;
}

.w25 {
    width: 25%;
    box-sizing: border-box;
}

.inline {
    display: inline-block;
}

/* IMPRESSUM */

.imprHeaderA {
    font-size: 27px;
}

.imprHeaderB {
    margin-bottom: 5px;
    font-size: 16px;
    padding-left: 15px;
}

.imprText {
    padding-left: 20px;
    font-size: 13px;
    color: var(--textColorBright);
    background-color: var(--bgBright);
    padding: 15px;
    border-radius: 5px;
}

.imprList {
    
}


/* DIVS */

.paragraph {
    width: calc(100% - 40px);
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.userWarning {
    font-size: 20px;
    color: var(--alarm);
    display: block;
    line-height: 22px;
    background-color: #ffd3da;
    padding: 5px;
    margin: auto auto;
    margin-top: 15px;
    width: 800px;
}

.overallContainer {
    background: -moz-linear-gradient(90deg, var(--mainColorDark) 0%, var(--mainColor) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, var(--mainColor)), color-stop(100%, var(--mainColorDark))); /* safari4+,chrome */
    background: -webkit-linear-gradient(90deg, var(--mainColorDark) 0%, var(--mainColor) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(90deg, var(--mainColorDark) 0%, var(--mainColor) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(90deg, var(--mainColorDark) 0%, var(--mainColor) 100%); /* ie10+ */
    background: linear-gradient(0deg, var(--mainColorDark) 0%, var(--mainColor) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--mainColor)', endColorstr='#2e0000',GradientType=0 ); /* ie6-9 */
    overflow:auto;
}

.bannerContainer {
    width: 1000px;  
    margin-left: auto; 
    margin-right: auto;
    margin-top: 20px;
    border-radius: 20px;
    height: 220px;
    overflow:hidden;
}

.innerContainer {
    width: 1000px; 
    margin-left: auto; 
    margin-right: auto; 
    display:block; 
}

.menuContainer {
    margin-left: auto; 
    margin-right: auto; 
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.sideMenu {
    margin-left: auto;
    margin-right: auto;
    text-align: right;
    position: relative;
    width: 1000px;
    height: 0px;
    top: 70px;
    left: 60px;
}

.sideMenuIcon {
    display:block;
    font-size: 40px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    position: relative;
    width: 50px;
    left: 940px;
}

.defContainer{
    width:700px; 
    margin-left: auto;
    margin-right: auto;
}

.editorTabs {
    width: 100px;
    font-size: 15px;
    border: 1px solid #AAA;
    border-radius: 5px 5px 0px 0px;
    cursor: pointer;
    background-color: #EEE;
    display: inline-block;
    padding: 5px;
    border-bottom: 0px;
}
.editorTabs:hover {
    background-color: white;
}

.tabSel {
    background-color: white;
    border-bottom: 0px;
}

.tabContainer {
    width: 680px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #AAA;
    padding: 10px;
}

.infoText {
    display: inline-block;
    width:570px;
    text-align:left;
    color: #888;
}

.hideMe {
    display: none;
}

.settingsContainer {
    width:750px;
    border:1px dotted #555;
    display:block;
    margin-left:auto;
    margin-right:auto;
    padding:5px;
    border-radius:5px;
}

.feedbackContainer {
    text-align: left;
    width: 650px;
    border: 1px solid #AAA;
    border-radius: 5px;
    height: 165px;
    overflow-y: scroll;
    padding: 15px;
    display: block;
    color: #777;
    font-size: 14px;
    background-color: #F9F9F9;
}

.agbContainer {
    width:500px;
    background-color: #f9f9f9;
    color:black;
    font-family: Courier;
    font-size:13px; 
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    border: 1px solid #CCC;
    border-radius: 5px;
    text-align: left;
}

.menu {
    display:inline-block;
    font-size: 30px;
    padding-left: 10px;
    padding-right: 10px;

}


.roundContainer {
    background-color: #FFF;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding-top: 40px;
    min-height: 800px;
    height: 100%;
}

.shelfLine {
    background-image: url(https://www.alendia.com/img/regal.jpg);
    background-position:bottom; 
    background-repeat: no-repeat; 
    display:block;
    width:900px;
    height:350px;
}

.shelfLineClean { 
    display:block;
    width:900px;
}

div.welcome {
    font-size: 18px;
    line-height: 23px;
    width:600px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 50px;
}

div.center {
    display:block;
    margin-left: auto;
    margin-right:auto;
    text-align: center;
}

.limitMe {
    padding-left: 30px;
    padding-right: 30px;
}

.bookLineContainer {
    width: 820px;
    height: 610px;
    display: inline-block;
    float:left;
    overflow: hidden;
}

.bookShelfContainer {
    width: 820px;
    height: 250px;
    display: inline-block;
    float:left;
    overflow: hidden;
}

.shelfInnerContainer {
    height: 250px;
    display: block;
    position:relative;
}

.shelfCleanInnerContainer {
    height: 610px;
    display: block;
    position:relative;
}

.shelfClean8Container {
    width: 820px;
    display: inline-block;
    height: 610px;
}

.skipper {
    cursor: pointer;
    margin-top: 70px;
}

.usrName {
    font-size: 46px;
    line-height: 48px;
    font-family: 'Anderson';
    padding-top: 15px;
    padding-bottom: 5px;
    color: var(--mainColor);
}

.usrNameSmall {
    font-size: 11px;
    color: #555;
}

.usrStatusSmall {
    font-size: 10px;
    color: #AAA;
}

.usrProps {
    padding-top: 5px;
    font-size:14px;
    color:#555;
    display: block;
    padding-bottom: 5px;
}

.statusNormal {
    margin-right:2px;
    padding-left:4px;
    padding-right: 4px;
    font-size: 14px;
    color: #CCC;
    display: inline-block;
    border: 1px solid #CCC;
    border-radius:3px;
}

.statusMarked {
    background-color: var(--mainColor);
    padding-left:4px;
    padding-right: 4px;
    margin-right:2px;
    font-size: 14px;
    color: #FFF;
    border-radius:3px;
    border: 1px solid var(--alarm);
    display: inline-block;
}

.avatarContainer {
    position: relative; 
    left: 0; 
    top: 0;
    overflow:hidden;
    border-radius: 5px;
}

.imgRounded {
    border-radius: 10px;
    overflow:hidden;
}

div.resume {
    text-align:center;
    width:185px;
    font-size:13px;
    padding-left:20px;
}

div.pubDate {
    text-align:right;
    width:180px;
    color:#AAA;
    font-size:11px;
    position:relative;
    top:10px;
}

div.bookAusgleich {
    float: left;
    display: inline-block;
    width: 35px;
    height: 252px;
    margin-top: 50px;
}

div.bookAusgleich2 {
    float: left;
    display: inline-block;
    width: 58px;
    height: 212px;
}

div.bookAusgleich3 {
    float: left;
    display: inline-block;
    width: 30px;
    height: 212px;
}

div.bookContainer {
    text-align: center;
    display: inline-block;
    float: left;
    width: 105px;
    height: 212px;
}

div.bookTitle {
    height:40px;
    overflow: hidden;
    margin-top: 40px;
    font-size: 15px;
    color: #000;
}

div.bookDate {
    margin-top: 10px;
    font-size: 9px;
    color: #555;
}

div.bookAuthor {
    margin-top: 10px;
    font-size: 11px;
    color: #000;
    height: 50px;
    line-height: 14px;
    overflow:hidden;
    text-overflow:ellipsis;
}

span.bookTotalVotes {
    font-size: 9px;
    color: #888;
    padding-right: 10px;
}

div.bookVotes {
    margin-left:40px;
    font-size: 20px;
    color: #000;
    line-height: 16px;
    
}

div.bookBlank {
    float: left;
    display: inline-block;
    width: 203px;
    height: 212px;
    background-image: url(https://www.alendia.com/img/bookBlank.png);
    margin-top: 50px;
}

div.bookPub {
    float: left;
    display: inline-block;
    width: 203px;
    height: 212px;
    background-image: url(https://www.alendia.com/img/bookPub.png);
    margin-top: 50px;
}

div.bookUnpub {
    float: left;
    display: inline-block;
    width: 203px;
    height: 212px;
    background-image: url(https://www.alendia.com/img/bookUnpub.png);
    margin-top: 50px;
}

div.bookOff {
    float: left;
    display: inline-block;
    width: 203px;
    height: 212px;
    background-image: url(https://www.alendia.com/img/bookOff.png);
    margin-top: 50px;
}

div.bookVoteP {
    float: left;
    display: inline-block;
    width: 203px;
    height: 212px;
    background-image: url(https://www.alendia.com/img/bookVote.png);
    
}

div.bookVoteN {
    float: left;
    display: inline-block;
    width: 203px;
    height: 212px;
    background-image: url(https://www.alendia.com/img/bookVote.png);
    
}

div.bookEdit {
    float: left;
    display: inline-block;
    width: 203px;
    height: 212px;
    background-image: url(https://www.alendia.com/img/bookEdit.png);
    
}

div.bookNew {
    float: left;
    display: inline-block;
    width: 203px;
    height: 212px;
    background-image: url(https://www.alendia.com/img/bookNew.png);
    
}

div.saved {
    color:#FFF;
    display:block;
    background-color: #EFEFEF;
    border: solid 2px #AAA;
    border-radius: 5px;
    margin-bottom: 10px;
    height:60px;
    width:700px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
}

div.console {
    width: 450px;
    font-family: Courier;
    font-size: 11px;
    display: inline-block;
    color:#AAA;
    text-align: left;
    height: 60px;
    float:left;
    padding-left: 15px;
    line-height: 12px;
}

div.avatar {
    float:left;
    display:inline-block;
    width:80px;
    height:95px;
    font-size:12px;
    padding-right:9px;
    text-align: center;
}

div.commentContainer {
    width: 720px;
    margin-left: auto;
    margin-right: auto;
    margin-top:20px;
    font-size: 13px;
    display:inline-block;

}

div.talkBox {
    width: 580px;
    font-size: 13px;
    display:inline-block;
    border: 1px dotted #AAA;
    min-height: 90px;
    padding:10px;
    color: #555;
    
}

div.innerTalkBox {
    width: 560px;
    font-size: 13px;
    display:inline-block;
    border-bottom: 1px dotted #AAA;
    border-top: 1px dotted #AAA;
    
    padding:10px;
    margin-top:20px;
    margin-bottom:20px;
    color: #555;
}


.cont{
  width: 93%;
  max-width: 350px;
  text-align: center;
  margin: 4% auto;
  padding: 30px 0;
  background: #111;
  color: #EEE;
  border-radius: 5px;
  border: thin solid #444;
  overflow: hidden;
}

hr{
  margin: 20px;
  border: none;
  border-bottom: thin solid rgba(255,255,255,.1);
}

div.title{
  font-size: 2em;
}

h1 span{
  font-weight: 300;
  color: #Fd4;
}

div.stars{
  width: 270px;
  display: inline-block;
}

input.star{
  display: none;
}

label.star {
  float: right;
  padding: 5px;
  font-size: 20px;
  color: #444;
  transition: all .2s;
}

input.star:checked ~ label.star:before {
  content:'\f005';
  color: #f4c239;
  transition: all .25s;
}


input.star-5:checked ~ label.star:before {
  color:#FE7;
  
}

input.star-1:checked ~ label.star:before {
  color: #F62;
}

label.star:hover{
  transform: rotate(-15deg) scale(1.3);
}

label.star:before{
  content:'\f006';
    font-family: FontAwesome;
}

.rev-box{
  overflow: hidden;
  height: 0;
  width: 100%;
  transition: all .25s;
}

textarea.review{
  background: #222;
  border: none;
  width: 100%;
  max-width: 100%;
  height: 100px;
  padding: 10px;
  box-sizing: border-box;
  color: #EEE;
}

label.review{
  display: block;
  transition:opacity .25s;
}



input.star:checked ~ .rev-box{
  height: 125px;
  overflow: visible;
}

div.response {
    width: 500px;
    font-size: 13px;
    display:block;
    border-bottom: 1px dotted #AAA;
    border-right: 1px dotted #AAA;
    border-left: 1px dotted #AAA;
    padding:10px;
    padding-left: 45px;
    color: #777;
    margin-left: 270px;
    text-align: left;
    font-style: italic;
}

div.hotspot {
    display: inline-block;
    width: 200px;
    height: 200px;

}

/* MERCH */

.MerchContainer {
    width: 100%;
    padding: 100px;
    padding-top: 30px;
    padding-bottom: 0px;
    box-sizing: border-box;
    /*white-space: nowrap;*/
}

.MerchDesc {
    width: 100%;
    text-align: center;
    color: #888;
    padding-top: 20px;
    font-family: "Lato", sans-serif;
    padding-bottom: 50px;
}

.MerchPrice {
    font-size: 20px;
    color: #000;
}

.MerchA {
    width: 33%;
    display: inline-block;
}

.MerchB {
    width: 25%;
    display: inline-block;
}

/* BOOK PROMO */

div.bookPromo {
    width: 270px;
    display: inline-block;
}

div.bookPromoText {
    width: 370px;
    display: inline-block;
    font-size: 1.0em;
    color: #333;
    vertical-align: top;
    padding-left: 50px;
}

div.bookPaymentInfo {
    display:inline-block;
    width:330px;
    padding: 0px;
    vertical-align: top;
    margin-right: 20px;
}

.bookImg {
    border-radius: 20px;
}

/* WIKI */

div.wikiDesc {
    display:inline-block;
    font-size:11px;
    line-height:13px;
    padding-left:5px;
    padding-right: 15px;
    color: var(--alarm);
    text-align:left;
    float:left;
    width:68%;
}

div.wikiDescContainer {
   text-align:right;
   background-color: #CCC;
   padding:5px; 
   width:100%;
   height:42px;
}

div.wikiButton2 {
    float:left;
    display:inline-block;
    width:120px;
}

div.wikiButton {
    display: inline-block;
    border-radius: 5px;
    cursor: pointer;
    padding: 5px 10px;
    font-family: 'Alike';
    font-size: 16px;
    background-color: #c1c1c1;
    color: white;
    border: 3px solid #F0F0F0;
    width:25%;
    box-sizing: border-box;
    text-align: center;
}

.wikiDBTitles{
    column-count: 4;
    column-gap: 10px;
}

.wikiDBTitleLink{
    width: 25%;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}

.wikiDBTitleLink:hover {
    background-color: white;
}

#wikiPlantsDesc{
    margin-top: 20px;
    margin-bottom: 10px;
}

#wikiPlantsNames {
    margin-top: 10px;
    padding-left: 5px;
}

div.wikiButtonSel {
    background-color: #e0e0e0;
}

div.wikiH1 {
    font-size:22px;
    padding-left: 130px;
    color: #000;
    width: 900px;
    height: 50px;
}

div.wikiH2 {
    font-size:18px;
    padding-left: 150px;
    width: 900px;
    height: 24px;

}

div.wikiContent {
    font-size:15px;
    color:#555;
    
}

div.wikiContent450 {
    display:inline-block;
    width:450px;
}

div.wikiCharContainer {
    display:inline-block;
    width:150px;
    padding-left:35px;
}

div.wikiContentContainer {
    font-size:15px;
    margin-bottom: 20px;
    margin-top: 15px;
    margin-left:150px;
    padding: 20px;
    padding-bottom:20px;
    width: 650px;
    color:#555;
    background-color: #F0F0F0;
    border-radius: 5px;
}

.wikiLeft {
    display: inline-block;
    width: 70%;
}

.wikiRight {
    display: inline-block;
    width: 30%;
}

/* DONATION TICKER */

.donLabel {
    margin-top: 30px;
    width: 100%;
    text-align: center;
    color: var(--mainColor);
}

.donContainer {
    display:block;
    max-width: 750px;
    margin-top: 5px;
    border: 2px solid var(--mainColor);
    border-radius: 5px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    padding: 5px;
    text-align: center;
    background-color: var(--mainColor);
}

.donTicker {
    position: relative;
    white-space: nowrap;
    color: white;
    left: 100%;
    font-family: 'Anderson';
    font-size: 13px;
    animation-name: tickerAnim;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@-webkit-keyframes tickerAnim {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        }
    100% {
        -webkit-transform: translate3d(-320%, 0, 0);
        transform: translate3d(-320%, 0, 0);
    }
}

@keyframes tickerAnim {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(-320%, 0, 0);
        transform: translate3d(-320%, 0, 0);
    }
}

.comment {
    margin-top:20px;
    margin-bottom:20px;
    height:50px;
    width:700px;
    margin-left: auto;
    margin-right: auto;
}

.responseForm {
    margin-top:20px;
    margin-bottom:20px;
    width:700px;
    margin-left: auto;
    margin-right: auto;
}

.inputAlendia {
    box-sizing: border-box;
    display: block;
    border-radius: 3px;
    padding: 5px;
    font-family: 'Alike';
    font-size: 16px;
    border: 1px solid #999;
    margin-bottom:4px;
    width: 200px;
}

.inputAlendiaInline {
    box-sizing: border-box;
    display: inline-block;
    border-radius: 3px;
    padding: 5px;
    font-family: 'Alike';
    font-size: 16px;
    border: 1px solid #999;
    margin-bottom:4px;
    width: 200px;
}

.labelAlendia {
    padding-right: 5px;
    text-align: right;
    display: inline-block;
    width: 90px;
    box-sizing: border-box;
    color: #AAA;
}

.buttonAlendia {
    cursor: pointer;
    display: block;
    border-radius: 3px;
    padding: 5px 10px;
    font-family: 'Alike';
    font-size: 16px;
    background-color: var(--mainColor);
    color: white;
    border:0px solid white;
}

.regFB {
    display: block;
    width: 500px;
    text-align: center;
    font-family: 'Alike';
    font-size: 13px;
    max-height: 0px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

#telephone {
    display:none;
}

/* CHAT */

div.chatMsg {
    width:500px;
}

div.wrapper {
    width:700px;
    min-height:600px;
    margin-left: auto;
    margin-right: auto;
}

div.chatWrapper {
    width:530px;
    margin-left: auto;
    margin-right: auto;
    border: solid 0px #AAA;
    border-right: 0px;
    height:600px;
    overflow-y: scroll;
    overflow-x: hidden;
    border-radius: 5px;
    padding: 2px;
}

div.chatMsgBox {
    width:500px;
    text-align: left;
    padding:5px;
    border-radius: 5px;
    margin-bottom: 4px;
    border: 1px solid #F0F0F0;
}

div.chatUserImg {
    width:30px;
    display:inline-block;
    float:left;
    padding-right:20px;
}

div.chatMsgText {
    font-size:13px;
    width: 450px;
    display: inline-block;
    float:left;
    position:relative;
    top:-5px;
}

div.chatDateBox {
    width: 450px;
    font-size:11px;
    color:#AAA;
    float:left;
}

div.chatUserBox {
    width:430px;
    float:left;
    overflow: hidden;
    border-radius: 5px;
    color: #444;
}

.chatCache {
    background-color: #fffbf2;
}

.chatSgtRumpel {
    color: #9ad717;
}

.videoContainer {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 800px;
}

.embed-container {
  position: relative; 
  padding-bottom: 56.25%; /* ratio 16x9 */
  height: 0; 
  overflow: hidden; 
  width: 100%;
  height: auto;
}
.embed-container iframe {

  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
}
/* ratio 4x3 */
.embed-container.ratio4x3 {
  padding-bottom: 75%;
}

.prodContainer {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

.prodImage {
    width:300px; 
    height: 320px; 
    display:inline-block;
}

.prodTeaser {
    width:50%; 
    height: 320px; 
    display:inline-block;
    padding-left:25px;
}

.youen {
    width:0px;
    height:0px;
    overflow: visible;
    position:relative; 
    left:-340px;
    top:-180px;
    display:block;
}

.rohon {
    width:0px;
    height:0px;
    overflow: visible;
    position:relative; 
    left:1050px;
    top:-160px;
    display:block;
}

.footer {
    font-size: 12px;
}

.bookShowcase {
    margin-left: auto; 
    margin-right: auto; 
    width: 750px;  
    text-align: center;
    margin-bottom: 20px;
    /*background-image: url(https://www.alendia.com/img/book01.jpg); 
    background-repeat: no-repeat;*/
}

.offBookOuterContainer {
    padding:5px;
    display: inline-block;
    box-sizing: border-box;
    
}

.offBookTwo {
    width:50%;
}

.offBookThree {
    width:33.333%;
}

.offBookOuterContainer2 {
    width:45%;
    display: inline-block;
    box-sizing: border-box;
    background-color: var(--bgPlayer);
    border-radius: 10px;
    padding: 30px;
    vertical-align:top;
}

.offBookContainer {
    position: relative;
    width: 100%;
    max-width: 400px;
    border-radius: 5px;
    overflow: hidden;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
}

.mobileBanner {
    width: 50%;
}

.emptyLine {
        display: block;
        height: 50px;
    }
    
.onlyMobile {
    display: none;
}

.pagButton {
    cursor: pointer;
    width:30px;
    height:30px;
    text-align:center;
    border-radius: 5px;
    display: inline-block;
    background-color: #CCC;
    margin: 2px;
    color: white;
    line-height: 30px;
}
.pagButton:hover {
    background-color: #EEE;
}

.pagSel {
    cursor: default;
    background-color: #FFF;
    color: var(--mainColor);
    border: 2px solid var(--mainColor);
}

/*  PRODUCT PAGE  */

.partnerContainer {
    margin-top: 50px;
}

.partnerItemContainer {
    width: 60px;
    height: 60px;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}

.partner {
    display: relative;
    width: 50px;
    margin: 15px;
}

.partner:hover {
    width: 80px;
    margin: 0px;
}

.partnerLabel {
    display: inline-block;
    line-height: 80px;
    vertical-align: top;
}

.priceTag {
    font-size: 80px;
    color: var(--mainColor);
    display: inline-block;

    line-height: 95px;
    vertical-align: bottom;
}

.priceText {
    display: inline-block;
    width: 65%;
    font-size: 14px;
    line-height: 16px;
    box-sizing: border-box;
    padding: 10px;
    color: #777;
    text-align: justify;
}

.buttonContainer {
    width: 80%;
    box-sizing: border-box;
    padding: 20px 20px;
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
    display: inline-block;
    border: 2px solid #CCC;
    color: #888;
    border-radius: 5px;
}

.previewContainer {
    text-align:justify;
    font-style: italic;
    color: #9c9c9c;
    line-height: 18px;
    font-size: 14px;
    display: inline-block;
    width: 80%;
}

.quotesContainer {
    margin-top: 10px;
    margin-bottom: 10px;
    /* display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; */
    overflow: hidden;
}

.quote {
    width: calc(33% - 10px);
    color: #666;
    font-style: italic;
    font-size: 13px;
    display: inline-block;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 10px;
    margin: 5px;
    margin-top: 30px;
    border: 1px dashed #CCC;
}

.rezi {
    width: calc(50% - 10px);
    font-size: 15px;
    /* flex:1; */
}

.quoteBrand {
    height: 0px;
    position: relative;
    top: -36px;
}

.quoteText {
    display:inline-block;
    width: calc(100% - 60px);
    height: 90px;
    text-align: justify;
    vertical-align: top;
    margin-top: 10px;
}

.reziText {
    display:inline-block;
    width: calc(100% - 60px);
    text-align: justify;
    vertical-align: top;
    margin-top: 10px;
    height: 240px;
}

.quoteNick {
    margin-top: 10px;
    text-align: right;
    color: #CCC;
}

.quoteSymbol {
    display: inline-block;
    font-size: 30px;
    width:30px;
    color:  black;
    margin-top: 10px;
}

.eBooksContainer{
    display: block;
    margin-top: 50px;
}

.eBookInfo{
    display: inline-block;
    width:40%;
    text-align: justify;
    padding-right: 20px;
    padding-left: 20px;
    box-sizing: border-box;
}

.CCBadge {
    width:30%;
    max-width: 280px;
    box-sizing: border-box;
    display:inline-block;
    font-size:9px;
    line-height:10px;
    font-style:normal;
    color:#555;
    padding-left: 20px;
    padding-right: 20px;
    vertical-align: top;
}

/*  CHAT   */

.chatRed {
    color: #C00;
}

.chatGreen {
    color: #0C0;
}

.chatBlue {
    color: #00C;
}

.chatPink {
    color: #fd07ff;
}

.chatTurkey {
    color: #81cef9;
}

.chat3D {
    text-shadow: 1px 1px var(--mainColor) , 2px 2px var(--mainColor);
    font-family: Helvetica;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    color: #ff8d49;
}

.chatBlur {
    color: transparent;
    text-shadow: 0 0 1px rgba(0,0,0,0.5);
}

.chatFlip {
    -moz-transform: scaleX(-1);    /* Gecko */
      -o-transform: scaleX(-1);      /* Opera */
      -webkit-transform: scaleX(-1); /* Webkit */
      transform: scaleY(-1);         /* Standard */
      filter: FlipH; 
}

/* ADMIN STUFF */

.adminContainer {
    padding: 20px;
    max-width: 700px;
    box-sizing: border-box;
    border-radius: 10px;
    background-color: #F0F0F0;
    margin-bottom: 20px;
}
    
.adminThumb {
    width: 120px;
    height: 120px;
    display: inline-block;
    margin-bottom: 10px;
}

.adminOffData {
    display: inline-block;
    width: calc(100% - 120px);
    box-sizing: border-box;
    padding-left: 20px;
    text-align: left;
    font-size: 12px;
    line-height: 14px;
    vertical-align: top;
    margin-bottom: 10px;
    background-color: white;
    height: 120px;
}

/*  PROGRESS BAR  */

.progressHighlight {
    width: 100%;
    background-color: #95c35f;
    height: 40px;
    box-sizing: border-box;
    
    border-radius: 3px;
    text-align: center;
    color: white;
    line-height: 37px;
    font-size: 22px;
}

.progressHighCont {
    display: inline-block;
    width: calc(30% - 4px);
    margin: 2px;
    height: 180px;
    text-align: center;
}

.progressNormal {
    display: inline-block;
    position: relative;
    top: 41px;
    width: calc(10% - 2px);
    background-color: #eaeaea;
    height: 20px;
    box-sizing: border-box;
    margin: 1px;
    padding: 2px;
    border-radius: 3px;
    color: #aaaaaa;
    text-align: center;
    font-size: 12px;
    line-height: 17px;
    vertical-align: top;
    text-overflow: ellipsis;
    overflow:hidden;
}


/*  AMPLITUDE  */

.aPlayerCover {
    opacity: 0;
    display: block;
    width: calc(100% - 100px);
    min-height: 200px; 
    max-width: 300px;
    max-height: 300px;
    border-radius: 10px;
    overflow: hidden;
    box-sizing: border-box;
    line-height: 0;
    margin-top: 20px;
    margin-bottom: 10px;
}

.aPlayerControls {
    text-align: center;
    display: block;
    margin-bottom: 20px;
}

.aPlayerProgress {
    margin-top: 10px;
    width: 100%;
    max-width: 300px;
    height: 14px;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.amplitude-play-pause {
    width: 80px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
}

.amplitude-paused {
    cursor: pointer;
    background-repeat: no-repeat;
    background-image: url(../img/play.svg?);
    background-size: 100%;
}

.amplitude-playing {
    cursor: pointer;
    background-repeat: no-repeat;
    background-image: url(../img/pause.svg?);
    background-size: 100%;
}

.amplitude-next {
    cursor: pointer;
    display: inline-block;
}

.amplitude-prev {
    cursor: pointer;
    display: inline-block;
}

.aPlayerTimeTotal {
    display: inline-block;
    box-sizing: border-box;
    width: 50%;
    text-align: left;
    color: #af9c9c;
    font-family: 'Alike';
    font-size: 14px;
    padding: 0;
    margin:0;
}

.aPlayerTimeRemain {
    display: inline-block;
    box-sizing: border-box;
    text-align: right;
    width: 50%;
    color: #af9c9c;
    font-family: 'Alike';
    font-size: 14px;
    padding: 0;
    margin:0;
}

.aPlayerTimeBar {
    display: inline-block;
    width: 100%;
    height: 14px;
    position: relative;
}

.amplitude-song-played-progress {
    /* Reset the default appearance */
    -webkit-appearance: none;
    appearance: none;
    
    width: 100%;
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}

.amplitude-buffered-progress {
    /* Reset the default appearance */
    -webkit-appearance: none;
    appearance: none;
    
    width: 100%;
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}

.amplitude-song-played-progress::-webkit-progress-bar {
    background-color: transparent;
    border-radius: 3px;
    overflow:hidden;
}

.amplitude-song-played-progress::-webkit-progress-value {
    background-color: white;
    border-radius: 3px;
    overflow:hidden;
}

.amplitude-buffered-progress::-webkit-progress-bar {
    background-color: var(--playerBrighter);
    border-radius: 3px;
    overflow:hidden;
}

.amplitude-buffered-progress::-webkit-progress-value {
    background-color: var(--playerBright);
    border-radius: 3px;
    overflow:hidden;
}

.aPlayerTime {
    width: 100%;
    max-width: 300px;
    text-align: center;
    white-space: nowrap;
}

.aPlayerPlaylist {
    width: 100%;
    max-width: 300px;
    font-family: 'Alike';
    font-size: 16px;
    color: white;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.aPlayerPlaylistItem {
    cursor: pointer;
    padding: 6px 3px;
    margin:5px;
    height: 32px;
    background-color: var(--playerBright);
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    width:calc(50% - 10px);
    box-sizing: border-box;
}

.currentPlay {
    background-color: var(--playerHover);
}

.aPlayerCard {
    background-color: white;
    box-sizing: border-box;
    display: block;
    border-radius: 10px;
    width: calc(100% - 100px);
    font-family: Alike;
    font-size: 16px;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #666;
    margin-bottom: 20px;
}

#aPlayerInfoPopUp {
    opacity: 0;
    position: absolute;
    display: block;
    background-color: #FFFFFFc7;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    color: var(--mainColor);
    padding: 40% 20px;
    font-size: 20px;
    line-height: 22px;
}

/* PLACEHOLDER */

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #CCC;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #CCC;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #CCC;
}
:-moz-placeholder { /* Firefox 18- */
  color: #CCC;
}

/* LINKS */

a.black:link,a.black:visited {
	color:#000;
	text-decoration:none;
}
a.black:hover,a.black:active {
	color:#333;
}

a.red:link,a.red:visited {
	color: var(--alarm);
}
a.red:hover,a.red:active {
	color:#F00;
}

a.white:link,a.white:visited {
	color:#FFFFFF;
	text-decoration:none;
}
a.white:hover,a.white:active {
	color:#DDDDDD;
}

a.gray:link,a.gray:visited {
	color:#AAA;
	text-decoration:none;
}
a.gray:hover,a.gray:active {
	color:#555;
}

a.wiki:link,a.wiki:visited {
	color:#999;
	text-decoration:none;
}
a.wiki:hover,a.wiki:active {
	color:#000;
}

a.red:link,a.red:visited {
	color:var(--mainColor);
	text-decoration:none;
}
a.red:hover,a.red:active {
	color:#9C4D4D;
}

a.tags:link,a.tags:visited {
	color:#888;
        background-color: #DDD;
        border: 1px solid #AAA;
	text-decoration:none;
        padding: 2px;
        font-size: 13px;
        
}
a.tags:hover,a.tags:active {
	background-color:#EEE;
}

a.tagsRed:link,a.tagsRed:visited {
	color:#AAA;
        background-color: #C00;
        border: 1px solid #C00;
	text-decoration:none;
        padding: 2px;
        font-size: 11px;
        
}
a.tagsRed:hover,a.tagsRed:active {
	background-color:#F00;
}

/* HEADINGS */

h1 {
    font-size: 1.6em;
    font-weight: normal;
    color: var(--bgPlayer);
}

h2 {
    font-size: 3em;
    line-height: 1.2em;
    font-family: "Anderson";
    color: var(--bgPlayer);
}

/* PHOTOWALL */

.photoWall {
    -moz-column-count:4;
	 -moz-column-gap:4px;
	 -moz-column-rule-width:0px;
	 -moz-column-rule-color:#555;
	 -moz-column-rule-style:dashed;
	 -webkit-column-count:4;
	 -webkit-column-gap:4px;
	 -webkit-column-rule-width:0px;
	 -webkit-column-rule-color:#555;
	 -webkit-column-rule-style:dashed;
	 -o-column-count:4;
	 -o-column-gap:4px;
	 -o-column-rule-width:0px;
	 -o-column-rule-color:#555;
	 -o-column-rule-style:dashed;
         -o-column-width:4;
	 column-count:4;
	 column-gap: 0px;
	 column-rule-width:0px;
	 column-rule-color:#555;
	 column-rule-style:dashed;
    color:#555;
    font-family: Ubuntu;
    font-size: 0.9em;
    padding-top: 0px;
    margin-bottom:20px;
    max-height:600px;
    overflow: hidden;
}

.phWallPhoto {
    
    display:inline-block;
    margin-top:3px;
    margin-bottom:6px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright:3px;
    -moz-border-radius-bottomleft:3px;
    -moz-border-radius-bottomright:10px;
    -webkit-border-top-left-radius:3px;
    -webkit-border-top-right-radius:3px;
    -webkit-border-bottom-left-radius:3px;
    -webkit-border-bottom-right-radius:3px;
    border-top-left-radius:3px;
    border-top-right-radius:3px;
    border-bottom-left-radius:3px;
    border-bottom-right-radius:3px;
    
    padding-right: 10px;
    
}

li.phWall {
    display: inline-block;
    float:left;
}



@media screen and (max-device-width: 1020px) {
    
    html,body {
        min-height: 100% !important;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }
    
    img.scale {
        width: 100%;
        height:auto;
    }
    
    .overallContainer {
        width: 100%;
        height: 100% !important;
    }
    .bannerContainer {
        margin-top:10px;
        width: 95%;
        height: auto;
        border-radius: 10px;
    }
    .innerContainer {
        width: 95%;
    }
    .roundContainer {
        padding-top: 20px;
    }
    h1 {
        font-size: 1.0em;
        line-height: 1.2em;
    }

    h2 {
        font-size: 1.5em;
        line-height: 1.2em;
    }
    
    p {
        font-size: 1em;
        line-height: 1.2em;
    }
    
    .footer {
        font-size: 0.7em;
        width: 70%;
        line-height: 1.2em;
    }
    
    .onlyMobile {
        display:block !important;
    }
    
    a.white {
        font-size: 0.7em;
    }
    a.wiki {
        font-size: 0.7em;
    }
    div.menu {
        padding-left: 1%;
        padding-right: 1%;
    }
    
    .nomobile {
        display: none !important;
    }
    .onlyMobile {
        display:inline-block !important;
    }
    
    div.welcome {
        font-size: 1.0em;
        line-height: 1.2em;
        width: 80%;
        margin-top: 10px;
        margin-bottom: 20px;
        margin-left: 10%;
        margin-right: 10%;
    }
    
    .menuContainer {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    
    .bookShowcase {
        width: 95%; 
        background-size: contain;
        margin-bottom: 40px;
    }
    
    .offBookOuterContainer {
        width: 50%;
    }
    
    .offBookOuterContainer2 {
    width:100%;
    padding: 10px;
    padding-bottom: 30px;
}
    
    .rohon {
        display: hidden;
        overflow: hidden;
    }
    .youen {
        display: hidden;
        overflow: hidden;
    }

    div.wikiH1 {
        width: 90% !important;
        padding-left: 0px;
        font-size: 1.2em;
        line-height: 1.2em;
        height: auto;
        margin-bottom: 20px;
        margin-left:auto;
        margin-right:auto;
    }
    
    .emptyLine {
        display: block;
        height: 30px;
    }
    
    div.wikiH2 {
        font-size: 1.4em;
        padding-left: 0px;
        line-height: 1.2em;
        height: auto;
        width: 75%;
        margin-left:auto;
        margin-right:auto;
    }
    
    div.wikiContentContainer {
        box-sizing: border-box;
        width: 85%;
        margin-left:auto;
        margin-right:auto;
    }
    
    div.wikiContent {
        width:100%;
    }
    
    div.wikiContent450 {
        width:100%;
    }
    
    div.wikiCharContainer {
        width: 90%;
        padding-left: 0px;
        text-align: center;
        padding-top: 10px;
    }
    
    
    
    .videoContainer {
        width:85%;
    }
    
    .prodContainer {
        width: 90%;
        margin-top: 0px;
    }
    
    .prodTeaser {
        padding-left: 0px;
        width: 90%;
        height: auto;
    }
    .prodImage {
        width: 90%;
        height:auto;
        margin-bottom: 20px;
    }
    
    .priceTag {
        width: 100%;
    }
    
    .priceText {
        width: 100%;
    }
    
    .eBookInfo{
        width:100%;
    }

    .CCBadge {
        width:100%;
    }
    
    .w50 {
        width: 100%;
        text-align: center;
    }
    
    .partnerLabel {
        display: block;
    }
    
    .partnerItemContainer {
        width: 70px;
        height: 70px;
        display: inline-block;
        margin-left: 5px;
        margin-right: 5px;
        text-align: center;
    }

    .partner {
        display: relative;
        width: 50px;
        margin: 10px;
    }

    .partner:hover {
        width: 50px;
        margin: 10px;
    }
    
    .progressHighCont {
    display: block;
    width: calc(80% - 4px);
    
    height: 180px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    }
    
    .buttonContainer {
        margin-top: 40px;
    }
    
    .quote {
        width: calc(100% - 40px);
    }
    
    .mobileBanner {
        width: 90%;
    }
    
    .wikiDBTitleLink{
        width: 50%;
    }
    
    .MerchContainer {
    width: 100%;
    padding: 30px;
    padding-top: 20px;
    padding-bottom: 0px;
    box-sizing: border-box;
    
    }

    .MerchDesc {
        width: 100%;
        text-align: center;
        color: #888;
        padding-top: 20px;
        font-family: "Lato", sans-serif;
        padding-bottom: 50px;
    }

    .MerchPrice {
        font-size: 20px;
        color: #000;
    }

    .MerchA {
        width: 100%;
        display: inline-block;
    }

    .MerchB {
        width: 50%;
        display: inline-block;
    }
    
    .wikiLeft {
        width: 100%;
    }
    
    .wikiRight {
        margin-top: 20px;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    
    .donContainer {
        margin-top: 10px;
        max-width: calc(100% - 40px);
    }
    
    .donLabel {
        margin-top:0px;
    }
    
    div.bookPromo {
        width: 100%;
        display: block;
    }

    div.bookPromoText {
        width: 100%;
        display: block;
        font-size: 1.0em;
        color: #333;
        padding-left: 0;
        padding-right: 0;
    }
    
    div.bookPaymentInfo {
        display:inline-block;
        width:100%;
        max-width: 320px;
        padding: 0px;
        margin-right: 0px;
    }
    
    .bookImg {
        width: 80%;
    }
    
    .be50, .be40, .be60 {
        width: 90%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .quotesContainer {
        display: block;
    }

    .rezi {
        height: auto;
    }

    .quoteText {
        width: 100%;
        height: auto;
    }
}