/* Cookie Consent */
html {
    font-size: 16px;
}

@media (max-width:420px) {
    html {
        font-size: 13px;
    }
}
/* Cookie Consent end */

.fg1{
    z-index:200;
    position: relative;
}

.fg2{
    z-index:199;
    position: relative;
}

.startoverlay{
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    animation: startoverlay-anim 0.3s forwards;
    animation-delay: 0.6s;
    pointer-events: none;
    opacity: 1;
    z-index: 900;
}

@keyframes startoverlay-anim {
    from {
        opacity: 1;
    }
    to { 
        opacity: 0;
    }
}

/**
 * Minified by jsDelivr using clean-css v4.2.0.
 * Original file: /npm/slick-carousel@1.8.1/slick/slick.css
 */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after, .slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}


.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .9
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0!important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
    max-width: 500px;
    color: #fff;
    padding: 16px
}

.mfp-content h1 {
    font-size: 30px;
}


.mfp-content h2,
.mfp-content h3
 {
    margin-top: 1em;
}

.mfp-content a {
    color: #ffc21a;
    word-wrap: break-word;
    word-break: break-all;
    overflow-wrap: break-word;
}

.mfp-content ul,.mfp-content ol {
	margin-left: 20px;
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none!important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-arrow, button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:focus, .mfp-close:hover {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #fff
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus, .mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow:after, .mfp-arrow:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape), screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.container.world {
    width: 100% !important;
    min-width: 0 !important;
}

#layer_world ul {
    padding-left: 0;
}

.scrollable {
    overflow: visible !important;
}

#button_info .big, #button_info p, #content .box .headline, #content .element .headline, #flash_obj #char_button a, .border .headline, .overlays .headline {
    text-shadow: 2px 2px 0 #000, 0 2px 0 #000, -2px 2px 0 #000, -2px 0 0 #000, -2px -2px 0 #000, 0 -2px 0 #000, 2px -2px 0 #000, 2px 0 0 #000
}

.featuresbox, .game_description {
    height: auto!important
}

.fb-like iframe {
    max-width: inherit
}

#trailer_box .play_button {
    width: 60px;
    height: 60px;
    top: 63px;
    left: 118px
}

embed, iframe, object, video {
    max-width: 100%
}

.overlays .text_flag {
    margin: 0;
    position: absolute;
    width: 500px
}

.overlays .headline {
    font-size: 34px
}
/*
body {
    background: #265472 url(../img/overlay/background.jpg) no-repeat center top;
}
 */
body {
    background-color:  #000;
}
.trailer {
    height: 176px !important;
    width: 292px !important;
    margin-top: 8px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

*, a {
    -webkit-font-smoothing: antialiased;
    font-style: normal
}

a, a:visited {
    color: #FFF
}

.invisible {
    display: none!important
}

.lang_dropdown:hover {
    background-position: -2px -204px
}

#overlay_wrapper {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 150;
    background: url(../img/overlay/layer_bg.png);
}

.scroll_lock {
    overflow: hidden;
    height: 100%
}

#button_info {
    position: absolute;
    background: url(../img/overlay/page_button.png) top left no-repeat;
    width: 240px;
    height: 226px;
    top: -30px;
    left: -50px;
    display: table;
    z-index: 1
}

div.verti_container {
    width: 240px;
    height: 236px;
    display: table;
    overflow: hidden
}

div.cell {
    font-size: 39px;
    display: table-cell;
    vertical-align: middle;
    margin: 0 auto;
    text-align: center;
    width: 240px
}

.text_flag {
    margin: -30px 0 0 -5px
}

#stoerer_1col {
    display: none
}

#button_info p {
    font-size: 27px;
    line-height: .9em
}

#button_info .big {
    color: #f59600;
    font-size: 42px
}

#flash_obj {
    position: relative;
    width: 640px;
    height: 500px;
    margin: 90px auto 0;
    z-index: 0;
    text-align: center
}

.flash_container {
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -410px;
    height: 500px;
    width: 850px;
    z-index: -1
}

#flash_obj #char_button {
    margin: 415px 0 0;
    display: inline-block;
    height: 100px;
    position: relative;
    cursor: pointer
}

#flash_obj #char_button a {
    font-size: 39px;
    display: block;
    line-height: 92px;
    text-decoration: none;
    letter-spacing: -1px;
    color: #fff3d6;
    padding: 0 10px;
    margin: 0 0 0 -40px
}

.parallax_wrapper {
    position: fixed;
    overflow: hidden;
    z-index: -1;
    width: 100%
}

.parallax_pic {
    width: 19%
}

#parallax_sword {
    left: 0;
    bottom: 0
}

#parallax_shield img, #parallax_sword img {
    left: 0;
    top: 0
}

#parallax_shield {
    bottom: 0;
    right: 0;
    text-align: right
}

#header {
    left: 50%;
    position: absolute
}

#header {
    background-color: transparent;
    height: 131px;
    margin: 0 0 0 -480px;
    top: 0;
    width: 960px;
    z-index: 999;
}

#header .arrow, #login {
    z-index: 10;
    cursor: pointer
}


#login a {
    font-size: 19px;
    color: #fff;
    text-decoration: none;
    line-height: 52px
}

#header #language {
    height: 47px;
    position: relative;
    top: 16px;
    left: 0
}

#header .arrow {
    left: 168px;
    position: absolute;
    top: 19px;
}

#header #language div.inside {
    font-weight: 400;
    font-size: 14px;
    cursor: pointer;
    height: 55px;
    line-height: 48px;
    overflow: hidden
}

#language_1cols, #language_2cols {
    top: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    cursor: pointer
}


#header #language a {
    color: #fff;
    display: inline-block;
    line-height: 54px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
    padding-left: 7px;
}


.sprite_content {
    overflow: hidden;
    background-repeat: no-repeat;
    background-image: url(../img/overlay/sprites/paper_bg_3column.png);
    width: 960px;
    height: 46px;
    margin: 0 auto
}

.before_content {
    background-position: -2px -2px;
    z-index: 102;
    position: relative;
}

.after_content {
    background-position: -2px -51px;
}

#content .inside {
    margin: -50px 0 0;
    display: inline-block
}

#content .box {
    cursor: pointer
}

#content .box, #content .element {
    position: relative;
    float: left;
    width: 300px;
    height: 169px;
    margin: 74px 0 0 10px
}

#content .box div {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 190px
}

.fb-page {
    width: 288px;
    height: 170px;
    border: 0;
    margin: 29px 0 0 5px;
}

#facebook_box .box_bg, .fb-like {
    width: 290px!important;
    margin: 8px 0 0 9px
}

#content .box .box_bg {
    z-index: 0
}

#facebook_box .box_bg {
    background: url(../img/overlay/fb_background.png) no-repeat;
    height: 180px!important
}

.fb-like {
    padding: 75px 0 0;
    text-align: center;
    height: 105px!important;
    z-index: 101
}

#content #facebook_box {
    cursor: default!important
}

#content .box .border {
    background: url(../img/overlay/contentbox.png) top left no-repeat;
    z-index: 100;
    pointer-events: none
}

#content .box .headline, #content .element .headline, .border .headline {
    font-size: 23px;
    margin: -5px 0 0
}

#content .element .features {
    margin: -5px 0 0 -9px
}

#content .element .features span span {
    font-size: 23px;
    margin: 0 0 0 -72px
}

#content .element .features .inside {
    margin: 0 0 0 3px
}

#content .element ul {
    margin: 13px 0 0
}

#content .cut_line {
    position: relative;
    background: url(../img/overlay/cut_line.png) top left no-repeat;
    height: 5px;
    width: 457px
}

#content .cut_line_small {
    background: url(../img/overlay/cut_line_small.png) left top no-repeat;
    height: 3px;
    left: 20px;
    position: relative;
    top: 303px;
    width: 312px
}

#content .ele_first {
    clear: left
}

.mobile #content .ele_first {
    margin-top: 30px!important
}

#content .element {
    position: relative;
    float: left;
    width: 300px;
    margin: 40px 0 0 10px;
    font-size: 18px
}

#content_footer, #social_networks {
    text-align: center;
    margin: -1px 0 0
}

#social_networks {
    margin: -5px 0 0
}

#content .game_description {
    max-width: 610px;
    width: auto;
    height: auto;
    line-height: 1.2em
}

#content .game_description p {
    padding: 4px 5px;
    font-size: 20px
}

#content .game_description p.first {
    padding: 15px 5px 4px;
    line-height: 1.3em;
    font-size: 20px
}

#content .element .headline {
    font-size: 30px;
    height: 43px;
    position: relative;
    z-index: 1
}

#content .box .icon-lupe, #content .box .icon-play {
    background: url("../img/overlay/icon_lupe.png") no-repeat scroll 0 0;
    height: 90px;
    left: 106px;
    position: absolute;
    top: 56px;
    width: 83px;
}

#content .box .icon-play {
    background: url("../img/overlay/icon_play.png") no-repeat scroll 0 0;
    z-index: 2;
}

#content .no_headline p {
    padding-top: 34px
}

#content .list ul li {
    background: url(../img/overlay/sword.png) 0 10px no-repeat;
    padding: 0 0 0 30px;
    width: 270px;
    font-size: 19px;
    line-height: 35px
}

#content .element li, #content .element p {
    color: #fff
}

#content .element p .dropped {
    float: left;
    font-size: 3em;
    font-weight: 400;
    height: 31px;
    line-height: .55;
    padding: 7px 1px 0 0;
    width: auto
}

#content .element .date {
    position: absolute;
    bottom: -10px;
    color: #999;
    font-size: 10px;
    font-weight: 400
}

.content_footer_sprite {
    display: block;
    float: left;
    overflow: hidden;
    background-repeat: no-repeat;
    background-image: url(../img/overlay/sprites/navi_footer.png);
    width: 24px;
    height: 60px
}

.before_content_footer {
    background-position: -43px -2px
}

.after_content_footer {
    background-position: -2px -2px
}

#content_footer {
    display: block;
    position: relative
}

#social_networks .inside, .social_sprite {
    display: inline-block
}

#content_footer .inside {
    display: inline-block;
    zoom: 1
}

#content_footer .content {
    background: url(../img/overlay/sprites/navi_footer_center.png) top left;
    float: left;
    overflow: hidden;
    height: 60px;
    color: #000;
    line-height: 55px
}

#content_footer a:hover {
    color: #f7ba1b;
}

#content_footer a {
    color: #5d93c0;
    font-size: 16px;
    padding-right: 10px;
    text-decoration: none
}

#layer_world .button p a, .overlays .button span a, .overlays .footer span a, .button .center_btn {
    text-decoration: none;
    color: #fff;
    text-shadow: 2px 2px 0 #000, 0 2px 0 #000, -2px 2px 0 #000, -2px 0 0 #000, -2px -2px 0 #000, 0 -2px 0 #000, 2px -2px 0 #000, 2px 0 0 #000;
}

#social_networks {
    clear: both
}

.social_sprite {
    overflow: hidden;
    background-repeat: no-repeat;
    background-image: url(../img/overlay/sprites/social.png);
    width: 57px;
    height: 88px
}

#body_layers {
    background: 0 0
}

.overlays {
    left: 50%;
    top: 50px;
    z-index: 1000;
    display: none;
    position: absolute;
    width: 877px;
}

#layer_world {
    top: 50% !important;
    position: fixed;
    transform: translate(-50%, -50%);
}

.clear {
    clear: both;
    height: 0;
}

.overlays .headline {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.overlays .headline p {
    font-size: 34px;
    text-shadow: 2px 2px 0 #000, 0 2px 0 #000, -2px 2px 0 #000, -2px 0 0 #000, -2px -2px 0 #000, 0 -2px 0 #000, 2px -2px 0 #000, 2px 0 0 #000
}

div.overlays .description {
    max-width: 560px
}

div.overlays div.inside {
    max-width: 100%;
    max-height: none;
    text-align: center
}

div.overlays div.inside div {
    text-align: left
}

.overlays .footer, overlays .button {
    text-align: center
}

div.overlays div.container {
    padding: 0 0 0 0;
}

div.layer_text div.container {
    box-sizing: border-box;
    padding: 55px 20px 0 25px;
    width: 600px;
}

div.overlays .button {
    margin: 20px 0 0;
    display: inline-block;
    zoom: 1
}

div.overlays .world .button {
    bottom: -51px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 1;
}

div.overlays.max-viewport .button {
    margin: -28px 0 0;
    position: relative;
    z-index: 200;
}

#layer_trailer .button {
    margin: 28px 0 -44px;
    z-index: 100;
    position: relative;
}

#layer_trailer .footer {
    bottom: -20px;
    position: absolute;
}

#char_button .inside, #language .inside, #login .inside, .overlays .button .inside, .overlays .footer .inside {
    display: inline-block;
    zoom: 1;
    cursor: pointer
}

#char_button span.sprite, #content .element .features span.sprite, #language span.sprite, #login span.sprite, .overlays span.sprite {
    display: block;
    overflow: hidden;
    background-repeat: no-repeat;
    float: left
}

#char_button span.sprite {
    width: 76px;
    height: 100px;
    background-image: url(../img/overlay/sprites/gelber_button_gross.png)
}

#content .element .features span.sprite {
    background-image: url(../img/overlay/sprites/features_flag.png);
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor
}

.overlays .button span.sprite {
    background-image: url(../img/overlay/sprites/gelber_button_klein.png);
    width: 55px;
    height: 90px
}

#login .inside:hover span.before_btn {
    background-position: -108px -2px;
}

#login .inside:hover span.after_btn {
    background-position: -2px -2px;
}

#login .inside:hover span.center_btn {
    background-position: 0 -62px;
}

#header #language span.sprite, #login span.sprite {
    background-image: url(../img/overlay/sprites/button_header.png);
    width: 51px;
    height: 55px
}

#header #language span.sprite {
    background-image: none !important;
}

#char_button .center_btn, #content .element .features .center_btn, #header #language .center_btn, #login .center_btn, .overlays .center_btn {
    display: block;
    float: left
}

#language .center_btn, #login .center_btn {
    background: url(../img/overlay/sprites/button_header_center.png) top left;
    height: 55px
}

#akt_lang:hover .center_btn {
    width: 102px;
    overflow: hidden;
    background: url(../img/overlay/sprites/button_header_center.png) repeat-x 0 -64px !important;
}

#language .center_btn {
    width: 102px;
    overflow: hidden;
    background: url(../img/overlay/sprites/button_header_center.png) repeat-x 0 -2px !important;
}

#content .element .features .center_btn {
    background: url(../img/overlay/sprites/features_flag_center.png) 0 1px;
    height: 48px;
    line-height: 42px;
    padding: 0 10px 0 5px
}

#language .center_btn span.flag_sprite {
    margin: 20px 0 0 -19px;
}

#char_button .center_btn {
    background: url(../img/overlay/sprites/gelber_button_gross_center_out.png) top left;
    font-size: 35px;
    height: 100px
}

