@font-face {
    font-family: 'AlexBrush';
    src: url('../font/AlexBrush-Regular.eot'); /* IE9 Compat Modes */
    src: url('../font/AlexBrush-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../font/AlexBrush-Regular.woff') format('woff'), /* Pretty Modern Browsers */
    url('../font/AlexBrush-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('../font/AlexBrush-Regular.svg#AlexBrush') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'Indie Flower';
    src: url('../font/indie-flower-v17-latin-regular.eot'); /* IE9 Compat Modes */
    src: url('../font/indie-flower-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../font/indie-flower-v17-latin-regular.woff') format('woff'), /* Pretty Modern Browsers */
    url('../font/indie-flower-v17-latin-regular.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('../font/indie-flower-v17-latin-regular.svg#IndieFlower') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'Shadows Into Light';
    src: url('../font/shadows-into-light-v15-latin-regular.eot'); /* IE9 Compat Modes */
    src: url('../font/shadows-into-light-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../font/shadows-into-light-v15-latin-regular.woff') format('woff'), /* Pretty Modern Browsers */
    url('../font/shadows-into-light-v15-latin-regular.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('../font/shadows-into-light-v15-latin-regular.svg#ShadowsIntoLight') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'Creepster';
    src: url('../font/creepster-v13-latin-regular.eot'); /* IE9 Compat Modes */
    src: url('../font/creepster-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../font/creepster-v13-latin-regular.woff') format('woff'), /* Pretty Modern Browsers */
    url('../font/creepster-v13-latin-regular.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('../font/creepster-v13-latin-regular.svg#Creepster') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'Mountains of Christmas';
    src: url('../font/mountains-of-christmas-v20-latin-regular.eot'); /* IE9 Compat Modes */
    src: url('../font/mountains-of-christmas-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../font/mountains-of-christmas-v20-latin-regular.woff') format('woff'), /* Pretty Modern Browsers */
    url('../font/mountains-of-christmas-v20-latin-regular.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('../font/mountains-of-christmas-v20-latin-regular.svg#MountainsOfChristmas') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'Covered By Your Grace';
    src: url('../font/covered-by-your-grace-v15-latin-regular.eot'); /* IE9 Compat Modes */
    src: url('../font/covered-by-your-grace-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../font/covered-by-your-grace-v15-latin-regular.woff') format('woff'), /* Pretty Modern Browsers */
    url('../font/covered-by-your-grace-v15-latin-regular.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('../font/covered-by-your-grace-v15-latin-regular.svg#CoveredByYourGrace') format('svg'); /* Legacy iOS */
}

/* Basic CSS Start */
body {
    font-family:Verdana,Tahoma;
    font-size:11px;
    margin:0px;
    padding:0px;
    color:#676161;
    text-align:left;
    background-color:#e1e5e1;
}
:focus {
    outline: none;
}
table {
    font-family:Verdana,Tahoma;
    font-size:11px;
    margin:0px;
    padding:0px;
    color:#676161;
    text-align:left;
}
b, strong {
    color:#5a6c68;
}
i, em, i b, em b {
    color:#8F6B3F;
}
u, u b {
    color:#5a6c68;
}
a:link b, a:visited b {
    color:#64938f;
}
a:hover b {
    color:#76ada8;
    text-decoration:underline;
}
a:link, a:visited {
    color:#76ada8;
    text-decoration:none;
}
a:hover {
    color:#64938f;
    text-decoration:underline;
}
a:link.previewlink, a:visited.previewlink {
    color:#76ada8;
}
a:hover.previewlink {
    color:#64938f;
}
a:link.newsbutton, a:visited.newsbutton {
    font-size: 11px;
    line-height: 14px;
    padding-bottom:2px;
    color:#5A6C68;
}
a:hover.newsbutton {
    font-size: 11px;
    line-height: 14px;
    text-decoration:none;
    color:#5A6C68;
    text-decoration:underline;
}
a:link.link_with_border, a:visited.link_with_border {
    color:#999999;
    text-decoration:none;
    border-bottom:1px dotted #999999;
}
a:hover.link_with_border {
    color:#64938f;
    text-decoration:none;
}
.imgfloat {
    position:relative;
    float:left;
    margin-right:5px;
    margin-bottom:5px;
    clear:both;
}
.imgfloatAva {
    position:relative;
    float:left;
    margin-top:3px;
    margin-right:5px;
}
.roundedCorners {
    border:2px solid #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 10px 1px #c8cac8;
    box-shadow: 1px 1px 10px 1px #c8cac8;
}
img {
    border: 0;
}
img.vertical-middle {
    vertical-align: middle;
}
#container img {
    max-width: 100%;
}
hr {
    border:none;
    border-bottom:1px dashed #76ada8;
}
form {
    padding: 0;
    margin: 0;
}
#searchform {
    float:left;
    width:100%;
    padding-bottom:10px;
}
#login_form #nickname, #login_form #password {
    width:98%;
}
fieldset {
    position:relative;
    float:left;
    padding: 0px;
    margin: 0px;
}
button:not(.fancybox-button), input, textarea, option, select {
    font-family: Tahoma, Verdana;
    margin:1px;
    padding:1px;
    font-size: 11px;
    color:#676161;
    background-color: #FFFFFF;
    border:1px solid #dad9d9;
}
button:not(.fancybox-button):hover, input:hover, textarea:hover, option:hover, select:hover {
    font-family: Tahoma, Verdana;
    margin:1px;
    padding:1px;
    font-size: 11px;
    color:#676161;
    background-color: #FFFFFF;
    border:1px solid #CACACA;
}
button:not(.fancybox-button):disabled, input:disabled, textarea:disabled, option:disabled, select:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
* html input.checkbox {
    border:0px;
    margin:0px;
    background-color:#ecedec;
}
* html input.check {
    border:0px;
    margin:0px;
    background-color:#ecedec;
}
* html input.check_all {
    border:0px;
    margin:0px;
    background-color:#76ADA8;
}
/*ul {
position: relative;
/*float:left;*/
/*left:-25px;
width:100%;
list-style-image:url(/images/design/bullet.png);
}*/
ul {
    position: relative;
    /*float:left;*/
    left:0px;
    padding-left:16px;
    margin-top:0px;
    width:95%;
    list-style-image:url(/images/design/bullet.png);
}
ul.floatingul {
    float:left;
    clear:both;
}
* html ul {
    left:0px;
    margin-left:17px;
    list-style-image:none;
}
#msg_show ul {
    position: relative;
    float:left;
    left:0px;
    padding-top:5px;
    padding-left:26px;
    width:95%;
    margin-top:0px;
    list-style-image:url(/images/design/bullet.png);
}
ul.wishlist {
    position: relative;
    float:left;
    left:0px;
    padding-left:16px;
    width:95%;
    margin-top:0px;
    list-style-image:url(/images/design/bullet.png);
}
* html ul.wishlist {
    left:0px;
    margin-left:17px;
    list-style-image:none;
}
ul.noListStyle {
    list-style:none;
}
ul.noListStyle li {
    float:left;
    width:20%;
    text-align:center;
    padding-bottom:10px;
}
ul.noListStyle li img {
    display:inline;
}
ul.jPag-pages {
    width: 100% !important;
}
ol {
    position: relative;
    left:0px;
    padding-left:26px;
    width:95%;
}
* html ol {
    left:0px;
    margin-left:17px;
}
.l {
    position:relative;
    float:left;
    width:49.8%;
}
* html .l {
    width:48%;
}

.fancybox-stage .fancybox-slide > div {
    float: none !important;
    display: inline-block !important;
    height: auto !important;
}
/* Basic CSS End */

/* Layout CSS Start */
#outer {
    position: relative;
    width:950px;
    margin: 0 auto; /* negative H�lfte von width:600px */
}
* html #outer {
    position: absolute;
    width:950px;
    left: 50%;
    margin-left: -475px;
}
#container{
    position:relative;
    float:left;
    top:0px;
    width:950px;
    margin:0 auto;
    padding:0px;
    border:2px solid #dbdddb;
    border-top:0px;
    background-color:#ffffff;
    background-image:url(/images/design/wrapper.png);
    background-repeat:repeat-y;
}
.container {
    position: relative;
    width: 950px;
    margin: 0 auto;
}
#header {
    position:relative;
    float:left;
    top:0px;
    width: 100%;
    height: 100px;
    background-image:url(/images/design/hg-pattern.png);
    background-repeat: repeat-x;
    background-position: center;
    border-bottom:2px solid #dbdddb;
}
#header_title {
    position: relative;
    float: left;
    top: 0;
    left: 25px;
    width: 545px;
    font-family: 'AlexBrush', cursive;
    font-size: 60px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /*font-weight: bold;*/
    color: #76ada8;
    text-shadow:
            2px 2px 5px #fff,
            -2px -2px 5px #fff,
            2px -2px 5px #fff,
            -2px 2px 5px #fff,
            2px 2px 5px #fff;
}
#header_title span.firstletter {
    font-size: 80px;
    font-weight: bold;
}
#header_title:after {
    display: none;
    display: block\9;
}
#header_title span.firstletter:first-child:before {
    display: none;
    display: block\9;
    content: 'W';
    position: absolute;
    top: -1px;
    left: -2px;
    color: #fff;
    font-size: 80px;
}
#header_title span.firstletter:first-child:after {
    display: none;
    display: block\9;
    content: 'hispering';
    position: absolute;
    top: 13px;
    left: 92px;
    color: #fff;
    font-size: 60px;
    font-weight: normal;
}
#header_title span.firstletter:last-child:before {
    display: none;
    display: block\9;
    content: 'S';
    position: absolute;
    top: -1px;
    left: 281px;
    color: #fff;
    font-size: 80px;
}
#header_title span.firstletter:last-child:after {
    display: none;
    display: block\9;
    content: 'ecrets';
    position: absolute;
    top: 13px;
    left: 344px;
    color: #fff;
    font-size: 60px;
    font-weight: normal;
}
#header_title a:hover {
    color: #76ada8;
    text-decoration: none;
}
#header_social {
    position: absolute;
    top: 75px;
    left: 10px;
}
#whosonline {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 400px;
    height: 85px;
    overflow: auto;
    padding: 0;
    margin: 0;
    background-color: rgba(255,255,255,0.95);
    border: 1px solid #76ada8;
    border-radius: 10px;
}
#whosonline-text {
    display: inline-block;
    position: absolute;
    top: 80px;
    right: 0;
    font-family: 'AlexBrush', cursive;
    font-size: 20px;
    /*font-weight: bold;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    text-shadow:
            2px 2px 5px #76ada8,
            -2px -2px 5px #76ada8,
            2px -2px 5px #76ada8,
            -2px 2px 5px #76ada8,
            2px 2px 5px #76ada8;
}
#whosonline-text:after {
    display: none;
    display: block\9;
    content: "Who's online?";
    position: absolute;
    top: -1px;
    left: -1px;
    color: #76ada8;
    font-size: 20px;
}
#whosonline_inhalt {
    margin:5px;
    text-align:left;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    #header_title:after,
    #header_title span.firstletter:first-child:before,
    #header_title span.firstletter:first-child:after,
    #header_title span.firstletter:last-child:before,
    #header_title span.firstletter:last-child:after,
    #whosonline-text:after {
        display: none;
    }
}
#memberinfobox {
    position:relative;
    float:left;
    left:8px;
    width:184px;
    height:auto;
}
* html #memberinfobox {
    left:8px;
}
.memberpreview_container {
    max-width: 600px;
}
#content{
    position:relative;
    float:left;
    top:0px;
    left:26px;
    width:732px;
    min-height:590px;
    padding-bottom:5px;
}
* html #content {
    left:35px;
}
#system_msg {
    width:100%;
    background-color: #abcdef;
    display:none;
}
#footer {
    clear:both;
    position:relative;
    float:left;
    bottom:0px;
    width:940px;
    margin:0 auto;
    padding:5px;
    margin-bottom:20px;
    margin-top:5px;
    text-align:center;
    font-size:10px;
    border:2px solid #dbdddb;
    background-color:#ffffff;
}
* html #footer {
    width:954px;
}
#footer a::before {
    content: ' || ';
    display: inline-block;
    padding-right: 5px;
    color: #676161;
}
#footer a:first-of-type::before,
#footer a:last-of-type::before {
    display: none;
}
#footer_note {
    clear:both;
    position:relative;
    float:left;
    bottom:0px;
    width:940px;
    font-size:9px;
    margin:0 auto;
    padding:0px;
    text-align:center;
}
#footerblank {
    position:relative;
    float:left;
    width:100%;
    height:25px;
}
#adsense {
    clear: both;
    width: 940px;
    margin: 0 auto 60px auto;
    text-align: center;
}
#cookienotice {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    text-align: center;
    padding: 10px;
    margin: auto;
    background-color: #C8D6BF;
    border-top: 1px solid #6CBDB5;
    z-index: 10;
}
#acceptcookies {
    color: #ffffff;
    padding: 5px;
    margin-left: 5px;
    background-color: #6CBDB5;
    cursor: pointer;
}
.togglemobiletheme {
    display: none;
}
@media only screen and (max-width: 1023px) {
    .togglemobiletheme {
        display: inline-block;
        color: #76ada8;
        cursor: pointer;
    }
    .togglemobiletheme::before {
        content: ' || ';
        display: inline-block;
        color: #676161;
        padding-right: 5px;
    }
}
@media only screen and (max-width: 639px) {
    .togglemobiletheme {
        display: block;
        padding-top: 5px;
    }
    .togglemobiletheme::before {
        content: '';
        display: none;
    }
}

#adminmenu_right_closed {
    position:fixed;
    top:20px;
    right:0px;
    width:30px;
    padding:5px;
    text-align:center;
    z-index:100;
    background-color:#ffffff;
    border:1px solid #dbdddb;
    border-right:0px;
}
#adminmenu_right {
    position:fixed;
    top:20px;
    right:0px;
    width:190px;
    padding:5px;
    z-index:100;
    background-color:#ffffff;
    border:1px solid #dbdddb;
    border-right:0px;
}
.open_adminmenu {
    cursor:pointer;
}
.close_adminmenu {
    position:absolute;
    top:10px;
    right:7px;
    cursor:pointer;
}
#footernavigation_simple {
    position:fixed;
    bottom:0px;
    width:100%;
    height:25px;
    padding-top:5px;
    padding-bottom:5px;
    text-align:center;
    background-color:#ECEDEC;
    border-top:1px solid #DBDDDB;
    box-shadow: 0px -2px 10px #888888;
    z-index: 100;
}
#footernavigation_simple img {
    width:25px;
    height:25px;
}
#footernavigation_simple_left {
    position:fixed;
    left:0px;
    width:25px;
    height:100%;
    padding-left:5px;
    padding-right:5px;
    text-align:center;
    background-color:#ECEDEC;
    border-top:1px solid #DBDDDB;
    box-shadow: 0px -2px 10px #888888;
}
#footernavigation_simple_left img {
    width:25px;
    height:25px;
}
/* Layout CSS End */

/* Custom Layout CSS Start */
.lineheight16 {
    line-height:16px;
}

.title {
    position:relative;
    float:left;
    width:100%;
    max-width: 99.8%;
    margin:0px;
    padding:0px;
    padding-top:5px;
    margin-bottom:5px;
    color:#76ADA8;
    font-size:14px;
    font-weight:normal;
    border-bottom:2px solid #76ADA8;
}
.title:first-letter {
    font-size:16px;
    color:#689a95;
}
.title_small {
    position:relative;
    float:left;
    width:100%;
    max-width: 99.8%;
    margin:0px;
    padding:0px;
    margin-bottom:5px;
    color:#76ADA8;
    font-size:12px;
    font-weight:normal;
    border-bottom:2px solid #76ADA8;
}
.title_small:first-letter {
    font-size:14px;
    color:#689a95;
}
.title_small_nl {
    position:relative;
    float:left;
    width:100%;
    margin:0px;
    padding:0px;
    margin-bottom:5px;
    color:#76ADA8;
    font-size:12px;
}
.title_small_nl:first-letter {
    font-size:14px;
    color:#689a95;
}
.title_ultra_small {
    position:relative;
    float:left;
    width:100%;
    margin:0px;
    padding:0px;
    margin-bottom:5px;
    color:#76ADA8;
    font-size:10px;
    border-bottom:2px solid #76ADA8;
}
.title_ultra_small:first-letter {
    font-size:12px;
    color:#689a95;
}
.title_small_bold {
    position:relative;
    float:left;
    width:100%;
    margin:0px;
    padding:0px;
    margin-bottom:2px;
    color:#76ADA8;
    font-size:12px;
    font-weight:bold;
    text-align:center;
}
.normalbox {
    position:relative;
    float:left;
    width:98.4%;
    padding:5px;
    margin:0px;
    margin-top:7px;
    margin-bottom:15px;
    background-color:#ecedec;
    border:1px solid #dbdddb;
}
* html .normalbox {
    width:100%;
}
.flexbox {
    float:left;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -webkit-flex-flow:row;
    justify-content:space-around;
    -webkit-flexdirection:row;
    flex-direction:row;
    width:100%;
}
.startbox {
    float:left;
    width:340px;
    padding:5px;
    margin:0px;
    margin-top:7px;
    margin-bottom:15px;
    font-size:11px;
    text-align:justify;
    /*box-flex:1;
    -webkit-flex:1;
    -ms-flex: 1;
    flex:1;
    -webkit-flexdirection:row;
    flex-direction:row;*/
    background-color:#ecedec;
    border:1px solid #dbdddb;
}
* html .startbox{
    width:350px;
}
.startbox_right {
    float:right;
    width:340px;
    padding:5px;
    margin:0px;
    margin-top:7px;
    margin-left:25px;
    margin-bottom:15px;
    font-size:11px;
    text-align:left;
    /*box-flex:1;
    -webkit-flex:1;
    -ms-flex: 1;
    flex:1;
    -webkit-flexdirection:row;
    flex-direction:row;*/
    background-color:#ecedec;
    border:1px solid #dbdddb;
}
* html .startbox_right{
    width:350px;
}
.startbox_blank {
    position:relative;
    float:left;
    width:344px;
    height:200px;
    padding:5px;
    margin:0px;
    margin-top:7px;
    margin-bottom:15px;
    font-size:11px;
    text-align: justify;
}
* html .startbox_blank{
    width:354px;
    height:205px;
}
.startbox_blank_right {
    position:relative;
    float:right;
    width:344px;
    height:200px;
    padding:5px;
    margin:0px;
    margin-top:7px;
    margin-bottom:15px;
    font-size:11px;
    text-align: justify;
}
* html .startbox_blank{
    width:354px;
    height:205px;
}
.news_outerdiv {
    position:relative;
    float:left;
    width:100%;
}
.news_outerdiv_border {
    position:relative;
    float:left;
    width:100%;
    margin-bottom:5px;
    border-bottom:1px dashed #76ada8;
}
.newsicon {
    position:relative;
    float:left;
    width:48px;
    height:48px;
}
.newscat {
    position:relative;
    float:right;
    z-index:0;
}
.newstext {
    position:relative;
    float:left;
    height:48px;
    margin-left:5px;
    margin-bottom:5px;
}
.game_box {
    position:relative;
    float:left;
    width:335px;
    height:90px;
    margin-top:13px;
    border:1px solid #dbdddb;
    text-align: justify;
    padding:3px 8px 3px 8px;
}
.game_box:not(.master) {
    cursor: pointer;
}
* html .game_box {
    width:354px;
    height:205px;
}
.achievement_done_header,
.achievement_open_header {
    cursor: pointer;
}
.achievement_open .game_box {
    margin-right: 26px;
}
.achievement_open .game_box:nth-child(2n) {
    margin-right: 0;
}
.middle {
    position:relative;
    float:left;
    width:100%;
    text-align:center;
}
.left {
    position:relative;
    float:left;
    width:100%;
    text-align:left;
}
.right {
    position:relative;
    float:right;
    width:100%;
    text-align:right;
}
.normaldeck {
    position:relative;
    float:left;
    text-align:center;
    padding-top:20px;
    width: 400px;
    height: 445px;
    background-color:#ecedec;
}
.fancybox-content .normaldeck {
    background: none;
}
.cardset_innen {
    position: relative;
    float: left;
    top: 0px;
    left: 28px;
    width: 355px;
    padding-top:3px;
    padding-bottom:5px;
    text-align: left;
}
.one_card {
    position: relative;
    float: left;
    width: 114px;
    height: 66px;
}