.overlays .footer .center_btn {
    background: url(../img/overlay/sprites/layer_button_center_out.png) top left;
    font-size: 35px;
    height: 65px
}

.overlays .button .center_btn {
    background: url(../img/overlay/sprites/gelber_button_klein_center_out.png) top left;
    font-size: 35px;
    height: 90px;
    line-height: 75px;
    text-transform: uppercase;
}

#char_button span.before_btn {
    background-position: -547px -2px
}

.features span.before_btn {
    width: 90px;
    height: 48px;
    background-position: -2px -2px;
    z-index: 0
}

#header #language span.before_btn, #login span.before_btn {
    background-position: -161px -2px
}

.overlays .footer span.before_btn {
    background-position: -69px -2px
}

.overlays .button span.before_btn {
    background-position: -2px -522px;
    width: 55px
}

#header #language span.after_btn, #login span.after_btn {
    background-position: -55px -2px
}

#char_button span.after_btn {
    background-position: -236px -3px
}

.features span.after_btn {
    width: 26px;
    height: 48px;
    background-position: -95px -2px
}

.overlays .footer span.after_btn {
    background-position: -2px -2px
}

.overlays .button span.after_btn {
    background-position: -2px -127px;
}

.overlays .button span a, .overlays .footer span a {
    font-size: 34px;
    padding: 0 5px
}

.overlays .footer span a {
    line-height: 57px
}

.overlays .button span a {
    line-height: 70px;
    margin: 2px 0 0 0;
}

.overlays .close_button {
    background: url("../img/close.png") no-repeat scroll 0 0;
    background-size: contain;
    cursor: pointer;
    height: 55px;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 53px;
}

.overlays .close_button::after {
    content: " ";
    background: url("../img/close_hover.png") no-repeat scroll 0 0;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition-duration: 0.4s;
    transition-property: opacity;
    opacity: 0;
}

.ua-desktop .overlays .close_button:hover::after {
    opacity: 1;
}

#akt_lang:hover {
    background-position: -2px -2px;
}

#akt_lang {
    background: url("../img/overlay/sprites/dropdown-sprite.png") no-repeat scroll;
    background-position: -2px -59px;
    width: 215px;
}

#language #akt_lang .center_btn {
    background: none !important;
}

#layer_world .description {
    height: 30px
}

#layer_world .description p {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2em
}

#layer_world .chooser {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
}

#layer_world .choose_lang {
    margin: 0;
    float: left
}

#layer_world .choose_lang .arrow {
    left: 172px;
    position: absolute;
    top: 17px;
}

#layer_world .choose_world {
    display: block !important;
    float: left;
}

#layer_world .choose_world .arrow {
    left: 171px;
    position: absolute;
    top: 22px;
}

#new_flag_top {
    left: 12px;
    margin: 10px 0 0;
    position: relative;
    top: -16px;
}

#layer_screenshot .container, #layer_speedserver .container {
    box-sizing: border-box;
    display: table;
    height: 100%;
    padding: 47px 20px 60px 25px;
    width: 100%;
    min-width: 0;
}

#layer_screenshot .inside, #layer_speedserver .inside {
    max-height: none;
    text-align: left;
    display: table;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}

#layer_screenshot .inside img, #layer_speedserver .inside img {
    height: 100% !important;
    position: absolute;
    width: 100% !important;
}

.ua-ie #layer_screenshot .inside img, .ua-ie #layer_speedserver .inside img {
    height: auto !important;
    position: absolute;
    width: auto !important;
    max-width: 100%;
}

#layer_screenshot .description h1 {
    font-size: 24px;
    line-height: 1.5em
}

#layer_screenshot .description {
    padding: 0 40px 0 0
}

#layer_screenshot .description p {
    font-size: 18px
}

#layer_screenshot .prev {
    background: url("../img/overlay/invis.png") repeat scroll 0 0;
    cursor: pointer;
    height: 100% !important;
    left: 40px;
    top: 40px;
    width: 30% !important;
    padding: 30px 0 86px;
    box-sizing: border-box;
}

#layer_screenshot .next .arrowbutton, #layer_screenshot .prev .arrowbutton {
    cursor: pointer;
    position: absolute;
    display: none;
    height: 66px;
    width: 69px!important
}

#layer_screenshot .prev .arrowbutton {
    background: url("../img/overlay/layer_buttons.png") no-repeat scroll -5px -1px;
    left: 0;
    margin: -74px 0 0 10px;
    top: 50%;
}

#layer_screenshot .next .arrowbutton {
    background: url(../img/overlay/layer_buttons.png) -76px -1px no-repeat;
    margin: -74px 10px 0 0;
    right: 35px;
    top: 50%;
}

#layer_screenshot .next {
    background: url(../img/overlay/invis.png);
    height: 100%!important;
    width: 70%!important;
    top: 40px;
    left: 30%;
    cursor: pointer;
    padding: 30px 0 86px;
    box-sizing: border-box;
}

#layer_screenshot .next, #layer_screenshot .prev {
    position: absolute;
    width: 56px;
    height: 50px
}

#layer_trailer .play {
    position: absolute;
    background: url(../img/overlay/play.png) no-repeat;
    top: 165px;
    left: 270px;
    width: 92px;
    height: 91px;
    display: none
}

.overlays .inside {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2em;
    line-height: 1.6em;
    padding: 0
}

.after_layer {
    background-position: -2px -2px;
    height: 47px;
    margin: -10px 0 0;
    position: absolute;
    width: 640px;
    z-index: -100
}

.before_layer {
    height: 42px;
    background-position: -2px -51px
}

/* LAYER TABLE */

.overlays .header {
    display: table;
    height: 15px;
    width: 100%;
    background: url(../img/login_top.png) no-repeat;
}

.overlays .main {
    height: 100%;
    display: table;
    width: 100%;
    background: url(../img/login_center.png) repeat-y;
}

.overlays .box {
    display: block;
    padding: 20px;
}

.overlays .main .box.content {}

.overlays .sidebar {
    width: 15px;
}

.overlays .footer {
    display: table;
    height: 25px;
    color: beige;
    width: 100%;
    background: url(../img/login_bottom.png) no-repeat;
}

.table-tl {
    width: 15px;
    height: 15px;
    background: url(../img/overlay/table_tl.png) no-repeat;
}

.table-tc {
    height: 15px;
    background: url(../img/overlay/table_tc.png) repeat-x;
}

.table-tr {
    width: 15px;
    height: 15px;
    background: url(../img/overlay/table_tr.png) no-repeat;
}

.table-lc {
    width: 15px;
    background: url(../img/overlay/table_lc.png) repeat-y;
}

.table-rc {
    width: 15px;
    background: url(../img/overlay/table_rc.png) repeat-y;
}

.table-bl {
    width: 15px;
    height: 15px;
    background: url(../img/overlay/table_bl.png) no-repeat;
}

.table-bc {
    height: 15px;
    background: url(../img/overlay/table_bc.png) repeat-x;
}

.table-br {
    width: 15px;
    height: 15px;
    background: url(../img/overlay/table_br.png) no-repeat;
}

#platforms {
    margin-bottom: 10px;
    margin-top: 0;
    position: relative;
    text-align: center;
    z-index: 100;
}

.platforms-inner {
    display: table;
    height: 80px;
    margin: 0 auto;
}

.platforms-inner .box {
    display: table-cell;
}

.platforms-inner .table-tl {
    width: 15px;
    background: url(../img/overlay/app_l.png) no-repeat;
    position: relative;
}

.platforms-inner .table-tc {
    background: url(../img/overlay/app_c.png) repeat-x;
    padding-left: 60px;
}

.platforms-inner .table-tr {
    width: 15px;
    background: url(../img/overlay/app_r.png) no-repeat;
}

.app-icon {
    background: url("../img/overlay/app_icon.png") no-repeat scroll 0 0;
    height: 81px;
    left: -7px;
    position: absolute;
    top: -1px;
    width: 81px;
}

#duel-badge {
    width: 324px;
    margin: 50px auto 0
}

.col-button {
    -webkit-perspective: 1000px;
    -webkit-perspective-origin: 50% 50%;
    -moz-perspective: 1000px;
    -moz-perspective-origin: 50% 50%;
    -ms-perspective: 1000px;
    -ms-perspective-origin: 50% 50%;
    -o-perspective: 1000px;
    -o-perspective-origin: 50% 50%;
    perspective: 1000px;
    perspective-origin: 50% 50%;
    position: absolute;
    text-align: center;
    top: 430px;
    width: 100%
}

.world .cta-center, .world .cta-left, .world .cta-right {
    height: 110px;
    display: block;
    float: left
}

.world .cta-left {
    background: url(../img/overlay/cta_left.png) no-repeat;
    width: 40px;
    line-height: 110px
}

.world .cta-center {
    background: url(../img/overlay/cta_center.png) repeat-x;
    line-height: 94px;
    font-size: 36px;
    text-transform: none;
    text-shadow: -3px -3px 0 #222, 3px -3px 0 #222, -3px 3px 0 #222, 3px 3px 0 #222, 3px 0 0 #222, 0 3px 0 #222, -3px 0 0 #222, 0 -3px 0 #222, 3px 1px 0 #222, 3px -1px 0 #222, 3px 2px 0 #222, 3px -2px 0 #222, 0 4px 0 #ffef90;
    padding: 0 15px
}

.world .cta-center .cta-arrow {
    background: url(../img/overlay/cta_arrow.png) right 4px no-repeat;
    padding: 0 45px 0 0;
}

.button .cta-arrow {
    background: url("../img/overlay/cta_arrow.png") no-repeat scroll right 4px / contain;
    display: inline-block;
    height: 35px;
    padding: 0;
    width: 30px;
    position: relative;
    top: 3px;
}

.cta-center .cta-arrow img {
    position: relative;
    top: 8px;
    margin-right: 10px
}

.cta-orange {
    color: #ffa900
}

.cta-right {
    background: url(../img/overlay/cta_right.png) no-repeat;
    width: 40px;
    line-height: 110px
}

#cta:hover .cta-left {
    background: url(../img/overlay/cta_left_over.png) no-repeat
}

#cta:hover .cta-center {
    background: url(../img/overlay/cta_center_over.png) repeat-x
}

#cta:hover .cta-right {
    background: url(../img/overlay/cta_right_over.png) no-repeat
}

/**/

.aspect-ratio {
    position: relative;
    max-width: 100%;
    height: auto;
}

.aspect-ratio>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.aspect-ratio-16-9 {
    padding-top: 56.25% !important;
}

.max-viewport {
    bottom: 0;
    height: 55.17vw;
    left: 0;
    margin: auto;
    max-height: 80vh;
    max-width: 116.5vh;
    position: fixed !important;
    right: 0;
    top: 0 !important;
    width: 80vw;
}

#layer_trailer .container {
    margin-top: 50px;
}

.layer-button {
    text-align: center;
    display: inline-block;
}

.nowasapp {
    float: left;
    margin: 14px 10px 0
}

.nowasapp .line1 {
    color: #FFF;
    font-size: 28px;
}

.nowasapp .line2 {
    color: #ffc017;
    font-size: 18px;
}

.nowasapp .line1, .nowasapp .line2 {
    -webkit-text-stroke: 1px black;
    text-shadow: 3px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

#badge {
    display: inline-block;
    left: 0;
    position: absolute;
    top: 140px;
    z-index: -1;
}

.pager {
    position: absolute;
    right: 30px;
    top: 30px;
    text-align: right;
}

.page {
    display: inline-block;
    margin-right: 10px;
    width: 15px;
    height: 15px;
    border-radius: 50px;
    border: 3px solid #000;
    background: #415b70;
}

.page.active {
    background: #a1c7e6;
}

/* PETS */

#content {
    position: relative;
    z-index: 102;
}

@media (min-width:1025px) {
    #content {
        background: url(../img/overlay/sprites/paper_bg_3column_center.png) left top;
        margin: -11px auto -25px;
        max-width: 960px;
        min-width: 960px;
    }
    #content .box_first, #content .ele_first {
        margin-left: 20px!important
    }
    #content .box_last, #content .ele_last {
        margin-right: 20px!important
    }
    #apps_mage, #cols_one, #content #before, #language_1cols, #language_2cols {
        display: none
    }
    #content_footer {
        z-index: 0
    }
    #header_wrapper {
        background: url(../img/overlay/header.png) center top no-repeat;
        height: 139px;
        width: 500px;
        margin: 0 0 0 -250px;
        position: absolute;
        left: 50%
    }
    #content .cut_line {
        left: 178px;
        top: -15px;
        z-index: 0
    }
}

@media (max-width:1024px) {
    #schmied {
        display: none;
    }
    .sprite_content {
        overflow: hidden;
        background-repeat: no-repeat;
        background-image: url(../img/overlay/sprites/paper_bg_2column.png);
        width: 640px;
        height: 46px;
        margin: -4px auto 0
    }
    #content {
        background: url(../img/overlay/sprites/paper_bg_2column_center.png) top left;
        width: 640px;
        margin: -10px auto -25px;
    }
    #content_footer a {
        font-size: 19px
    }
    #content .cut_line {
        left: 178px;
        top: -15px;
        z-index: 0
    }
    #apps_mage {
        height: 400px;
        width: 640px;
        background: url(../img/overlay/mage_back.png) top left no-repeat;
        margin: -25px auto 0;
        text-align: right;
        z-index: 1000
    }
    #apps_mage div.apps_content {
        padding: 60px 20px 0 0;
        text-align: center;
        position: relative;
        left: 308px;
        width: 320px
    }
    #apps_mage div.apps_content p.first {
        font-size: 24px;
        color: #000
    }
    #apps_mage div.apps_content p.middle {
        font-size: 38px
    }
    #apps_mage div.apps_content p.last {
        font-size: 24px;
        color: #000
    }
    #apps_mage div.apps_content p.google {
        margin: 5px 0 0
    }
    #apps_mage div.apps_content p.apple, #apps_mage div.apps_content p.wp8 {
        margin: 10px 0 0
    }
    #cols_one, #language_1cols {
        display: none
    }
    #header {
        background: url(../img/overlay/header.png) center top no-repeat;
        margin: 0 0 0 -320px;
        width: 640px;
        height: 100px;
        background-size: contain;
    }
    #akt_lang a {
        display: none !important;
    }
    #akt_lang:hover {
        background: rgba(0, 0, 0, 0) url("../img/overlay/sprites/dropdown-sprite.png") no-repeat scroll -247px -4px;
    }
    #akt_lang {
        background: rgba(0, 0, 0, 0) url("../img/overlay/sprites/dropdown-sprite.png") no-repeat scroll -247px -61px;
        width: 116px;
    }
    #akt_lang .before_btn, #akt_lang .after_btn {
        width: 1px !important
    }
    #akt_lang .before_btn, #akt_lang .after_btn, #akt_lang .center_btn, #akt_lang:hover .before_btn, #akt_lang:hover .after_btn, #akt_lang:hover .center_btn {
        background: none !important;
    }
    #language .center_btn span.flag_sprite {
        margin: 19px 0 0 32px;
    }
    #header .arrow {
        left: 63px;
        position: absolute;
        top: 18px;
    }
    #header #language div.scrollable {
        margin: 0 0 0 2px;
    }
    .col-button {
        top: 350px;
    }
    #platforms {
        margin-top: -70px;
    }
    #pets {
        width: 640px;
        min-width: 0;
    }
    .pet-badge {
        background-size: 70% auto;
        top: 90px;
    }
    .pet-left {
        left: -179px;
        top: -163px;
        background-size: 70% auto;
    }
    .pet-left-fire {
        left: 9px;
        top: -137px;
        background-size: 70% auto;
    }
    .pet-right {
        display: none;
    }
}