.msg_navi {
    position:relative;
    float:left;
    width:100%;
    margin-top:7px;
    margin-bottom:15px;
}

.setdeck {
    position: relative;
    float: left;
    padding-top: 15px;
    padding-right: 5px;
}
* html .setdeck {
    position: relative;
    float: left;
    padding-top: 15px;
    padding-right: 0px;
}
.set_kommentar {
    position: relative;
    float: right;
    text-align: left;
    width: 300px;
    background-color:#ECEDEC;
    border:1px solid #DBDDDB;
}
.setall {
    position: relative;
    float: left;
    text-align: center;
    width: 360px;
    height:272px;
    margin-left: 90px;
    /*background-image:url(/images/deck/set_bg.png);*/
}
* html .setall {
    margin-left: 45px;
}
.set_top {
    position: relative;
    float: left;
    width:100%;
    left:-1px;
    height:10px;
    background-color:#ffffff;
    background-image:url(/images/deck/set_top.png);
    background-repeat:no-repeat;
    border:1px solid #ffffff;
    border-top:0px;
    border-bottom:0px;
    padding:0px;
    margin:0px;
}
.set_bottom {
    position: relative;
    float: left;
    width:100%;
    left:-1px;
    height:10px;
    background-color:#ffffff;
    background-image:url(/images/deck/set_bottom.png);
    background-repeat:no-repeat;
    border:1px solid #ffffff;
    border-top:0px;
    border-bottom:0px;
    padding:0px;
    margin:0px;
}
.setmaster {
    position: relative;
    float: left;
    text-align: center;
    /*padding-top: 10px;
    padding-bottom: 10px;*/
    width: 270px;
}
.selfcard {
    position:relative;
    float:left;
    width:114px;
    text-align:center;
}
.tradecard {
    position:relative;
    float:left;
    width:114px;
    text-align:center;
}
span.cardcs {
    padding: 2px;
    background-color: #DBDDDB;
    border: 1px solid #6C6C6C;
}
.cardcshop_normal {
    position: relative;
    float: left;
    width: 140px;
    height: 158px;
    padding: 1px;
    margin: 2px;
}
.cardcshop_extra_left {
    position: relative;
    float: left;
    width:355px;
    height:70px;
    text-align:center;
    padding-left:2px;
}
.cardcshop_extra_right {
    position: relative;
    float: right;
    width:355px;
    height:70px;
    text-align:center;
    padding-right:9px;
}
.cardcshop {
    position: relative;
    float: left;
    width: 96%;
    padding: 2%;
    left: 0px;
    text-align: center;
    /*border: 1px solid #6C6C6C;*/
}
* html .cardcshop {
    position:absolute;
    width: 96%;
    padding: 2%;
}
.cardcshop_wishlist {
    position: relative;
    float: left;
    width: 96%;
    height: 152px;
    padding: 2%;
    text-align: center;
    background-color:#ffe147;
    /*border: 1px solid #6C6C6C;*/
}
.cardcshop_keep {
    position: relative;
    float: left;
    width: 96%;
    height: 152px;
    padding: 2%;
    text-align: center;
    background-color:#8fd7e5;
    /*border: 1px solid #6C6C6C;*/
}
.cardcshop_collect {
    position: relative;
    float: left;
    width: 96%;
    height: 152px;
    padding: 2%;
    text-align: center;
    background-color:#e9c49e;
    /*border: 1px solid #6C6C6C;*/
}
.cardcshop2 {
    position: relative;
    float: left;
    width: 96%;
    height: 152px;
    padding: 2%;
    text-align: center;
    background-color: #DBDDDB;
    /*border: 1px solid #6C6C6C;*/
}
* html .cardcshop2 {
    position:absolute;
    width: 96%;
    height: 152px;
    padding: 2%;
}
.cardshop_button {
    position:relative;
    float:left;
    left:0px;
    width: 96%;
    padding: 2%;
    text-align: center;
}
* html .cardshop_button {
    position:absolute;
    float:left;
}
.discounted, .discounted a, .discounted a:hover, .discounted a b {
    color: #929b99;
    font-style: italic;
    text-decoration: line-through;
}
.discounted a:hover, .discounted a:hover b {
    text-decoration: underline;
}
#sortcards_autosort {
    color: #76ADA8;
    cursor: pointer;
}
#navigation_member {
    position:absolute;
    float: left;
}
* html #navigation_member {
    position: absolute;
    top:0;
    left:-100px;
    z-index:100;
}
#navigation_member .navigate_element {
    cursor: pointer;
}
#navigation_member_profile {
    position: relative;
    float: left;
    top:0;
    left:0;
    width:35px;
    text-align:center;
}
* html #navigation_member_profile {
    background-color:#ff0000;
}
#navigation_member_cards {
    position: relative;
    float: left;
    top:0px;
    left:0px;
    padding-left:32px;
    height:24px;
    width:688px;
    text-align:center;
}
* html #navigation_member_cards {
    margin-left:0px;
}
#content_member {
    position: relative;
    float: left;
    left:0px;
    margin-left:32px;
    margin-top:30px;
    width:700px;
}
* html #content_member {
}
#navigation_carddeck.single_carddeck {
    position:absolute;
    float: left;
}
* html #navigation_carddeck.single_carddeck {
    position: absolute;
    top:0px;
    left:-100px;
    z-index:100;
}
#navigation_cards {
    position: relative;
    float: left;
    top:0px;
    left:0px;
    height:22px;
    width:600px;
    padding-left:120px;
    text-align:center;
}
* html #navigation_cards {
    margin-left:0px;
}
#content_carddeck.single_carddeck {
    position: relative;
    float: left;
    left:0px;
    margin-left:0px;
    margin-top:0px;
    width:720px;
}
* html #content_carddeck.single_carddeck {
}