@media (max-width:1023px) {
    #content .box_first, #content .ele_first {
        margin-left: 15px!important;
        z-index: 100
    }
    #content .element {
        margin: 31px 0 0 10px
    }
    #content .game_description {
        margin: 20px 0 0 10px
    }
    #content #facebook_box {
        margin: 57px 0 0 10px;
    }
    #content .cut_line_small {
        top: 253px
    }
    #button_info, #content #after, #flash_obj, #header #language {
        display: none!important
    }
    #content .box_last, #content .ele_last {
        margin-right: 0!important
    }
}

@media (max-width:1024px) and (device-aspect-ratio:16/10), (max-width:1024px) and (device-aspect-ratio:16/9) {
    #apps_mage, #language_2cols {
        display: none
    }
    #button_info, #flash_obj, #header #language {
        display: block!important
    }
    #FlashID {
        width: 700px
    }
}

@media only screen and (min-device-width:320px) and (max-device-width:568px), only screen and (min-device-width:320px) and (max-device-width:480px) and (orientation:portrait) {
    #layer_screenshot .headline p, #stoerer_1col .big, #stoerer_1col .cell {
        text-shadow: 2px 2px 0 #000, 0 2px 0 #000, -2px 2px 0 #000, -2px 0 0 #000, -2px -2px 0 #000, 0 -2px 0 #000, 2px -2px 0 #000, 2px 0 0 #000
    }
    .sprite_content {
        overflow: hidden;
        background-repeat: no-repeat;
        background-image: url(../img/overlay/sprites/paper_bg_1column.png);
        width: 320px;
        height: 46px;
        margin: 0 auto
    }
    #before {
        min-height: 120px
    }
    .before_content {
        background-position: -2px -50px
    }
    .after_content {
        background-position: -2px -2px
    }
    #stoerer_1col {
        position: absolute;
        top: 120px;
        left: 58%;
        background: url(../img/overlay/stoerer_1col_small.png) top left no-repeat;
        height: 140px;
        width: 135px;
        display: block;
        line-height: 1.5em;
        overflow: hidden
    }
    #stoerer_1col .cell {
        font-size: 18px;
        display: block;
        vertical-align: middle;
        margin: 23px auto 0;
        text-align: center;
        width: 135px;
        padding: 0 0 0 2px;
        -moz-transform: rotate(25deg);
        -webkit-transform: rotate(25deg);
        -o-transform: rotate(25deg);
        transform: rotate(25deg)
    }
    #stoerer_1col .big {
        color: #f59600;
        font-size: 28px
    }
    #header {
        background: url(../img/overlay/logo_cols1.png) center top no-repeat;
        width: 310px;
        top: 20px;
        position: static;
        margin: 0 auto
    }
    #content {
        background: url(../img/overlay/sprites/paper_bg_1column_center.png) top left;
        width: 320px;
        margin: 0 auto;
        z-index: 100
    }
    #apps_mage {
        height: 160px;
        width: 305px;
        background: url(../img/overlay/app_box_logo.png) top center no-repeat;
        margin: -30px auto 0;
        padding: 200px 0 0;
        text-align: center;
        z-index: 1000
    }
    #apps_mage div.apps_content {
        padding: 0;
        position: inherit
    }
    #apps_mage div.apps_content p.apple {
        margin: 0
    }
    #apps_mage div.apps_content p.two_cols, .parallax_wrapper {
        display: none!important
    }
    #content .element {
        margin: 15px 0 0 10px!important
    }
    #content .no_headline p {
        padding-top: 0!important
    }
    #content .no_headline {
        height: 70px!important
    }
    #content #facebook_box {
        height: 200px;
        margin-top: 45px
    }
    .fb-like-box {
        height: 179px!important
    }
    #content #facebook_box .border, #content #facebook_box .box_bg {
        height: 200px!important
    }
    #content #facebook_box .border {
        background-image: url(../img/overlay/content_border_smartphone.png)
    }
    #content_footer {
        z-index: 50;
        line-height: 40px;
        height: 40px;
        color: #000
    }
    #content_footer a {
        padding: 44px 0 0;
        color: #000;
        font-size: 15.4px
    }
    #cols_one, #cols_two, #language_2cols, .cut_line {
        display: none
    }
    #language_1cols {
        display: block
    }
    #content .element .headline {
        height: 43px
    }
    #content .box .headline, #content .element .headline {
        font-size: 22px
    }
    #parallax_shield, #parallax_sword {
        display: none
    }
    .apps_content img {
        margin-left: -15px
    }
    #screenshot_box, .box, .box-first {
        margin-left: 10px!important;
        float: none
    }
    #content .box_first, #content .ele_first {
        margin-left: 10px!important
    }
    .google {
        margin-top: -15px
    }
    #social_networks {
        clear: both;
        margin: -5px 0 0;
        text-align: center;
        z-index: 1200
    }
    .overlays {
        width: 320px!important;
        margin-left: -160px!important;
        left: 50%!important;
        position: absolute!important
    }
    .overlays .headline {
        left: 10px;
        position: absolute;
        top: 0
    }
    #layer_screenshot .next, #layer_screenshot .prev {
        cursor: pointer;
        background: 0 0;
        height: 60%!important;
        top: 37px!important
    }
    #layer_screenshot .headline p, .overlays .headline p {
        font-size: 26px
    }
    #layer_screenshot .prev {
        left: 0!important;
        width: 106px!important
    }
    #layer_screenshot .next {
        width: 214px!important;
        left: 106px!important
    }
    #layer_screenshot .prev .arrowbutton {
        background: url(../img/overlay/layer_buttons_small.png) no-repeat;
        cursor: pointer;
        height: 41px;
        left: 20px;
        width: 43px!important;
        margin: 70px 0 0 5px
    }
    #layer_screenshot .next .arrowbutton {
        background: url(../img/overlay/layer_buttons_small.png) -43px 0 no-repeat;
        cursor: pointer;
        height: 41px;
        width: 38px!important;
        margin: 70px 7px 0 0;
        position: absolute;
        right: 0
    }
    .overlays .close_button {
        background: url(../img/overlay/layer_buttons_small.png) -89px -5px no-repeat;
        cursor: pointer;
        height: 35px;
        position: absolute;
        right: 7px;
        top: 0;
        width: 32px
    }
    #content .element .features span span {
        margin: 0 0 0 -73px;
        font-size: 22px
    }
    #content .box .border .headline, #content .element .border .headline {
        margin-left: 1px
    }
    #trailer_id {
        width: 320px;
        height: 220px
    }
}

.text_flag {
    margin: -15px 0 0 -5px
}

.border span.sprite {
    background-image: url(../img/overlay/sprites/features_flag_75perc.png);
    image-rendering: -moz-crisp-edges
}

.border span.before_btn {
    background: url(../img/overlay/sprites/title_bg_r.png) top right no-repeat;
    height: 42px;
    display: block;
    float: left;
    padding-right: 23px;
    text-decoration: none
}

.border .center_btn {
    background: url(../img/overlay/sprites/title_bg_long.png);
    display: block;
    padding: 0 0 0 17px;
    height: 42px;
    line-height: 40px
}

.border span span {
    margin: 0 0 0 -3px
}

.border span.after_btn {
    background: url(../img/overlay/sprites/title_bg_r.png) no-repeat;
    height: 35px;
    width: 17px;
    float: left;
    display: inline-block;
    overflow: auto
}

@font-face {
    font-family: 'tobi_blackregular';
    font-display: swap;
    src: url('../fonts/tobi_black-webfont.eot');
    src: url('../fonts/tobi_black-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/tobi_black-webfont.woff2') format('woff2'), url('../fonts/tobi_black-webfont.woff') format('woff'), url('../fonts/tobi_black-webfont.ttf') format('truetype'), url('../fonts/tobi_black-webfont.svg#tobi_blackregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'tobilight';
    font-display: swap;
    src: url('../fonts/tobilight-webfont.eot');
    src: url('../fonts/tobilight-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/tobilight-webfont.woff2') format('woff2'), url('../fonts/tobilight-webfont.woff') format('woff'), url('../fonts/tobilight-webfont.ttf') format('truetype'), url('../fonts/tobilight-webfont.svg#tobilight') format('svg');
    font-weight: normal;
    font-style: normal;
}

/**
 * Fix fonts that render as bold in Firefox
 *
 * Put this near the top of your style.css
 * Before any overriding styles
 */

html {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-weight: 400;
}

/**
 * Firefox specific rule
 */

@-moz-document url-prefix() {
    body {
        font-weight: lighter !important;
    }
}

html, body {
    -webkit-overflow-scrolling: touch !important;
}

html, body {
    width: 100%;
    min-height: 100%;
    overflow: hidden;
}

#lp-content {
	background: #000;
	font-family: 'tobi_blackregular', Verdana, sans-serif;
	font-weight: 600;
	background-size: 100% auto;
	overflow: auto;
	overflow: initial;
	position: relative;
	min-height: 100%;
	height: 100%;
}

#lp-content *{
    font-family: 'tobilight', Verdana, sans-serif;
}
#lp-content .cta-text,
#lp-content .attributes-header,
#lp-content .attributes-header span,
#lp-content #login,
#lp-content .footer-links a
{
font-family: 'tobi_blackregular', Verdana, sans-serif;
}

.wrapper-outer {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden !important;
    position: relative;
    left: 0;
    top: 0;
    min-height: 100%;
    height: 100%;
}

.wrapper-all {
    width: 100%;
    margin: 0 auto;
    min-height: 100%;
    height: 100%;
    position: relative;
}

.desktop .wrapper-all {
    min-width: 1200px;
}

.desktop .container {
    min-width: 1000px;
}

html, body {
    height: 100%;
}

.wrapper-all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.wrapper {
    z-index: 1;
    position: relative;
    pointer-events: none;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.home {
    pointer-events: none;
}

.wrapper:after {
    content: "";
    display: block;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 0;
}

.content {
    flex: 1 0 auto;
}

#footer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    position: relative;
    z-index: 4;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.04+0,0.82+52,1+98 */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.82) 52%, rgba(0, 0, 0, 1) 98%, rgba(0, 0, 0, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.00)), color-stop(52%, rgba(0, 0, 0, 0.82)), color-stop(98%, rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 1)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.82) 52%, rgba(0, 0, 0, 1) 98%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.82) 52%, rgba(0, 0, 0, 1) 98%, rgba(0, 0, 0, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000', GradientType=0);
    /* IE6-9 */
}

/* parallax */

.scene-container {
    position: absolute;
    width: 100% !important;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
}

.scene {
    width: 100%;
    height: 100%;
    min-width: 1280px;
    left: 50%;
    position: relative;
    -webkit-transform: translateX(-50%) rotate(0.001deg) !important;
    -ms-transform: translateX(-50%) rotate(0.001deg) !important;
    transform: translateX(-50%) rotate(0.001deg) !important;
    border: 0 !important;
}

.outer {
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: visible;
    -webkit-transform-style: flat !important;
    transform-style: flat !important;
}

.background {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    width: 110%;
    height: 110%;
    position: absolute;
    left: -5%;
    top: -5%;
}

.color-overlay {
    background: #400039;
    width: 120%;
    height: 120%;
    position: absolute;
    left: -10% !important;
    top: -10% !important;
    mix-blend-mode: exclusion;
    opacity: 0;
    transition-duration: 0.5s;
    transition-property: opacity;
}

.characters {
    width: 100vw;
    height: 56.25vw;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: scale(0.9) translate(-50%, calc(-50% - 8vmin));
    -ms-transform: scale(0.9) translate(-50%, calc(-50% - 8vmin));
    transform: scale(0.9) translate(-50%, calc(-50% - 8vmin));
    max-height: 100vh;
    max-width: 177.78vh;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    min-width: 1280px;
    min-height: 720px;
}

.char {
    /* mainchar */
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    pointer-events: all;
    -webkit-transform: translate3d(0, -50%, 0) scale(0.9);
    transform: translate3d(0, -50%, 0) scale(0.9);
    /*pointer-events: none;*/
    width: 25% !important;
    height: 70% !important;
    cursor: pointer;
}

.char.active {
    -webkit-transform: translate3d(0, -50%, 0) scale(1);
    transform: translate3d(0, -50%, 0) scale(1);
    pointer-events: none;
    cursor: default;
}

body:before {
    content: url(../img/mage.webp) url(../img/hunter.webp) url(../img/warrior.webp) url(../img/assassine.webp) url(../img/warlock.webp) url(../img/berserk.webp) url(../img/icons/icon_mage_active.png) url(../img/icons/icon_hunter_active.png) url(../img/icons/icon_warlock_active.png) url(../img/icons/icon_assassin_active.png) url(../img/icons/icon_berserk_active.png) url(../img/icons/icon_warrior_active.png);
    background-image: url(../img/mage.webp);
    visibility: hidden;
    position: absolute;
    left: -999em;
}

.mage {
    width: 48vmin;
    height: 69vmin;
    position: absolute;
    left: 0%;
    top: 50%;
}

.mage .image {
	background: no-repeat center bottom;
	background-size: contain;
	width: 97%;
	height: 97%;
	position: relative;
	z-index: 3;
	top: 6%;
}

.webp .mage .image {
    background-image: url(../img/mage_inactive.webp);
}

.no-webp .mage .image {
    background-image: url(../img/mage_inactive.png);
}

.webp .mage.active .image, .mage:hover .image, .webp .mage.char-carousel .image {
    background-image: url(../img/mage2.webp);
}

.no-webp .mage.active .image, .mage:hover .image, .no-webp .mage.char-carousel .image {
    background-image: url(../img/mage2.png);
}

.hunter {
    width: 48vmin;
    height: 69vmin;
    position: absolute;
    left: 19%;
    top: 50%;
}

.hunter .image {
    background: no-repeat center bottom;
    background-size: contain;
    width: 87%;
    height: 100%;
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 56%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: auto;
}

.webp .hunter .image {
    background-image: url(../img/hunter_inactive.webp);
}

.no-webp .hunter .image {
    background-image: url(../img/hunter_inactive.png);
}

.webp .hunter.active .image, .hunter:hover .image, .webp .hunter.char-carousel .image {
    background-image: url(../img/hunter.webp);
}