.stats {
    position:relative;
    float:left;
    width:50%;
}

.collectlist_info {
    position: relative;
    float: left;
    text-align:left;
    margin-top:20px;
    width:100%;
    margin-bottom:5px;
}
.collectlist_info_right {
    position: relative;
    float: right;
    text-align:left;
    margin-top:20px;
    width:100%;
    margin-bottom:5px;
}
.collectlist_list {
    position: relative;
    float: left;
    width:100%;
    margin-right:0px;
    margin-bottom:10px;
    overflow-y:auto;
}
.collectlist_list_right {
    position: relative;
    float: right;
    width:100%;
    margin-right:0px;
    margin-bottom:10px;
    overflow-y:auto;
}
td.collectlist_deckname {
    padding-right:5px;
    font-size:11px;
    vertical-align:middle;
    border-bottom:1px solid #676161;
}
td.collectlist_deckname_right {
    width:135px;
    padding-right:5px;
    font-size:11px;
    vertical-align:middle;
    border-bottom:1px solid #676161;
}
td.collect_list_numbers {
    font-size:10px;
    border-bottom:1px solid #676161;
}
span.collectlist_number {
    padding:1px;
    font-weight:bold;
    font-size:10px;
}

table.mascot {
    margin-bottom: 20px;
    border-collapse:collapse;
}
table.mascot td.mascot_image {
    width: 212px;
    padding-left:10px;
    border:0px;
}
table.mascot th {
    font-weight: bold;
    padding:5px;
    vertical-align:top;
    color: #FFFFFF;
    background-color: #76ADA8;
    border:1px solid #76ADA8;
}
table.mascot td {
    padding:5px;
    vertical-align:top;
    border:1px solid #76ADA8;
}