.no-webp .hunter.active .image, .hunter:hover .image, .no-webp .hunter.char-carousel .image {
    background-image: url(../img/hunter.png);
}

.warlock {
    width: 48vmin;
    height: 69vmin;
    position: absolute;
    left: 37%;
    top: 50%;
}

.warlock .image {
    background: no-repeat center bottom;
    background-size: contain;
    width: 116%;
    height: 120%;
    position: relative;
    z-index: 3;
}

.webp .warlock .image {
    background-image: url(../img/warlock_inactive.webp);
}

.no-webp .warlock .image {
    background-image: url(../img/warlock_inactive.png);
}

.webp .warlock.active .image, .warlock:hover .image, .webp .warlock.char-carousel .image {
    background-image: url(../img/warlock.webp);
}

.no-webp .warlock.active .image, .warlock:hover .image, .no-webp .warlock.char-carousel .image {
    background-image: url(../img/warlock.png);
}

.assassine {
    width: 48vmin;
    height: 69vmin;
    position: absolute;
    left: 56%;
    top: 50%;
    background-size: contain;
}

.assassine .image {
    background: no-repeat center bottom;
    background-size: contain;
    width: 109%;
    height: 109%;
    position: absolute;
    z-index: 3;
    bottom: 0;
}

.webp .assassine .image {
    background-image: url(../img/assassine_inactive.webp);
}

.no-webp .assassine .image {
    background-image: url(../img/assassine_inactive.png);
}

.webp .assassine.active .image, .assassine:hover .image, .webp .assassine.char-carousel .image {
    background-image: url(../img/assassine.webp);
}

.no-webp .assassine.active .image, .assassine:hover .image, .no-webp .assassine.char-carousel .image {
    background-image: url(../img/assassine.png);
}

.warrior {
    width: 48vmin;
    height: 69vmin;
    position: absolute;
    left: 75%;
    top: 50%;
}