div.adventscalendar_background {
    position:relative;
    float:left;
    width:730px;
    height:439px;
    background-image:url(/images/adventcalendar_hg.png);
    background-position: center center;
    background-repeat:no-repeat;
    border:1px solid #76ADA8;
}
div.adventscalendar_door {
    position:absolute;
    font-family: 'Covered By Your Grace', Verdana,Tahoma;
    font-size:30px;
    text-align:center;
    /*color:#AB1E42;
    color:#50abde;
    color: #9fa392;
    color: #6b8d31;
    color: #BB0A33;
    color: #355866;
    color: #bcc9d1;*/
    color: #c6c8db;
    width:50px;
    height:45px;
    padding-top:5px;
    margin:5px;
    cursor:pointer;
    background-color:rgba(255,255,255,0.3);
    /*border:1px solid #730d12;
    text-shadow:  1px  1px 1px #470004,
                  1px -1px 1px #470004,
                 -1px  1px 1px #470004,
                 -1px -1px 1px #470004;
    border:1px solid #104863;
    text-shadow:  1px  1px 1px #104863,
                  1px -1px 1px #104863,
                 -1px  1px 1px #104863,
                 -1px -1px 1px #104863;
    border:1px solid #323329;
    text-shadow:  1px  1px 1px #323329,
                  1px -1px 1px #323329,
                 -1px  1px 1px #323329,
                 -1px -1px 1px #323329;
    border:1px solid #1d1b07;
    text-shadow:  1px  1px 1px #1d1b07,
    1px -1px 1px #1d1b07,
    -1px  1px 1px #1d1b07,
    -1px -1px 1px #1d1b07;
    border:1px solid #1d1b07;
    text-shadow:  1px  1px 1px #bcc9d1,
    1px -1px 1px #bcc9d1,
    -1px  1px 1px #bcc9d1,
    -1px -1px 1px #bcc9d1;
    text-shadow:  1px  1px 1px #355866,
    1px -1px 1px #355866,
    -1px  1px 1px #355866,
    -1px -1px 1px #355866;*/
    text-shadow:  1px  1px 1px #27301e,
    1px -1px 1px #27301e,
    -1px  1px 1px #27301e,
    -1px -1px 1px #27301e;
}
div.adventscalendar_door_grey {
    position:absolute;
    font-family: 'Covered By Your Grace', Verdana,Tahoma;
    font-size:30px;
    text-align:center;
    color:#868686;
    width:50px;
    height:45px;
    padding-top:5px;
    margin:5px;
    cursor:pointer;
    background-color:#868686;
    opacity: 0.6;       /* modern browser */
    -moz-opacity: 0.6;  /* older Mozilla browser */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; /* IE8 in Standard Compliant Mode */
    /*filter:alpha(opacity=60); /* IE5.x -7.0 */
    border:1px solid #868686;
    text-shadow:  1px  1px 1px #302f2f,
    1px -1px 1px #302f2f,
    -1px  1px 1px #302f2f,
    -1px -1px 1px #302f2f;
}
div#adventscalendar_present {
    position:relative;
    float:left;
    width:722px;
    margin-bottom:10px;
    border:1px solid #c93;
    background-color:#ffc;
    padding:3px;
    color:#c93;
    text-align:center;
    display:none;
}
* html div#adventscalendar_present {
    width:718px;
}