.warrior .image {
    background: no-repeat center bottom;
    background-size: contain;
    width: 85%;
    height: 100%;
    position: relative;
    z-index: 3;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.webp .warrior .image {
    background-image: url(../img/warrior_inactive.webp);
}

.no-webp .warrior .image {
    background-image: url(../img/warrior_inactive.png);
}

.webp .warrior.active .image, .warrior:hover .image, .webp .warrior.char-carousel .image {
    background-image: url(../img/warrior.webp);
}

.no-webp .warrior.active .image, .warrior:hover .image, .no-webp .warrior.char-carousel .image {
    background-image: url(../img/warrior.png);
}

.berserk {
    width: 48vmin;
    height: 69vmin;
    position: absolute;
    left: 75%;
    top: 50%;
}

.berserk .image {
    background: no-repeat center bottom;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 3;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.webp .berserk .image {
    background-image: url(../img/berserk_inactive.webp);
}

.no-webp .berserk .image {
    background-image: url(../img/berserk_inactive.png);
}

.webp .berserk.active .image, .berserk:hover .image, .webp .berserk.char-carousel .image {
    background-image: url(../img/berserk.webp);
}

.no-webp .berserk.active .image, .berserk:hover .image, .no-webp .berserk.char-carousel .image {
    background-image: url(../img/berserk.png);
}

.demonhunter {
    width: 48vmin;
    height: 69vmin;
    position: absolute;
    left: 75%;
    top: 50%;
}

.demonhunter .image {
    background: no-repeat center bottom;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 3;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.webp .demonhunter .image {
    background-image: url(../img/demonhunter_inactive.png);
}

.no-webp .demonhunter .image {
    background-image: url(../img/demonhunter_inactive.png);
}

.webp .demonhunter.active .image, .demonhunter:hover .image, .webp .demonhunter.char-carousel .image {
    background-image: url(../img/demonhunter3.png);
}

.no-webp .demonhunter.active .image, .demonhunter:hover .image, .no-webp .demonhunter.char-carousel .image {
    background-image: url(../img/demonhunter3.png);
}

.bard {
    width: 48vmin;
    height: 69vmin;
    position: absolute;
    left: 75%;
    top: 50%;
}

.bard .image {
    background: no-repeat center bottom;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 3;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.webp .demonhunter .image {
    background-image: url(../img/barde_inactive.png);
}

.no-webp .demonhunter .image {
    background-image: url(../img/barde_inactive.png);
}

.webp .bard.active .image, .bard:hover .image, .webp .bard.char-carousel .image {
    background-image: url(../img/barde.png);
}

.no-webp .bard.active .image, .bard:hover .image, .no-webp .bard.char-carousel .image {
    background-image: url(../img/barde.png);
}

.druid {
    width: 48vmin;
    height: 69vmin;
    position: absolute;
    left: 75%;
    top: 50%;
}

.druid .image {
    background: no-repeat center bottom;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 3;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.webp .druid .image {
    background-image: url(../img/druid.png);
}

.no-webp .druid .image {
    background-image: url(../img/druid.png);
}

.webp .druid.active .image, .druid:hover .image, .webp .druid.char-carousel .image {
    background-image: url(../img/druid.png);
}

.no-webp .druid.active .image, .druid:hover .image, .no-webp .druid.char-carousel .image {
    background-image: url(../img/druid.png);
}

.image{
    background-image: none !important;
    display: grid !important;
   /*  place-content: center !important; */
}

.image > div {
    justify-self: center; /* Horizontale Zentrierung */
    align-self: end; /* Vertikale Platzierung am unteren Rand */
    width: 100%;
    position: relative;
}

.image video {
    width: 100%;
    max-height: 100%;
}

.necromancer {
    width: 48vmin;
    height: 69vmin;
    position: absolute;
    left: 75%;
    top: 50%;
}

.necromancer .image {
	background: no-repeat center bottom;
	background-size: contain;
	width: 114%;
	height: 117%;
	position: relative;
	z-index: 3;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: -3%;
}
.char-carousel.necromancer .image::before {
	/* content: " "; */
    display: none;
	position: absolute;
	width: 70%;
	height: 20%;
	background: url(../img/blob.png) no-repeat;
	background-size: 100% 100%;
	bottom: 12%;
	left: 5%;
}

.webp .necromancer .image {
    background-image: url(../img/necromancer2.webp);
}

.no-webp .necromancer .image {
    background-image: url(../img/necromancer2.png);
}

.webp .necromancer.active .image, .necromancer:hover .image, .webp .necromancer.char-carousel .image {
    background-image: url(../img/necromancer2.webp);
}

.no-webp .necromancer.active .image, .necromancer:hover .image, .no-webp .necromancer.char-carousel .image {
    background-image: url(../img/necromancer2.png);
}

.paladin {
    width: 48vmin;
    height: 69vmin;
    position: absolute;
    left: 75%;
    top: 50%;
}

.paladin .image {
	background: no-repeat center bottom;
	background-size: contain;
	width: 114%;
	height: 117%;
	position: relative;
	z-index: 3;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: -3%;
}
.char-carousel.paladin .image::before {
    display: none;
	content: " ";
	position: absolute;
	width: 70%;
	height: 20%;
	background: url(../img/blob.png) no-repeat;
	background-size: 100% 100%;
	bottom: 12%;
	left: 5%;
}

.webp .paladin .image {
    background-image: url(../img/paladin.webp);
}

.no-webp .necropaladinmancer .image {
    background-image: url(../img/paladin.png);
}

.webp .paladin.active .image, .paladin:hover .image, .webp .paladin.char-carousel .image {
    background-image: url(../img/paladin.webp);
}

.no-webp .paladin.active .image, .paladin:hover .image, .no-webp .paladin.char-carousel .image {
    background-image: url(../img/paladin.png);
}
/* carousel positions */

/* .pos-1 {
    left: 45%;
    top: 50%;
    transform: translateY(-50%) scale(1);
    z-index: 10;
}

.pos-2 {
    left: 0%;
    top: 50%;
    transform: translateY(-50%) scale(0.8);
    z-index: 8;
}

.pos-3 {
    left: 15%;
    top: 45%;
    transform: translateY(-50%) scale(0.7);
    z-index: 6;
}

.pos-4 {
    left: 28%;
    top: 44%;
    transform: translateY(-50%) scale(0.55);
    z-index: 4;
}

.pos-5 {
    left: 44%;
    top: 44%;
    transform: translateY(-50%) scale(0.55);
    z-index: 6;
}

.pos-6 {
    left: 60%;
    top: 45%;
    transform: translateY(-50%) scale(0.7);
    z-index: 7;
}

.pos-7 {
    left: 75%;
    top: 50%;
    transform: translateY(-50%) scale(0.8);
    z-index: 8;
} */

.car-arrow {
    background: url(../img/car_left.png) no-repeat;
    width: 8vmin;
    height: 11vmin;
    background-size: contain;
    position: absolute;
    top: 49%;
    transform: translateY(-50%);
    left: -4%;
    cursor: pointer;
    pointer-events: all;
    filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.9)) drop-shadow(0px 20px 30px rgba(0, 0, 0, 0.9)) drop-shadow(0px 20px 40px rgba(0, 0, 0, 0.9));
}

.car-right {
    background: url(../img/car_right.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 48%;
    transform: translateY(-50%);
    left: 88%;
}

.car-arrow::after {
    content: " ";
    background: url(../img/car_left_hover.png) no-repeat;
    width: 100%;
    height: 100%;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition-duration: 0.4s;
    transition-property: opacity;
}

.car-arrow:hover::after {
    opacity: 1;
}

.car-arrow.car-right::after {
    background-image: url(../img/car_right_hover.png);
}

.plattform {
    background-repeat: no-repeat;
    background-size: 108% 100%;
    width: 110%;
    height: 450px;
    height: 53vh;
    min-height: 42vh;
    position: absolute;
    left: 50%;
    bottom: -2%;
    -webkit-transform: translate3d(-50%, 0, 0) rotate(0.5deg);
    transform: translate3d(-50%, 0, 0) rotate(0.5deg);
}

.webp .plattform {
    background-image: url(../img/plattform.webp);
}

.no-webp .plattform {
    background-image: url(../img/plattform.png);
}

.foreground {
    background: url(../img/foreground.png) no-repeat;
    background-size: contain;
    width: 137vw;
    height: 24vw;
    position: absolute;
    left: 40%;
    bottom: -10%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.attributes {
    display: none;
    -webkit-transform: rotate(0.01deg) translateY(-50%);
    -ms-transform: rotate(0.01deg) translateY(-50%);
    transform: rotate(0.01deg) translateY(-50%);
    position: absolute;
    left: -15vmin;
    top: 50%;
    z-index: 2;
    text-shadow: 0 2px #000;
    color: #fff;
    text-align: left;
}

.char.active .attributes {
    display: block;
}

.attributes-header {
	text-transform: uppercase;
	color: #fff;
	font-size: 4.0vmin;
	padding: 0 0 0 11vmin;
	position: relative;
	z-index: 10;
	white-space: nowrap;
	text-align: left;
}

.attributes-box::before, .attributes-box::after {
	content: "";
	background: url(../img/box_top.png) no-repeat;
	width: 40vmin;
	height: 1.5vmin;
	background-size: 100% 100%;
	position: absolute;
	top: -1vmin;
	left: 5vmin;
}
.attributes-box::after {
    bottom: -1vmin;
    top: auto;
    transform: scaleY(-1);
 }
.attributes-box {
    border-radius: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#071721+0,071721+100&0+0,1+50,0+100 */
background: -moz-linear-gradient(left,  rgba(7,23,33,0) 0%, rgba(7,23,33,1) 50%, rgba(7,23,33,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(7,23,33,0) 0%,rgba(7,23,33,1) 50%,rgba(7,23,33,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(7,23,33,0) 0%,rgba(7,23,33,1) 50%,rgba(7,23,33,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00071721', endColorstr='#00071721',GradientType=1 ); /* IE6-9 */
    /* IE6-9 */
    padding: 2vmin 4vmin 2vmin 9vmin;
    width: 50vmin;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    position: relative;
}

.attribute-header {
    color: #fff;
    font-size: 1.6vmin;
    text-transform: uppercase;
    text-align: left;
}

#lp-content .class-info{
   font-weight: 300;
    font-size: 2.5vmin;
    font-family: 'tobilight';
    transform: rotate(0.1deg)
}

#lp-content .info-attribute{
    color: #eeba49;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'tobi_blackregular';
}

.info-description {
	transform: rotate(0.1deg);
	line-height: 1.2;
}

.info-header{
    margin-bottom: 0.35em;
}

.attribute-bar {
    position: relative;
    height: 4vmin;
}

.attribute-bar-outer {
    background: url(../img/attribute-outer.png) no-repeat;
    background-size: contain;
    width: 20.2vmin;
    height: 4vmin;
    position: absolute;
    left: 0;
    top: 0;
}

.attribute-bar-inner {
    background: url(../img/attribute-inner.png) repeat-x;
    background-size: 100% 100%;
    width: 19vmin;
    height: 2vmin;
    position: absolute;
    left: 0.5vmin;
    top: 0.5vmin;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: rotate(0.01deg);
    -ms-transform: rotate(0.01deg);
    transform: rotate(0.01deg);
}

.icon {
    background: url(../img/icons/icon_mage_active.png) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-image: url("../img/icons/icon_mage_active.png");
    background-size: auto auto;
    width: 70%;
    height: 47%;
    position: absolute;
    bottom: 3%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 5;
    background-size: contain;
    background-position: 50% 50%;
}

.mage .icon {
    background-image: url(../img/icons/icon_mage_inactive.png);
}

.hunter .icon {
    background-image: url(../img/icons/icon_hunter_inactive.png);
    left: 51%;
}

.warlock .icon {
    background-image: url(../img/icons/icon_warlock_inactive.png);
}

.assassine .icon {
    background-image: url(../img/icons/icon_assassin_inactive.png);
}

.warrior .icon {
    background-image: url(../img/icons/icon_warrior_inactive.png);
}

.berserk .icon {
    background-image: url(../img/icons/icon_berserk_inactive.png);
}

.demonhunter .icon {
    background-image: url(../img/icons/icon_demonhunter_inactive.png);
}

.bard .icon {
    background-image: url(../img/icons/icon_barde_inactive.png);
}

.necromancer .icon {
    background-image: url(../img/icons/icon_necromancer_inactive.png);
}

.paladin .icon {
    background-image: url(../img/icons/icon_paladin_inactive.png);
}

.mage.active .icon, .mage:hover .icon, .mage.char-carousel .icon {
    background-image: url(../img/icons/icon_mage_active.png);
}

.hunter.active .icon, .hunter:hover .icon, .hunter.char-carousel .icon {
    background-image: url(../img/icons/icon_hunter_active.png);
}

.warlock.active .icon, .warlock:hover .icon, .warlock.char-carousel .icon {
    background-image: url(../img/icons/icon_warlock_active.png);
}

.assassine.active .icon, .assassine:hover .icon, .assassine.char-carousel .icon {
    background-image: url(../img/icons/icon_assassin_active.png);
}

.warrior.active .icon, .warrior:hover .icon, .warrior.char-carousel .icon {
    background-image: url(../img/icons/icon_warrior_active.png);
}

.berserk.active .icon, .berserk:hover .icon, .berserk.char-carousel .icon {
    background-image: url(../img/icons/icon_berserk_active.png);
}

.demonhunter.active .icon, .demonhunter:hover .icon, .demonhunter.char-carousel .icon {
    background-image: url(../img/icons/icon_demonhunter_active.png);
}

.bard.active .icon, .bard:hover .icon, .bard.char-carousel .icon {
    background-image: url(../img/icons/icon_barde_active.png);
}

.necromancer.active .icon, .necromancer:hover .icon, .necromancer.char-carousel .icon {
    background-image: url(../img/icons/icon_necromancer_active.png);
}

.paladin.active .icon, .paladin:hover .icon, .paladin.char-carousel .icon {
    background-image: url(../img/icons/icon_paladin_active.png);
}


.icon-small {
	background: url(../img/icons/icon_mage_small.png) no-repeat;
	width: 9.5vmin;
	height: 9.5vmin;
	position: relative;
	display: inline-block;
	background-size: contain;
	top: 3.5vmin;
	left: -4vmin;
	margin-right: -5.5vmin;
}

.hunter .icon-small {
    background-image: url(../img/icons/icon_hunter_small.png);
}

.warlock .icon-small {
    background-image: url(../img/icons/icon_warlock_small.png);
}

.assassine .icon-small {
    background-image: url(../img/icons/icon_assassin_small.png);
}

.warrior .icon-small {
    background-image: url(../img/icons/icon_warrior_small.png);
}

.berserk .icon-small {
    background-image: url(../img/icons/icon_berserk_small.png);
}

.demonhunter .icon-small {
    background-image: url(../img/icons/icon_demonhunter_small.png);
}

.bard .icon-small {
    background-image: url(../img/icons/icon_barde_small.png);
}

.necromancer .icon-small {
    background-image: url(../img/icons/icon_necromancer_small.png);
}
.paladin .icon-small {
    background-image: url(../img/icons/icon_paladin_small.png);
}
.druid .icon-small {
    background-image: url(../img/icons/icon_druid_small.png);
}

.char.active .glow-bg, .char.active .glow-fg {
    display: block;
}

.glow-bg {
    background: url(../img/glow.png) no-repeat center top;
    background-size: 100% 100%;
    width: 200%;
    height: 185%;
    position: absolute;
    bottom: -37%;
    left: 46%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}

.no-webp .mage .glow-bg {
    background-image: url(../img/glow_mage.png);
}

.no-webp .hunter .glow-bg {
    background-image: url(../img/glow_hunter.png);
}

.no-webp .warlock .glow-bg {
    background-image: url(../img/glow_warlock.png);
}

.no-webp .assassine .glow-bg {
    background-image: url(../img/glow_assa.png);
}

.no-webp .warrior .glow-bg {
    background-image: url(../img/glow_warrior.png);
}

.no-webp .berserk .glow-bg {
    background-image: url(../img/glow_berserk.png);
}

.no-webp .demonhunter .glow-bg {
    background-image: url(../img/glow_demonhunter.png);
}

.no-webp .bard .glow-bg {
    background-image: url(../img/glow_barde.png);
}

.no-webp .druid .glow-bg {
    background-image: url(../img/glow_druid.png);
}

.webp .mage .glow-bg {
    background-image: url(../img/glow_mage.webp);
}

.webp .hunter .glow-bg {
    background-image: url(../img/glow_hunter.webp);
}

.webp .warlock .glow-bg {
    background-image: url(../img/glow_warlock.webp);
}

.webp .assassine .glow-bg {
    background-image: url(../img/glow_assa.webp);
}

.webp .warrior .glow-bg {
    background-image: url(../img/glow_warrior.webp);
}

.webp .berserk .glow-bg {
	background-image: url(../img/glow_berserk.webp);
	left: 99%;
}

.webp .demonhunter .glow-bg {
    background-image: url(../img/glow_demonhunter.png);
}

.webp .bard .glow-bg {
    background-image: url(../img/glow_barde.png);
}

.webp .druid .glow-bg {
	background-image: url(../img/glow_druid.png);
	left: 100%;
}
.webp .necromancer .glow-bg {
    background-image: url(../img/glow_necromancer.webp);
}
.necromancer .glow-bg {
    background-image: url(../img/glow_necromancer.png);
}

.webp .paladin .glow-bg {
	background-image: url(../img/glow_paladin.webp);
	left: 101%;
	bottom: -26%;
}
.paladin .glow-bg {
    background-image: url(../img/glow_paladin.png);
}

@-webkit-keyframes glowanimation {
    0% {
        background-size: 100% 100%;
    }
    50% {
        background-size: 90% 100%;
    }
    100% {
        background-size: 100% 100%;
    }
}

@keyframes glowanimation {
    0% {
        background-size: 100% 100%;
    }
    50% {
        background-size: 90% 100%;
    }
    100% {
        background-size: 100% 100%;
    }
}

.active .glow-bg {
    -webkit-animation: glowanimation 3s infinite;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    animation: glowanimation 3s infinite;
    /* IE 10+, Fx 29+ */
}

/* .glow-fg {
    display: none !important;
    background: url(../img/glow-fg.png) no-repeat center bottom;
    width: 141%;
    height: 72%;
    position: absolute;
    bottom: 0;
    left: 48%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 4;
    display: none;
    background-size: 100% 100%;
} */

.owl-carousel {
    display: block !important;
    margin-top: -16vmin;
}

.char-carousel {
    position: relative;
}

/* .char.char-left.moveLeft {
    margin-left: -10vmin;
}

.char.char-left.moveRight {
    margin-left: 10vmin;
}

.char.char-right.moveLeft {
    margin-left: -10vmin;
}

.char.char-right.moveRight {
    margin-left: 10vmin;
} */

/* #facebook-login-button2 {
    margin-top: 10px !important;
} */

a:hover, a:focus {
    text-decoration: none;
}

.desktop .hide-desktop {
    display: none;
}

.logo {
    background: rgba(0, 0, 0, 0)no-repeat scroll 0 0 / contain;
    height: 18vmin;
    margin: 10px auto -4vmin;
    position: relative;
    width: 46vmin;
    z-index: 3;
}

.webp .logo {
    background-image: url("../img/logo.webp");
}

.no-webp .logo {
    background-image: url("../img/logo.png");
}

/* .home {
    padding: 0;
    position: relative;
    z-index: 2;
} */

/* .chooseclass {
    text-align: center;
    font-size: 4vmin;
    color: #fff;
    text-transform: uppercase;
    line-height: 1em;
    vertical-align: top;
    margin-top: -2vmin;
    text-shadow: 0 3px #0d1115, 0 0 15px #0d1115, 0 0 30px #0d1115;
}

.chooseclass-text {
    position: relative;
    top: -0.6vmin;
} */

/* .yellow {
    color: #ffc21a !important;
} */

/* .chooseclass-deko {
    background: rgba(0, 0, 0, 0) url("../img/divider_deko.png") no-repeat scroll 3px 0 / contain;
    height: 5.0vmin;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    width: 20vmin;
    display: inline-block;
}

.chooseclass-deko-bottom {
    background: rgba(0, 0, 0, 0) url("../img/divider_deko_bottom.png") no-repeat scroll 3px 0 / contain;
}

.home .container {
    position: relative;
} */

.login-wrapper {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0;
    padding-top: 0;
    position: relative;
    z-index: 2;
    top: -1vmin;
}

.already-registered {
	color: #fff;
	display: inline-block;
	font-size: 1.5vmin;
	text-transform: uppercase;
	text-shadow: 0px 2px 0 #000;
	margin-right: 1vmin;
	line-height: 4.3vmin;
	vertical-align: top;
	position: relative;
	top: 2px;
}

#login:hover{
    color: #ffc21a !important;
}

#login { 
    display: inline-block;
    background-image: url("../img/login_2.png");
    background-repeat: no-repeat;
    color: #fff;
    font-size: 2vmin !important;
    height: 5vmin;
    line-height: 5vmin;
    margin: 0;
    padding: 0px 0px 0 4vmin;
    text-align: left;
    text-decoration: none;
    width: auto;
    z-index: 200;
    text-transform: uppercase;
    vertical-align: top;
    white-space: nowrap;
    background-position: left center;
    background-size: 3vmin 3vmin;
}

/* .bottom {
    margin: -50px 0 0 0;
    position: relative;
    z-index: 1;
    padding: 0;
} */

/* .app-icon {
    background: rgba(0, 0, 0, 0) url("../img/app_icon.png") no-repeat scroll 0 0 / contain;
    height: 182px;
    left: 52%;
    position: absolute;
    top: 115px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 208px;
} */

.footer-bg {
    position: absolute;
    width: 100%;
    top: 1024px;
    left: 0;
    height: 221px;
    background: url("../img/footer_bg.png") repeat-x left bottom;
    z-index: 1;
}

.footer-content-wrapper {
    top: 0;
    position: relative;
    width: 100%;
}

.footer-content {
    padding-bottom: 12px;
    position: relative;
    z-index: 2;
}

#footer li {
    list-style: none;
    display: inline-block;
    margin: 0 16px;
    line-height: 1.7;
}

#footer li.divider {
    color: #3a87a4;
    font-weight: 900;
    font-size: 20px;
    margin: 0;
    text-shadow: 0px 2px 0 #000;
}


a {
    outline: 0;
}


.storebadge {
    -webkit-filter: drop-shadow(0px 7px 5px rgba(0, 0, 0, 0.6));
    filter: drop-shadow(0px 7px 5px rgba(0, 0, 0, 0.6));
}

.storebadge:hover img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.storebadge img {
    max-width: 190px;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transform: rotate(0.1deg);
    -ms-transform: rotate(0.1deg);
    transform: rotate(0.1deg);
}

.icon-android {
    background: url(../img/icon_android.png) no-repeat;
    background-size: contain;
    width: 59px;
    height: 72px;
    margin: 0 auto 10px;
}

.icon-apple {
    background: url(../img/icon_apple.png) no-repeat;
    background-size: contain;
    width: 59px;
    height: 69px;
    margin: 0 auto 10px;
}

.rating-number {
    color: #fff;
    font-size: 48px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 16px;
    margin-top: -12px;
    vertical-align: top;
    -webkit-text-stroke: 2px black;
    text-shadow: -3px -3px 0 #222, 3px -3px 0 #222, -3px 3px 0 #222, 3px 3px 0 #222, 3px 0 0 #222, 0 3px 0 #222, -3px 0 0 #222, 0 -3px 0 #222, 3px 1px 0 #222, 3px -1px 0 #222, 3px 2px 0 #222, 3px -2px 0 #222
}

/* .orange {
    color: #ffb400;
} */

.cta-wrapper {
    height: 25vmin;
    pointer-events: none;
    width: 45vmin;
    -webkit-transform: translateX(-50%) rotate(0.01deg);
    -ms-transform: translateX(-50%) rotate(0.01deg);
    transform: translateX(-50%) rotate(0.01deg);
    position: absolute;
    left: 50%;
    text-align: center;
    margin-top: -18.5vmin;
    opacity: 0.5;
    z-index: 1;
}

.cta-wrapper.active {
    opacity: 1;
}

.active .cta:hover {
    -webkit-transform: perspective(500px) translateZ(0) scale(1.00);
    transform: perspective(500px) translateZ(0) scale(1.00);
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.cta {
	background: no-repeat scroll 0 0/contain;
	-webkit-transform: perspective(500px) translateZ(0) scale(1);
	transform: perspective(500px) translateZ(0) scale(1);
	display: inline-block;
	font-size: 2.8vmin !important;
	width: 35vmin;
	height: 10vmin;
	color: #42a0c7 !important;
	font-weight: bold !important;
	position: relative;
	margin: 0px auto;
	-webkit-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	text-transform: uppercase;
	pointer-events: all;
	top: 6.5vmin;
}

.webp .cta {
    background-image: url("../img/cta.webp");
}

.no-webp .cta {
    background-image: url("../img/cta.png");
}

.cta::before {
    content: " ";
    background: no-repeat scroll 0 0/contain;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition-duration: 0.4s;
    transition-property: opacity;
}

.webp .cta::before {
    background-image: url("../img/cta_hover.webp");
}

.no-webp .cta::before {
    background-image: url("../img/cta_hover.png");
}

.cta:hover::before {
    opacity: 1;
}

.active .cta {
    color: #ffc21a !important;
}

.cta-text {
	display: inline-block;
	text-shadow: 0px 3px 0 #000;
	position: absolute;
	top: 2.6vmin;
	width: 100%;
	left: 0;
}

/* .cta-arrow {
    background: rgba(0, 0, 0, 0) url("../img/cta_arrow_inactive.png") no-repeat scroll 0 0 / contain;
    display: inline-block;
    height: 6vmin;
    margin-left: 0.5vmin;
    position: absolute;
    top: 0.6vmin;
    width: 5vmin;
    right: 2vmin;
} 

.active .cta-arrow {
    background: rgba(0, 0, 0, 0) url("../img/cta_arrow.png") no-repeat scroll 0 0 / contain;
}*/

.cta.cta-fb .cta-text {
    line-height: 148px !important;
}

.cta-fb .cta-left {
    background: url(../img/fb_left.png) no-repeat;
    width: 145px;
    height: 209px;
    float: left;
    background-size: cover;
    margin-right: 0px
}

.cta-fb .cta-center {
    position: relative;
    background: url("../img/fb_center.png") repeat scroll 0 -12px;
    color: white;
    float: left;
    height: 221px;
    padding: 0 0 0 30px;
    background-size: contain;
}

.cta-fb .cta-right {
    background: url(../img/fb_right.png) no-repeat 0 -12px;
    width: 87px;
    height: 221px;
    float: left;
    background-size: cover;
    margin-left: 0px
}

.ua-mobile .cta-wrapper {
    width: auto;
    height: auto;
    position: relative;
}

.storebadge {
    display: inline-block;
    max-width: 260px;
    max-height: 78px;
    width: 58vmin;
    height: 17vmin;
    background: url(../img/badges/appstore/en_xl.png) no-repeat;
    background-size: contain;
    position: relative;
    z-index: 20000;
    pointer-events: all;
}

.storebadge-playstore {
    background: url(../img/badges/playstore/en_xl.png) no-repeat;
    background-size: contain;
}

.ar .storebadge {
    background-image: url(../img/badges/appstore/ar_xl.png);
}

.cn .storebadge {
    background-image: url(../img/badges/appstore/cn_xl.png);
}

.cs .storebadge {
    background-image: url(../img/badges/appstore/cs_xl.png);
}

.cz .storebadge {
    background-image: url(../img/badges/appstore/cz_xl.png);
}

.da .storebadge {
    background-image: url(../img/badges/appstore/da_xl.png);
}

.de .storebadge {
    background-image: url(../img/badges/appstore/de_xl.png);
}

.dk .storebadge {
    background-image: url(../img/badges/appstore/dk_xl.png);
}

.el .storebadge {
    background-image: url(../img/badges/appstore/el_xl.png);
}

.en .storebadge {
    background-image: url(../img/badges/appstore/en_xl.png);
}

.es .storebadge {
    background-image: url(../img/badges/appstore/es_xl.png);
}

.fr .storebadge {
    background-image: url(../img/badges/appstore/fr_xl.png);
}

.gr .storebadge {
    background-image: url(../img/badges/appstore/gr_xl.png);
}

.hu .storebadge {
    background-image: url(../img/badges/appstore/hu_xl.png);
}

.it .storebadge {
    background-image: url(../img/badges/appstore/it_xl.png);
}

.ja .storebadge {
    background-image: url(../img/badges/appstore/ja_xl.png);
}

.jp .storebadge {
    background-image: url(../img/badges/appstore/jp_xl.png);
}

.nl .storebadge {
    background-image: url(../img/badges/appstore/nl_xl.png);
}

.pl .sto-playstorerebadge {
    background-image: url(../img/badges/appstore/pl_xl.png);
}

.pt .storebadge {
    background-image: url(../img/badges/appstore/pt_xl.png);
}

.pt-BR .storebadge {
    background-image: url(../img/badges/appstore/pt-br_xl.png);
}

.ro .storebadge {
    background-image: url(../img/badges/appstore/ro_xl.png);
}

.ru .storebadge {
    background-image: url(../img/badges/appstore/ru_xl.png);
}

.se .storebadge {
    background-image: url(../img/badges/appstore/se_xl.png);
}

.sk .storebadge {
    background-image: url(../img/badges/appstore/sk_xl.png);
}

.sv .storebadge {
    background-image: url(../img/badges/appstore/sv_xl.png);
}

.tr .storebadge {
    background-image: url(../img/badges/appstore/tr_xl.png);
}

.zh .storebadge {
    background-image: url(../img/badges/appstore/zh_xl.png);
}

.ar .storebadge-playstore {
    background-image: url(../img/badges/playstore/ar_xl.png);
}

.cn .storebadge-playstore {
    background-image: url(../img/badges/playstore/cn_xl.png);
}

.cs .storebadge-playstore {
    background-image: url(../img/badges/playstore/cs_xl.png);
}

.cz .storebadge-playstore {
    background-image: url(../img/badges/playstore/cz_xl.png);
}

.da .storebadge-playstore {
    background-image: url(../img/badges/playstore/da_xl.png);
}

.de .storebadge-playstore {
    background-image: url(../img/badges/playstore/de_xl.png);
}

.dk .storebadge-playstore {
    background-image: url(../img/badges/playstore/dk_xl.png);
}

.el .storebadge-playstore {
    background-image: url(../img/badges/playstore/el_xl.png);
}

.en .storebadge-playstore {
    background-image: url(../img/badges/playstore/en_xl.png);
}

.es .storebadge-playstore {
    background-image: url(../img/badges/playstore/es_xl.png);
}

.fr .storebadge-playstore {
    background-image: url(../img/badges/playstore/fr_xl.png);
}

.gr .storebadge-playstore {
    background-image: url(../img/badges/playstore/gr_xl.png);
}

.hu .storebadge-playstore {
    background-image: url(../img/badges/playstore/hu_xl.png);
}

.it .storebadge-playstore {
    background-image: url(../img/badges/playstore/it_xl.png);
}

.ja .storebadge-playstore {
    background-image: url(../img/badges/playstore/ja_xl.png);
}

.jp .storebadge-playstore {
    background-image: url(../img/badges/playstore/jp_xl.png);
}

.nl .storebadge-playstore {
    background-image: url(../img/badges/playstore/nl_xl.png);
}

.pl .storebadge-playstore {
    background-image: url(../img/badges/playstore/pl_xl.png);
}

.pt .storebadge-playstore {
    background-image: url(../img/badges/playstore/pt_xl.png);
}

.pt-BR .storebadge-playstore {
    background-image: url(../img/badges/playstore/pt-br_xl.png);
}

.ro .storebadge-playstore {
    background-image: url(../img/badges/playstore/ro_xl.png);
}

.ru .storebadge-playstore {
    background-image: url(../img/badges/playstore/ru_xl.png);
}

.se .storebadge-playstore {
    background-image: url(../img/badges/playstore/se_xl.png);
}

.sk .storebadge-playstore {
    background-image: url(../img/badges/playstore/sk_xl.png);
}

.sv .storebadge-playstore {
    background-image: url(../img/badges/playstore/sv_xl.png);
}

.tr .storebadge-playstore {
    background-image: url(../img/badges/playstore/tr_xl.png);
}

.zh .storebadge-playstore {
    background-image: url(../img/badges/playstore/zh_xl.png);
}

.storebadge {
    display: none;
}

.ua-ios .storebadge-appstore {
    display: inline-block;
}

.ua-android .storebadge-playstore {
    display: inline-block;
}

.ua-ios .cta-wrapper, .ua-android .cta-wrapper {
    opacity: 1;
    background: none;
}

.ua-ios .shop-appstore {
    display: block;
}

.ua-ios .shop-logo {
    display: none;
}

.ua-android .shop-googleplay {
    display: block;
    margin-bottom: 0;
}

.ua-android .shop-logo {
    display: none;
}

.ua-mobile .login-wrapper {
    display: none !important;
}

#footer a, #footer a:active, #footer a:focus, #footer a:visited {
    font-size: 16px;
    font-weight: bold;
    color: #3a87a4;
    text-shadow: 0px 2px 0 #000;
    text-transform: uppercase;
}

#footer a:hover {
    color: #fff;
}

#footer ul {
    padding-left: 0;
}

.container.footer-container {
	width: 100%;
	max-width: 920px;
	position: relative;
	bottom: 0px;
}

#footer a, #footer a:active, #footer a:focus, #footer a:visited {
    font-size: 14px;
}

.shop-stars {
    background: url(../img/stars@2x.png) no-repeat scroll center center;
    background-size: contain;
    width: 113px;
    height: 40px;
    margin-top: 6px;
}

.shop-logo {
    background: url(../img/steam@2x.png) no-repeat scroll center center;
    background-size: contain;
    width: 122px;
    height: 35px;
    display: inline-block;
    vertical-align: top;
}

.shop-googleplay .shop-logo {
    background: url(../img/googleplay@2x.png) no-repeat scroll center center;
    background-size: contain;
    width: 136px;
    height: 35px;
}

.shop-appstore .shop-logo {
    background: url(../img/appstore@2x.png) no-repeat scroll center center;
    background-size: contain;
    width: 131px;
    height: 35px;
}

.shop-rating {
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: -10px;
    line-height: 0.8;
}

.shop-text {
    color: #fff;
    text-transform: uppercase;
    padding: 0 0 0 12px;
}

.legal-container {
    position: relative;
    right: auto;
    top: 0;
}

.ua-mobile #login {
    display: none;
}

.ua-mobile .cta {
    opacity: 0;
}

.ua-mobile .footer-container {
    top: -6vmin;
    position: relative;
}

.ua-mobile .footer-container .col-md-4 {
    width: 100%;
}

.ua-mobile .shop {
    display: none;
}

.ua-ios .shop-appstore {
    display: block;
}

.ua-android .shop-googleplay {
    display: block;
}

.ua-mobile .shop-rating {
    display: inline-block;
    text-align: center;
}

.ua-mobile .shop-stars {
    display: inline-block;
}

.ua-mobile .storebadge {
    max-width: 220px;
    max-height: 65px;
}
.ua-mobile .cta-wrapper {
    margin-top: -6vmin;
}
.ua-mobile .footer-container {
	bottom: 0px;
	margin-bottom: -8px;
}
.ua-mobile .footer-container {
	top: auto;
	position: relative;
	bottom: 0;
}

@media screen and (max-width:1200px) {
    .desktop .container {
        width: 1000px;
    }
}

.show-mobile, .background-mobile {
    display: none;
}

.scrollarea {
    display: none;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .slick-next, .slick-prev {
    background: url(../img/car_left.png) no-repeat 0 0;
    width: 7vmin;
    height: 10vmin;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    outline: none;
    border: none;
    text-indent: -9999px;
    z-index: 500;
    cursor: pointer;
}

.owl-carousel .owl-nav button.owl-prev, .slick-prev {
    transform: translate(-40vmin, -50%);
}

.ua-desktop .owl-carousel .owl-nav button.owl-prev:hover::before, .ua-desktop .slick-prev:hover::before {
    opacity: 1;
}

.owl-carousel .owl-nav button.owl-prev::before, .slick-prev::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/car_left_hover.png) no-repeat 0 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    opacity: 0;
    transition-property: opacity;
    transition-duration: 0.3s;
}

.ua-desktop .owl-carousel .owl-nav button.owl-next:hover::before, .ua-desktop .slick-next:hover::before {
    opacity: 1;
}

.owl-carousel .owl-nav button.owl-next::before, .slick-next::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/car_right_hover.png) no-repeat 0 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    opacity: 0;
    transition-property: opacity;
    transition-duration: 0.3s;
}

.owl-carousel .owl-nav button.owl-next, .slick-next {
    background: url(../img/car_right.png) no-repeat 0 0;
    background-size: contain;
    left: auto;
    right: 50%;
    transform: translate(40vmin, -50%);
}

.owl-carousel .owl-nav button.owl-next span, .owl-carousel .owl-nav button.owl-prev span {
    display: none;
}

.ua-mobile #cta {
    display: none;
}

/* footer fixed */
.ua-mobile .storebadge {
    max-width: 220px;
    max-height: 65px;
}
.ua-mobile #footer {
    width: 100%;
    bottom: 0;
    position: fixed;
}
.ua-mobile .cta-wrapper {
    margin-top: -6vmin;
}
.ua-mobile .footer-container {
    top: auto;
    position: relative;
    bottom: -26px;
}
.ua-mobile .footer-container {
    bottom: 0px;
    margin-bottom: -8px;
}
/* end of footer fixed */

@media screen and (max-width:1024px) {
    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
        background: url(../img/car_left.png) no-repeat 0 0;
        width: 44px;
        height: 62px;
        background-size: contain;
        position: absolute;
        left: 6%;
        top: 50%;
        margin-top: 20px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        outline: none;
    }
    .owl-carousel .owl-nav button.owl-next {
        background: url(../img/car_right.png) no-repeat right 0;
        background-size: contain;
        left: auto;
        right: 6%;
    }
    .owl-carousel .owl-nav button.owl-next span, .owl-carousel .owl-nav button.owl-prev span {
        display: none;
    }

    .footer-container .col-md-4 {
        width: 100%;
    }
    .logo {
        min-width: 300px;
        min-height: 116px;
    }
    .scene-container {
        display: none;
    }
    /* scrolling fix ios landscape */
    .owl-carousel {
        -ms-touch-action: pan-x;
        touch-action: pan-x;
    }
    html, body {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        overflow: hidden;
    }
    .wrapper-outer {
        height: calc(100% - 1px);
        width: 100%;
        z-index: 1; 
        -webkit-overflow-scrolling: touch;
    }
    /* end of scrolling fix ios landscape */
    .show-mobile, .background-mobile {
        display: block;
    }
    .background-mobile {
        display: block;
        z-index: 0;
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
    }
    .show-desktop {
        display: none;
    }
    .chooseclass {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }
    .wrapper {
        pointer-events: all;
    }
    .characters {
        display: none;
    }
    .plattform {
        background-size: cover;
        background-size: 140% 100%;
        background-position: center top;
        position: fixed;
        position: absolute;
        left: 0;
        bottom: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: 140%;
        left: -20%;
        height: 50%;
        z-index: -1;
    }
    .background {
        position: fixed;
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
    }
    .foreground {
        position: fixed;
        position: absolute;
        bottom: 0;
        z-index: -1;
    }
    .owl-carousel .owl-stage-outer {
        overflow: visible;
        position: relative;
        z-index: 100;
    }
    .owl-nav {
        position: absolute;
        top: 50%;
        width: 100%;
        z-index: 200;
    }
    .car-navigation {
        display: none;
    }
    .cta-wrapper {
        opacity: 1;
        margin-top: -24vmin;
    }
    .cta {
        color: #ffc21a !important;
    }
    /* .cta-arrow {
        background: rgba(0, 0, 0, 0) url("../img/cta_arrow.png") no-repeat scroll 0 0 / contain;
    } */
    .ua-mobile .footer-container {
        top: -6vmin;
        position: relative;
    }
    .ua-desktop .cta-wrapper {
        margin-top: 0;
        height: auto;
        position: relative;
    }
    .ua-desktop .cta {
        top: 0
    }
    .ua-desktop #footer {
        width: 100%;
        bottom: 0;
        position: relative;
    }
    .char {
        display: none;
        min-width: 0;
    }
    .char-carousel {
        display: block;
        top: 0;
        -webkit-transform: translate(-50%, 0) scale(0.8);
        -ms-transform: translate(-50%, 0) scale(0.8);
        transform: translate(-50%, 0) scale(0.8);
        -webkit-filter: grayscale(0%) brightness(1);
        filter: grayscale(0%) brightness(1);
        width: 100%;
        left: 50%;
        right: auto;
        width: 48vmin !important;
        height: 69vmin !important;
    }
    .char-carousel .attributes {
        display: block;
        opacity: 1;
    }
    .char-carousel .image {
        left: 33%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .char-carousel.hunter .image {
        left: 50%;
    }
    .char-carousel.mage .image {
        left: 33%;
    }
    .char-carousel.assassine .image {
        left: 42%;
    }
    .char-carousel .icon {
        left: 85%;
    }
    .char-carousel.assassine .icon {
        left: 92%;
    }
    .char-carousel .glow-bg {
        width: 157%;
        height: 145%;
        bottom: -28%;
        left: 95%;
    }
    .char-carousel .attributes {
        left: -8%;
        -webkit-transform: scale(1.2) rotate(0.01deg) translateY(-50%);
        -ms-transform: scale(1.2) rotate(0.01deg) translateY(-50%);
        transform: scale(1.2) rotate(0.01deg) translateY(-50%);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
    }
    .owl-item.active .char-carousel .glow-bg, .owl-item.active .char-carousel .glow-fg {
        display: block;
    }
    .shop {
        display: none;
    }
    .ua-desktop .shop-steam {
        display: block;
    }

    .attributes {
        text-shadow: 0 1px rgba(0, 0, 0, 0.2);
    }
    .legal-container {
        position: relative;
        right: 0;
        top: 0;
    }

    
    
    
    .container.footer-container {
        min-width: 0;
    }
    .attributes-box {
        width: 45vmin;
    }
    /* footer fixed */
    .ua-mobile .storebadge {
        max-width: 220px;
        max-height: 65px;
    }
    .ua-mobile #footer {
        width: 100%;
        bottom: 0;
        position: fixed;
    }
    .ua-mobile .cta-wrapper {
        margin-top: -6vmin;
    }
    .ua-mobile .footer-container {
        top: auto;
        position: relative;
        bottom: -26px;
    }
    .ua-mobile .footer-container {
        bottom: 0px;
        margin-bottom: -8px;
    }
    /* end of footer fixed */
    #footer a, #footer a:active, #footer a:focus, #footer a:visited {
        font-size: 10px;
    }
    #footer li.divider {
        font-size: 10px;
    }
    .footer-content {
        padding-bottom: 16px;
    }
    ul, ol {
        margin-top: 0;
        margin-bottom: 0px;
    }
    .ua-desktop .shop {
        display: block;
    }
    .ua-desktop .row-ratings .col-md-4 {
        width: 33%;
        float: left;
    }  
}