div.requirementscontent {
    position:relative;
    float:left;
    width:100%;
}
.requirements {
    position:relative;
    cursor: pointer;
}
.requirements b {
    color: #64938f;
}
div.requirementscontentinner {
    position:relative;
    float:left;
    width:100%;
    text-align:justify;
    padding-bottom:10px;
    margin-top:5px;
}

/* Custom Layout CSS End */

/* Login Start */
.messagebox{
    position:absolute;
    width:100px;
    height:14px;
    top: 67px;
    left: 65px;
    border:1px solid #c93;
    background-color:#ffc;
    padding:3px;
}
.messageboxok{
    position:absolute;
    width:100px;
    height:14px;
    top: 67px;
    left: 65px;
    border:1px solid #349534;
    background-color:#C9FFCA;
    padding:3px;
    font-weight:bold;
    color:#008000;
}
.messageboxerror{
    position:absolute;
    width:100px;
    height:26px;
    top: 67px;
    left: 65px;
    border:1px solid #CC0000;
    background-color:#F7CBCA;
    padding:3px;
    font-weight:bold;
    color:#CC0000;
}
.messagebox.full{
    display:block;
    position:relative;
    top:0px;
    left:1px;
    width:95.5%;
    height:auto;
}
.bt_login{
    padding:0px;
    width:100%;
    height: 25px;
}
.bt_login:hover{
    padding:0px;
    width:100%;
    height: 25px;
}
/* Login End */

/* Jquery MSG / Error Box Start */
.jmessagebox{
    width:200px;
    height:14px;
    top: 82px;
    left: 65px;
    border:1px solid #c93;
    background-color:#ffc;
    padding:3px;
}
.jmessageboxok{
    width:200px;
    height:14px;
    border:1px solid #349534;
    background-color:#C9FFCA;
    padding:3px;
    font-weight:bold;
    color:#008000;
}
.jmessageboxerror{
    width:200px;
    height:14px;
    border:1px solid #CC0000;
    background-color:#F7CBCA;
    padding:3px;
    font-weight:bold;
    color:#CC0000;
}
/* Jquery MSG / Error Box End */

/* Hinweis Div Start */
.kizna_box{
    position:relative;
    float:left;
    width:722px;
    margin-top:10px;
    border:1px solid #6d3187;
    background-color:#b691c7;
    padding:3px;
    padding-top:10px;
    font-weight:bold;
    color:#492457;
}
* html .kizna_box {
    width:718px;
}
.kizna_box a:link, .kizna_box a:visited {
    color:#DFDCDE;
}
.kizna_box a:hover {
    color:#CFC9C8;
}
.kizna_box_text {
    position:relative;
    float:left;
    padding-top:30px;
    padding-right:10px;
}
img.kizna_box_img {
    padding-left:8px;
}