@media screen and (max-width:880px) {
    .shop-logo {
        display: block;
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        margin-bottom: 16px;
        .shop-rating {
	display: inline-block;
	text-align: center;
	top: -16px;
	margin-bottom: -30px;
}
    }
    .ua-desktop .shop {
        transform: scale(0.9);
        transform-origin: center bottom;
    }
    
    .shop-rating {
        display: inline-block;
        text-align: center;
        top: -16px;
    }

    .ua-mobile .shop-rating {
        margin-bottom: -30px;
    }

    .ua-desktop .shop-rating {
        top: -26px;
    }
    .shop-stars {
        display: inline-block;
    }

    .white-popup {
        position: relative;
        background: #fff;
        padding: 20px;
        width: auto;
        max-width: 800px;
        margin: 20px auto;
        padding-top: 48px;
    }
}

@media screen and (max-width:1200px) {
    .desktop .wrapper-all {
        min-width: 0;
    }
    .desktop .container {
        width: 100%;
        min-width: 0;
    }
    .desktop #login {
        right: 0;
    }
}

@media screen and (max-width:768px) {
    .owl-carousel .owl-stage-outer {
        transform: scale(1.5);
    }
    .ua-mobile .cta-wrapper {
        margin-top: -11vmin;
    }
    .ua-desktop .cta-wrapper {
        -webkit-transform: scale(1.6) translateX(-50%);
        -ms-transform: scale(1.6) translateX(-50%);
        transform: scale(1.6) translateX(-50%);
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
    }
    .char-carousel {
        -webkit-transform: translate(-50%, 0) scale(1);
        -ms-transform: translate(-50%, 0) scale(1);
        transform: translate(-50%, 0) scale(1);
    }
    .attributes-header {
        font-size: 2.35vmin;
    }
    .owl-carousel {
        top: 59%;
        position: fixed;
        transform: translateY(-50%);
    }
    .owl-carousel .owl-nav button.owl-prev {
        left: 8px;
    }
    .owl-carousel .owl-nav button.owl-next {
        right: 8px;
    }
}

@media screen and (max-width:640px) {
    .char-carousel {
        -webkit-transform: translate(-50%, 0) scale(1.3);
        -ms-transform: translate(-50%, 0) scale(1.3);
        transform: translate(-50%, 0) scale(1.3);
    }
    .attribute-bar-inner {
        left: 0.65vmin;
    }
    .ua-mobile .legal-container {
        top: -6vmin;
    }
    .chooseclass {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
        margin-top: -1vmin;
        margin-bottom: 3vmin;
    }
    .storebadge {
        width: 50vmin;
        height: 15vmin;
    }
    .ua-mobile .footer-container {
        top: -6vmin;
        position: relative;
    }
    /* footer fixed */
    .ua-mobile .footer-container {
        top: 0;
        position: relative;
    }
    .ua-mobile .legal-container {
        top: 16px;
    }
    /* end of footer fixed */
    #footer a, #footer a:active, #footer a:focus, #footer a:visited {
        font-size: 10px;
    }
    #footer li.divider {
        font-size: 10px;
    }
    .footer-content {
        padding-bottom: 16px;
    }
    ul, ol {
        margin-top: 0;
        margin-bottom: 6px;
    }

    .ua-mobile .owl-carousel .slick-list {
        transform: translateY(-7%) scale(1.7);
       
    }
    .ua-mobile .owl-carousel .owl-nav button.owl-prev, .slick-prev {
        transform: translate(0, -50%) scale(1.5);
        left: 10px;
    }
    .ua-mobile .owl-carousel .owl-nav button.owl-prev, .slick-next {
        transform: translate(0, -50%) scale(1.5);
        right: 10px;
    }
}

@media screen and (max-width:550px) {
    .ua-mobile .owl-carousel .slick-list {
        transform: translateY(-7%) scale(1.7);
       
    }
    .ua-mobile .owl-carousel .owl-nav button.owl-prev, .slick-prev {
        transform: translate(0, -50%) scale(1.5);
        left: 10px;
    }
    .ua-mobile .owl-carousel .owl-nav button.owl-prev, .slick-next {
        transform: translate(0, -50%) scale(1.5);
        right: 10px;
    }
}

@media screen and (max-width:375px) {
    #footer li {
        margin: 0 6px;
    }
    #footer a, #footer a:active, #footer a:focus, #footer a:visited {
        font-size: 9px;
    }
    #footer li.divider {
        font-size: 9px;
    }
    .logo {
        min-width: 250px;
        min-height: 97px;
    }
    .footer-content {
        padding-bottom: 16px;
    }
    ul, ol {
        margin-top: 0;
        margin-bottom: 0px;
    }
}

@media only screen and (min-width: 360px) and (max-width: 1023px) and (orientation: landscape) {
    /* .ua-mobile #footer {
        width: 100%;
        bottom: 0;
        position: relative;
    } */
    .footer-content {
        padding-bottom: 16px;
    }
    ul, ol {
        margin-top: 0;
        margin-bottom: 0px;
    }
    .legal-container {
        top: 10px;
    }
}

.characters {
    border: 1px solid red;
}

.char {
    display: none;
    min-width: 0;
}

.char-carousel {
    display: block;
    top: 0;
    -webkit-transform: translate(-50%, 0) scale(0.8);
    -ms-transform: translate(-50%, 0) scale(0.8);
    transform: translate(-50%, 0) scale(0.8);
    /* -webkit-filter: grayscale(0%) brightness(1);
    filter: grayscale(0%) brightness(1); */
    width: 100%;
    left: 50%;
    right: auto;
    width: 48vmin !important;
    height: 69vmin !important;
    backface-visibility: hidden;
}

.char-carousel .attributes {
    display: block;
    opacity: 1;
}

.char-carousel .image {
    left: 42%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    display: flex !important;
    justify-content: end;
    align-items: end;
}
.char-carousel.demonhunter .image {
	left: 44%;
	/* -webkit-transform: none; */
	height: 105%;
	width: 116%;
}

.char-carousel.druid .image {
	left: 50%;
	top: -8%;
	width: 121%;
	height: 116%;
}


.char-carousel.demonhunter .image::before{
        /* content: " "; */
        display: none;
        position: absolute;
        width: 70%;
        height: 20%;
        background: url(../img/blob.png) no-repeat;
        background-size: 100% 100%;
        bottom: 6%;
        left: 15%;
    }

    .necromancer .image {
        width: 143%;
        height: 117%;
        top: -3%;
        left: 26%;
    }

    .char-carousel.bard .image {
        left: 34%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        top: -11%;
        width: 127%;
        height: 114%;
    }

    .char-carousel.bard .image::before {
        content: " ";
        position: absolute;
        width: 70%;
        height: 20%;
        background: url(../img/blob.png) no-repeat;
        background-size: 100% 100%;
        bottom: 1%;
        left: 11%;
        display: none;
    }

    .char-carousel.hunter .image {
        left: 36%;
        width: 141%;
        bottom: -3%;
    }

    .char-carousel.hunter .image::before {
        display: none;
    }

.char-carousel.mage .image {
	left: 32%;
	width: 131%;
	height: 131%;
	top: -23%;
}

.char-carousel.berserk .image {
	left: 39%;
	width: 130%;
	top: 5%;
}

.char-carousel.assassine .image {
	left: 35%;
	width: 130%;
	top: 5%;
}

.char-carousel.warrior .image {
	left: 35%;
	width: 130%;
	top: 9%;
}
.char-carousel.warrior .image::before {
    display: none;
}

.char-carousel.paladin .image {
	left: 35%;
	width: 137%;
	top: -15%;
}


.char-carousel.warlock .image {
	top: -11%;
	width: 140%;
	left: 27%;
}

.char-carousel .icon {
    left: 85%;
}

.char-carousel.assassine .icon {
    left: 92%;
}

.char-carousel .glow-bg {
    width: 157%;
    height: 145%;
    bottom: -28%;
    left: 95%;
}

.char-carousel .attributes {
    left: -39%;
    -webkit-transform: scale(1.0) rotate(0.01deg) translateY(-50%);
    -ms-transform: scale(1.0) rotate(0.01deg) translateY(-50%);
    transform: scale(1.0) rotate(0.01deg) translateY(-50%);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}

.owl-item.active .char-carousel .glow-bg, .owl-item.active .char-carousel .glow-fg {
    display: block;
}

.slick-slide {
    text-align: center;
}

.slick-slide img {
    display: inline-block;
}

.classes {
    position: relative;
    background-size: contain;
    height: 10vmin;
    width: 90vmin;
    margin: 0 auto;
    z-index: 2000;
}

.classes2 {
    position: relative;
    background-size: contain;
    height: 22vmin;
    width: 90vmin;
    margin: -8vmin auto -5vmin;
    z-index: 2;
    overflow: hidden;
    padding-top: 5.8vmin;
    max-width: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+7,1+93,0+100 */
    
    -webkit-mask-image: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 7%,rgba(255,255,255,1) 93%,rgba(255,255,255,0) 100%);
    mask-image: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 7%,rgba(255,255,255,1) 93%,rgba(255,255,255,0) 100%);
}

.ua-mobile .classes2 {
    -webkit-mask-image: none;
    mask-image: none; 
}

.class {
    position: absolute;
    width: 11.11%;
    left: 0;
    top: 0;
}

.class img {
    max-width: 100%;
}

.druid-bear {
    background: url(../img/druid_bear.png) center center no-repeat;
    background-size: contain;
    display: inline-block;
    width: 2.5vmin;
    height: 2.5vmin;
    position: relative;
    top: 0.4vmin;
}

.druid-cat {
    background: url(../img/druid_cat.png) center center no-repeat;
    background-size: contain;
    display: inline-block;
    width: 2.5vmin;
    height: 2.5vmin;
    position: relative;
    top: 0.4vmin;
}

.owl-carousel .owl-stage, .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.slick-list {
    overflow: visible;
}

.slick-slide {
    cursor: pointer;
}

.slick-slide img, .icon-inner {
    max-width: 100%;
    width: 100%;
    pointer-events: none;
    outline: 0 none !important;
}

.slick-slide, .slick-slide * {
    outline: 0 none !important;
    border: 0 !important;
}

.slick-center {
    pointer-events: none;
}

.icon-inner {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    transform: scale(1.6);
}

.slick-center .icon-inner {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    transform: scale(1.6);
}


.slick-slide {
    transition:all 400ms ease-in-out;
 }

.slick-center {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    transform: scale(1.6);    
  }

  .slick-cloned {
    transition:all 500ms ease; 
  }

/* */

.slick-active img {
    transform: scale(1.4);
}

.slick-active+.slick-active img {
    transform: scale(1.4)
}

.slick-active+.slick-active+.slick-active img {
    transform: scale(1.4)
}

.slick-active+.slick-active+.slick-active+.slick-active img {
    transform: scale(1.4)
}

.slick-active+.slick-active+.slick-active+.slick-active+.slick-active+.slick-active img {
    transform: scale(1.4)
}

.slick-active+.slick-active+.slick-active+.slick-active+.slick-active+.slick-active+.slick-active img {
    transform: scale(1.4)
}

.slick-active+.slick-active+.slick-active+.slick-active+.slick-active+.slick-active+.slick-active+.slick-active img {
    transform: scale(1.4)
}

.slick-active+.slick-active+.slick-active+.slick-active+.slick-active+.slick-active+.slick-active+.slick-active+.slick-active img {
    transform: scale(1.4);
} 

.slick-slide .icon-inner {
	position: relative;
	line-height: 1px;
}

.icon-inactive, .icon-active {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
}

.slick-center .icon-inactive, .slick-slide:hover .icon-inactive {
    opacity: 0;
}

.icon-active {
    opacity: 0.05;
}

.slick-center .icon-active, .slick-slide:hover .icon-active {
    opacity: 1;
}

.row-ratings {
    margin-bottom: -16px;
}

.scene-container2 {
    z-index: 5;
    pointer-events: none;
}




.owl-carousel .slick-slide {
    opacity: 0;
    transition: opacity 0.4s ease-out;
}
  
.owl-carousel .slick-slide.slick-current.slick-center {
    opacity: 1;
}


.webp .background{
	background-image: url(../img/bg.jpg);
}
.no-webp .background{
	background-image: url(../img/bg.jpg);
}

/* carousel mobile vertical */
@media screen and (max-width:767px) {

    .classes2 {

        -webkit-mask-image: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 80%,rgba(255,255,255,0) 100%);
        mask-image: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 80%,rgba(255,255,255,0) 100%);
    }

    .webp .background{
        background-image: url(../img/mobile_bg.jpg);
    }
    .no-webp .background{
        background-image: url(../img/mobile_bg.jpg);
    }

    .foreground {
        background: url(../img/mobile_fg.png) no-repeat;
        background-size: contain;
        width: 117vw;
        height: 46vh;
        position: absolute;
        right: 0;
        bottom: 0;
        left: auto;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        background-position: right bottom;
        -webkit-filter: hue-rotate(0) saturate(1) brightness(1);
         filter: hue-rotate(0) saturate(1) brightness(1);
    }
    .attributes-box {
        width: 80vmin;
    }
    .char-carousel .attributes {
        left: 50%;
        transform: scale(1.0) rotate(0.01deg) translateY(0) translateX(-50%);
        bottom: -5vmin;
        position: absolute;
        top: auto;
        z-index: 100;
        text-align: center;
    }
    .attributes-header {
        font-size: 4.0vmin;
        padding: 0;
        text-align: center;
    }
    .attributes-box::before, .attributes-box::after {
        left: 50%;
        transform: translateX(-50%) scale(1.5);
    }

   .attributes-box::after {
        transform: translateX(-50%) scale(-1.5);
    }
    #lp-content .class-info {   
        font-size: 3.5vmin;
    }
    .owl-carousel {
        top: -5vh;
        position: relative;
        transform: translateY(0);
        margin-top: 0;
        margin-bottom: 30px;
    }
    .ua-mobile .owl-carousel .slick-list {
        transform: translateY(0) scale(1.0);
    }

    .char-carousel {
        display: block;
        top: 0;
        transform: translate(-50%, 0) scale(1);
        left: 50%;
        right: auto;
        width: 100% !important;
        height: 47vh !important;
    }
    .char-carousel .image {
        left: 50%;
        transform: translateX(-50%);
    }
    .char-carousel.demonhunter .image {
        left: 48%;
        transform: translateX(-50%);
        width: 75%;
        height: 108%;
        top: -5%;
    }

    .char-carousel.bard .image {
        left: 54%;
        transform: translateX(-50%);
        width: 83%;
    }
    .char-carousel.hunter .image {
        left: 52%;
        width: 87%;
        bottom: 0%;
    }
    .char-carousel.assassine .image {
        left: 50%;
    }
    .char-carousel .glow-bg {
        left: 50% !important;
    }
    .content {
        display: flex;
        flex-grow: 1;
        flex-direction: column;
        align-items: stretch;
        justify-content: space-between;
    }
    .ua-mobile #footer {
        width: 100%;
        bottom: 0;
        position: relative;
    }
    .ua-mobile .cta-wrapper {
        margin-top: -5vmin;
    }

    .ua-mobile .classes2 {
        transform: scale(1.6);
    }


    .char-carousel.assassine .image {
        height: 120%;
        width: 90%;
        left: 52%;
        top: -5%;
    }

    .char-carousel.warrior .image {
        left: 51%;
        width: 91%;
        top: 5%;
    }
    
    .char-carousel.warlock .image {
        top: -15%;
        width: 97%;
        height: 123%;
        left: 51%;
    }

    .char-carousel.berserk .image {
        left: 51%;
        width: 91%;
        top: 3%;
        height: 104%;
    }

    .char-carousel.druid .image {
        top: -9%;
        width: 82%;
        height: 114%;
        left: 53%;
    }

    .char-carousel.mage .image {
        left: 52%;
        height: 141%;
        top: -30%; 
        width: 87%;
    }

    .necromancer .image {
        width: 98%;
        height: 112%;
        left: 50%;
        top: 0%;
    }

    .char-carousel.paladin .image {
        left: 53%;
        width: 98%;
        top: -15%;
    }


}