.error{
    position:relative;
    float:left;
    width:722px;
    margin-top:10px;
    border:1px solid #CC0000;
    background-color:#F7CBCA;
    padding:3px;
    font-weight:bold;
    color:#CC0000;
}
* html .error {
    width:718px;
}
.success{
    position:relative;
    float:left;
    width:722px;
    margin-top:10px;
    border:1px solid #349534;
    background-color:#C9FFCA;
    padding:3px;
    font-weight:bold;
    color:#008000;
}
* html .success {
    width:718px;
}
.info_msg {
    position:relative;
    float:left;
    width:722px;
    margin-top:10px;
    border:1px solid #76ADA8;
    background-color:#8FBCB8;
    padding:3px;
    font-weight:bold;
    color:#E1EBEF;
}
* html .info_msg {
    width:718px;
}
.error_slider{
    position:relative;
    float:left;
    width:722px;
    margin-top:10px;
    margin-bottom:10px;
    border:1px solid #CC0000;
    background-color:#F7CBCA;
    padding:3px;
    font-weight:bold;
    color:#CC0000;
}
* html .error_slider {
    width:718px;
}
.warning_slider {
    position:relative;
    float:left;
    width:722px;
    margin-top:10px;
    margin-bottom:10px;
    border:1px solid #c93;
    background-color:#ffc;
    padding:3px;
    font-weight:bold;
    color:#c93;
}
* html .warning_slider {
    width:718px;
}
.ok_slider{
    position:relative;
    float:left;
    width:722px;
    margin-top:10px;
    margin-bottom:10px;
    border:1px solid #349534;
    background-color:#C9FFCA;
    padding:3px;
    font-weight:bold;
    color:#008000;
}
* html .ok_slider {
    width:718px;
}
.text_slider {
    position:absolute;
    left:60px;
    top:20px;
    width:620px;
    text-align: justify;
}
.text_slider_notification {
    position:absolute;
    left:60px;
    top:20px;
    width:620px;
    text-align: justify;
}
.btn-slider {
    position:absolute;
    right: 10px;
    top:10px;
}
.btn-slider1 {
    position:absolute;
    right: 10px;
    top:10px;
}
.btn-slider_notification {
    position:absolute;
    right: 10px;
    top:10px;
}

.paginate-top, .paginate-bottom {
    position:relative;
    float:left;
    width:100%;
    margin:0px;
}
#paginate-top {
    position:relative;
    float:left;
    width:100%;
    margin:0px;
}
#paginate-bottom {
    position:relative;
    float:left;
    width:100%;
    margin:0px;
}

#updatebox {
    position:relative;
    float:left;
    width:170px;
    background: #fff;
    border: 1px solid #d0ccc9;
    text-align: left;
    margin-top:5px;
    margin-bottom:5px;
    padding: 5px;
    padding-bottom:0px;
    font-size: 11px;
    overflow:hidden;
    display:block;
}
#updatebox span.date {
    font-size: 9px;
    color: #aeaeae;
    padding-bottom:5px;
    display:block;
}

.wishlist_like_button, .wishlist_like_button:hover {
    position:relative;
    float:right;
    font-weight:bold;
    color:#676161;
    width:100px;
    height:30px;
    padding-left:40px;
    padding-right:10px;
    background-color:#ECEDEC;
    background-image:url(/images/wishlist_like.png);
    background-position:5px 2px;
    background-repeat:no-repeat;
    border:1px solid #DBDDDB;
}
.wishlist_dislike_button, .wishlist_dislike_button:hover {
    position:relative;
    float:left;
    font-weight:bold;
    color:#676161;
    width:140px;
    height:30px;
    padding-left:40px;
    padding-right:10px;
    background-color:#ECEDEC;
    background-image:url(/images/wishlist_dislike.png);
    background-position:5px 3px;
    background-repeat:no-repeat;
    border:1px solid #DBDDDB;
}

/* Hinweis Div End */

/* Live Search Div */

#searchresultshadow, .searchresultshadow {
    background-color:#FFFFFF;
    border:1px solid #999999;
    margin-top:2px;
    padding:0 8px;
    position:absolute;
    text-align:left;
    min-width:250px;
    z-index:2;
    cursor: pointer;
}
#searchcontrols, .searchcontrols {
    background-color:#FBFBFB;
    border-bottom:1px dotted #E3E3E3;
    color:#666666;
    font-size:9px;
    margin:0 -8px;
    padding:3px 8px;
    z-index:2;
}

/* Live Search Div End */

/* Spiele Start */
p.backtogames {
    position:relative;
    float:left;
    width:100%;
    padding-top:5px;
    border-top:1px dashed #DBDDDB;
}
img.gameicon {
    width:48px;
    height:48px;
}
/* H�tchenspiel */
.becher {
    width:30px;
    height:30px;
    background-image:url(/images/game/huetchen/becher_1.gif);
}
.becher:hover {
    width:30px;
    height:30px;
    background-image:url(/images/game/huetchen/becher_2.gif);
}
/* Bandit */
.d1 {
    position:relative;
    float:left;
    width:27px;
    height:34px;
    margin:5px;
    top:-15px;
    background-image:url(/images/game/bandit/1.png);
    border:1px solid;
}
.d2 {
    position:relative;
    float:left;
    width:27px;
    height:34px;
    margin:5px;
    top:-15px;
    background-image:url(/images/game/bandit/2.png);
    border:1px solid;
}
.d3 {
    position:relative;
    float:left;
    width:27px;
    height:34px;
    margin:5px;
    top:-15px;
    background-image:url(/images/game/bandit/3.png);
    border:1px solid;
}
.steckfeld {
    border: 1px solid #DBDDDB;
    height: 20px;
    margin: 1px;
    width: 20px;
}

.losung {
    border: 1px solid #DBDDDB;
    color: #DBDDDB;
    height: 20px;
    margin: 1px;
    width: 20px;
}
.explosive_color_box,
.explosive_fruit_box {
    float:left;
    width:500px;
    padding-left:115px;
    padding-right:115px;
    padding-bottom:10px;
    text-align:center;
}
.explosive_fruit_box {
    width: 550px;
    padding-left: 90px;
    padding-right: 90px;
}
.explosive_color_box_single,
.explosive_fruit_box_single {
    float:left;
    width:50px;
    height:60px;
}
.explosive_fruit_box_single {
    width:55px;
}
.explosive_color_box_single img
.explosive_fruit_box_single img {
    padding-bottom:10px;
}
.explosive_fruit_box_single img {
    padding: 5px;
}
img.lucky_book, img.lucky_card, img.lucky_color, img.lucky_food, img.lucky_music, img.lucky_thing, img.ssp, div.huetchen, img.choose_your_card, img.choose_your_team, img.explosive_color, img.explosive_fruit {
    border:2px solid #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 10px 1px #c8cac8;
    box-shadow: 1px 1px 10px 1px #c8cac8;
}

/* Lost Member */
.cardlm {
    position: relative;
    float: left;
    padding: 2px;
    padding-top: 3px;
    text-align: center;
}
.cardlm_wishlist {
    position: relative;
    float: left;
    padding: 2px;
    padding-top: 3px;
    text-align: center;
    background-color:#ffe147;
}
.cardlm_keep {
    position: relative;
    float: left;
    padding: 2px;
    padding-top: 3px;
    text-align: center;
    background-color:#8fd7e5;
}
.cardlm_collect {
    position: relative;
    float: left;
    padding: 2px;
    padding-top: 3px;
    text-align: center;
    background-color:#e9c49e;
}
.cardlm_yet {
    position: relative;
    float: left;
    padding: 2px;
    padding-top: 3px;
    text-align: center;
    opacity: 0.45;
    -moz-opacity: 0.45;
    filter:alpha(opacity=45);
}

/* Puzzle */
#puzzle-container {
    position: relative;
}
canvas {
    position: relative;
}
.sourcescontent {
    cursor:pointer;
}
.sourcescontentinner {
    display:none;
}
.sourcescontentinner ol li {
    position: relative;
    float: left;
    width: 49%;
}

/* Fehlersuche */
#troubleshooting_kizna {
    position:relative;
    float:left;
}
.troubleshooting_click {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    font-weight: bold;
    font-size: 15px;
    padding: 1px;
    color: #6CBDB5;
    text-shadow: 0 2px 3px #1A1F1E;
}

#game_high_or_low table tr > td {
    width: 120px;
    vertical-align: top;
}
#game_high_or_low table tr > td b {
    display: block;
    padding-bottom: 5px;
}

/* Spiele End */

/* Home Screenshots Start */
#lightbox {
    position:fixed; /* keeps the lightbox window in the current viewport */
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:url(/images/overlay.png) repeat;
    text-align:center;
    overflow: hidden;
    overflow-y: auto;
}
#lightbox p {
    float:right;
    text-align:right;
    color:#fff;
    margin-right:20px;
    font-size:12px;
}
#lightbox img {
    box-shadow:0 0 25px #111;
    -webkit-box-shadow:0 0 25px #111;
    -moz-box-shadow:0 0 25px #111;
    max-width:768px;
}
/* Home Screenshots End */


.pb5 {
    padding-bottom:5px;
}
.pb10 {
    padding-bottom:10px;
}


.muralframe {
    position: relative;
    float: left;
    width: 100%;
    height: 350px;
    padding-bottom: 32px;
    overflow-x: scroll;
    overflow-y: hidden;
}
.muralframe .mural {
    width: 100%;
    border-collapse: collapse;
}
.muralframe .mural td {
    padding: 0;
}
.muralframe .mural img {
    position: relative;
    float: left;
    max-width: inherit !important;
}


/* Trade Inbox */
span.tamember {
    float: right;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    width: 15px;
    height: 15px;
    cursor: pointer;
    padding: 2px;
    margin-bottom: 2px;
    color: #ffffff;
    background-color: #76ada8;
}
span.taacceptall {
    float: right;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    width: auto;
    height: 15px;
    cursor: pointer;
    padding: 2px;
    margin-left: 10px;
    margin-bottom: 2px;
}
span.tamember.hide {
    display: none;
}
.tamemberbox {
    display: none;
}


/* Other */
span.right {
    float: right;
    width: auto;
}
a.small-grey {
    font-size: 9px;
    color: #aaa;
    border: 0px;
}

.fanarts {
    margin-bottom: 30px;
}
.fanarts a {
    position: relative;
    float: left;
    width: 100px;
    height: 100px;
    overflow: hidden;
    border: 1px solid;
    margin-right: 2.5px;
    margin-bottom: 2.5px;
}
#container .fanarts img {
    display: block;
    max-width: 200%;
    max-height: 200%;
    text-align: center;
}

#content_lightbox {
    position: relative;
    height: 100%;
    width: 100%;
}
#content_lightbox img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}
body.activeLightbox {
    overflow: hidden;
}

.member-profile-card {
    position: relative;
    float: left;
    width: 114px;
    height: 66px;
    margin: 1px;
    background-repeat: no-repeat;
}
.show-counter::after {
    content: attr(data-count);
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 4px 5px;
    font-size: 60%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: rgba(248, 249, 250, 0.8);
    color: #676161;
    border: 1px solid #4e555b;
    border-radius: 50%;
}