.slick-slide{
    transform: translate3d(1px,1px,1px) rotate(0.1deg);
}

.tns-ovh {
	overflow: visible;
    transform: translate3d(1px, 1px, -1px) rotate(0.1deg);
}

.tns-controls button {
	background: url(../img/car_left.png) no-repeat 0 0;
	width: 7vmin;
	height: 10vmin;
	background-size: contain;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: 20px;
	-webkit-transform:  translate(-40vmin,-50%);
	-ms-transform:  translate(-40vmin,-50%);
	transform: translate(-40vmin,-50%);
	outline: none;
	border: none;
	text-indent: -9999px;
	z-index: 500;
	cursor: pointer;
}

.tns-controls button[data-controls="next"] {
	background-image: url(../img/car_right.png);
	left: 50%;
	-webkit-transform:  translate(40vmin,-50%);
	-ms-transform:  translate(40vmin,-50%);
	transform: translate(40vmin,-50%);
}

.tns-controls button {
    outline: none;
  }
  .tns-controls .btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  .tns-controls .btn:focus {
    outline: none !important;
  }
  
  .tns-controls .btn:focus {
    box-shadow: none;
  }

  .tns-controls button[data-controls="next"]::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: url(../img/car_right_hover.png) no-repeat 0 0;
	width: 100%;
	height: 100%;
	background-size: contain;
	opacity: 0;
	transition-property: opacity;
	transition-duration: .3s;
}

.tns-controls button[data-controls="prev"]::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: url(../img/car_left_hover.png) no-repeat 0 0;
	width: 100%;
	height: 100%;
	background-size: contain;
	opacity: 0;
	transition-property: opacity;
	transition-duration: .3s;
}

.ua-desktop .tns-controls button[data-controls="next"]:hover::before,
.ua-desktop .tns-controls button[data-controls="prev"]:hover::before
 {
	opacity: 1;
}

@media screen and (max-width:550px) {
    .tns-controls button[data-controls="prev"]{
        transform: translate(0,-50%) scale(1.5);
        left: 10px;
    }
    .tns-controls button[data-controls="next"] {
        transform: translate(0,-50%) scale(1.5);
        right: 10px;
        left: auto;
    }
}


/* demonhunter.css */

.plattform {
    -webkit-filter: hue-rotate(158deg) saturate(2);
    filter: hue-rotate(158deg) saturate(2);
}

.foreground {
    -webkit-filter: hue-rotate(158deg) saturate(2) brightness(0.6);
    filter: hue-rotate(158deg) saturate(2) brightness(0.6);
}

#footer a:hover {
    color: #ffc21a;
}

#footer a, #footer a:active, #footer a:focus, #footer a:visited {
    color: #fff;
}

#footer li.divider {
    color: #fff;
}

.webp .logo {
    background-image: url("../img/logo.png");
}

.no-webp .logo {
    background-image: url("../img/logo.png");
}


.mage .icon {
    background-image: url(../img/icon_mage_inactive.png);
}

.hunter .icon {
    background-image: url(../img/icon_hunter_inactive.png);
    left: 51%;
}

.warlock .icon {
    background-image: url(../img/icon_warlock_inactive.png);
}

.assassine .icon {
    background-image: url(../img/icon_assassin_inactive.png);
}

.warrior .icon {
    background-image: url(../img/icon_warrior_inactive.png);
}

.berserk .icon {
    background-image: url(../img/icon_berserk_inactive.png);
}

.demonhunter .icon {
    background-image: url(../img/icon_demonhunter_inactive.png);
}


.webp .mage .image {
    background-image: url(../img/mage_inactive.png);
}

.no-webp .mage .image {
    background-image: url(../img/mage_inactive.png);
}

.webp .hunter .image {
    background-image: url(../img/hunter_inactive.png);
}

.no-webp .hunter .image {
    background-image: url(../img/hunter_inactive.png);
}

.webp .warlock .image {
    background-image: url(../img/warlock_inactive.png);
}

.no-webp .warlock .image {
    background-image: url(../img/warlock_inactive.png);
}

.webp .assassine .image {
    background-image: url(../img/assassine_inactive.png);
}

.no-webp .assassine .image {
    background-image: url(../img/assassine_inactive.png);
}

.webp .warrior .image {
    background-image: url(../img/warrior_inactive.png);
}

.no-webp .warrior .image {
    background-image: url(../img/warrior_inactive.png);
}

.webp .berserk .image {
    background-image: url(../img/berserk_inactive.png);
}

.no-webp .berserk .image {
    background-image: url(../img/berserk_inactive.png);
}

.webp .demonhunter .image {
    background-image: url(../img/demonhunter_inactive.png);
}

.no-webp .demonhunter .image {
    background-image: url(../img/demonhunter_inactive.png);
}

.chooseclass {
    text-shadow: 0 3px #220007, 0 0 15px #220007, 0 0 30px #220007;
}

.attributes-header {
    text-shadow: 0 3px #220007, 0 0 15px #220007, 0 0 30px #220007;
}


.char .image::before {
    content: " ";
    position: absolute;
    width: 70%;
    height: 20%;
    background: url(../img/blob.png) no-repeat;
    background-size: 100% 100%;
    bottom: -6%;
    left: 20%;
}

.druid .image::before {
  display: none;
}


.assassine .image::before {
    bottom: -6%;
    left: 15%;
    display: none;
}

.hunter .image::before {
    bottom: -6%;
    left: -4%;
}

.warlock .image::before {
    bottom: -1%;
    left: 20%;
    display: none;
}

.mage .image::before {
    bottom: -3%;
    left: 20%;
    display: none;
}

.berserk .image::before {
    bottom: -5%;
    left: 15%;
    display: none;
}




.trees-left {
    background: url(../img/fg_left.png) no-repeat;
    background-size: contain;
    width: 58vh;
    height: 100vh;
    position: absolute;
    left: -10%;
    top: 0;
    -webkit-transform: translate(-0%, 0);
    -ms-transform: translate(-0%, 0);
    transform: translate(-0%, 0);
    pointer-events: none;
}

.trees-right {
    background: url(../img/fg_right.png) no-repeat;
    background-size: contain;
    width: 43vh;
    height: 50vh;
    position: absolute;
    right: -8%;
    top: 0;
    -webkit-transform: translate(-0%, 0);
    -ms-transform: translate(-0%, 0);
    transform: translate(-0%, 0);
    pointer-events: none;
}

#footer {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#180808+0,180808+100&0.04+0,1+100 */
    background: -moz-linear-gradient(top, rgba(24, 8, 8, 0.04) 0%, rgba(24, 8, 8, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(24, 8, 8, 0.04) 0%, rgba(24, 8, 8, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(24, 8, 8, 0.04) 0%, rgba(24, 8, 8, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0a180808', endColorstr='#180808', GradientType=0); /* IE6-9 */

}

:root{
    --size-shopbuttons: 13 * 1vh
}

/* 44.1 =  341 px */
.shop-buttons{
    background: url(../img/shop_bg.png) no-repeat;
    background-size: contain;
    position: absolute;
    right: 3rem;
    top: 0;
    width: calc(341 / var(--size-shopbuttons));
    height: calc(72 / var(--size-shopbuttons));
    z-index: 250;
    display: flex;
    place-content: center;
}
.shop-btn:hover{
   color: #ffc017;
}
.shop-btn{
    background: url(../img/shop_community.png) no-repeat;
    background-size: calc(53 / var(--size-shopbuttons)) calc(41 / var(--size-shopbuttons));
    background-position: left 30%;
    padding-left: calc(60 / var(--size-shopbuttons));
    line-height: calc(60 / var(--size-shopbuttons));
    font-size: calc(16 / var(--size-shopbuttons));
    text-transform: uppercase;
}
.shop-btn.shop-btn-shop{
    background: url(../img/shop_cart.png) no-repeat;
    background-size: calc(39 / var(--size-shopbuttons)) calc(42 / var(--size-shopbuttons));
    background-position: left 30%;
    padding-left: calc(45 / var(--size-shopbuttons));
}

.shop-divider {
	background: url(../img/shop_divider.png) no-repeat;
	background-position: center 30%;
	background-size: contain;
	width: calc(10 / var(--size-shopbuttons));
	margin: 0 calc(5 / var(--size-shopbuttons));
}

.shop-banderole {
	background: url(../img/shop_banderole2.png) no-repeat;
	background-size: contain;
	position: absolute;
	right: calc(-9 / var(--size-shopbuttons));
	bottom: calc(-10 / var(--size-shopbuttons));
	width: calc(65 / var(--size-shopbuttons));
	height: calc(77 / var(--size-shopbuttons));
	pointer-events: none;
}

.shop-banderole-text {
	text-transform: uppercase;
	transform: translate(-34%, -38%) rotate(-45deg);
	position: relative;
	left: 50%;
	color: #fff;
	top: 50%;
	text-align: center;
	width: calc(40 / var(--size-shopbuttons));
	text-shadow: -1px 2px #000;
	font-size: calc(26 / var(--size-shopbuttons));
    font-weight: bold;
}

.shop-buttons.shop-buttons-mobile{
    position: relative;
    right: auto;
    top: auto;
    margin: 0 auto;
    background: none;
    width: auto;
    height: auto;
}

a{
    text-decoration: none;
}

.shop-btn-wrapper{
    --size-shopbuttons: 1.4 * 1px;
    background: url(../img/shop_bg_community.png) no-repeat;
    background-size: contain;
    height: calc(80 / var(--size-shopbuttons));
    width: calc(234 / var(--size-shopbuttons));
    display: flex;
    place-content: center;
    align-items: center;
}
.shop-btn-wrapper.shop-btn-wrapper-shop {
	--size-shopbuttons: 1.4 * 1px;
	background: url(../img/shop_bg_shop.png) no-repeat;
	background-size: contain;
	height: calc(80 / var(--size-shopbuttons));
	width: calc(172 / var(--size-shopbuttons));
	position: relative;
	background-size: 100% 100%;
}

.shop-buttons.shop-buttons-mobile .shop-btn{
    --size-shopbuttons: 1.4 * 1px;
    background-size: calc(53 / var(--size-shopbuttons)) calc(41 / var(--size-shopbuttons));
    background-position: left 30%;
    padding-left: calc(60 / var(--size-shopbuttons));
    line-height: calc(60 / var(--size-shopbuttons));
    font-size: calc(16 / var(--size-shopbuttons));
    text-transform: uppercase;
}
.shop-buttons.shop-buttons-mobile .shop-btn.shop-btn-shop{
    --size-shopbuttons: 1.4 * 1px;
    background-size: calc(39 / var(--size-shopbuttons)) calc(42 / var(--size-shopbuttons));
    background-position: left 30%;
    padding-left: calc(45 / var(--size-shopbuttons));
}
.shop-buttons.shop-buttons-mobile .shop-banderole {
	--size-shopbuttons: 1.6 * 1px;
	background: url(../img/shop_banderole.png) no-repeat;
	background-size: contain;
	position: absolute;
	right: calc(-6 / var(--size-shopbuttons));
	bottom: calc(-6 / var(--size-shopbuttons));
	width: calc(69 / var(--size-shopbuttons));
	height: calc(81 / var(--size-shopbuttons));
}

#tns1 {
	top: -4.5vh;
}

b, strong {
    font-weight: bolder;
    font-family: 'tobi_blackregular' !important;
  }



  .mfp-container{
	z-index: 10;
}
  .mfp-content{
    padding:50px 16px;
}

  .mfp-content, .mfp-content *{
    font-family: "tobilight" !important;
    color: #fff !important;
    background-color: transparent !important;
    line-height: 1.2em;
}

.mfp-content h1{
    color: #fff !important;
    font-size: 24px !important;
}
.mfp-content a{
   text-decoration: underline !important;
}
.mfp-content a, .mfp-content a span{
    color: var(--color-gold-mid) !important;
}
.mfp-content table{
    width: 100% !important;
 }
.mfp-content td{
    width: auto !important;
    min-width: 50%;
    border-color: #fff !important;
 }

 .mfp-content p.LO-normal, .mfp-content li.LO-normal, .mfp-content div.LO-normal {
	font-size: 14px !important;
}
.mfp-content .WordSection1 > p.LO-normal, .mfp-content h3 {
	margin-left: 0 !important;
	text-indent: 0 !important;
}


 .mfp-close {
	font-family: Arial, Baskerville, monospace !important;
}

.mfp-close,  .mfp-close:active {
    position: fixed;
    right: 0px;
    margin-right: 16px;
    top: 18px;
    background: #000 !important;
    opacity: 1 !important;
    border-radius: 50%;
    border: 2px solid #fff !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    font-size: 26px !important;
    transition: all 0.2s ease-in-out;
    width: 38px;
    height: 38px;
    text-decoration: none !important;
    z-index: 10;
}

.ua-desktop.ua-chrome .mfp-close, .ua-desktop.ua-chrome .mfp-close:active {
    right: 12px;
    line-height: 35px;
}

@media (hover: hover) {
  .mfp-close:hover {
        color: #000 !important;
        background: #fff !important;
        border: 2px solid #fff !important;
    }
} 