/*  VARIABLES */

:root {
    --darkColor: #1f1f2b; /*#2c2c2c;*/
    --darkColorHighlight: #3f3f5b;
    --secondColor: #017489; /*#b72323;*/
    --brighterColor: #7870a4;
    --brightestColor: #9199ff;
    --darkerColor: #aaaaaa;
    --brightBlue: #898ed0;
}

/* GENERAL */

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    color: #FFFFFF;
    text-align: left;
    margin-top: 0px !important;
    padding-top: 0px !important;
    width: 100%;
    min-height: 800px; /* real browsers */
    height: auto !important; /* real browsers */
    height: 100%; /* IE6: treated as min-height*/
    top: 0px;
}

h1 {
    font-family: 'Squada One';
    font-size: 2.2em;
    margin-bottom: 0.1em;
}

h2 {
    font-size: 1.0em;
}


h3 {
    font-family: "Squada One";
    font-size: 1.5em;
}

h4 {
    font-family: 'Squada One';
    font-size: 1.5em;
    margin-bottom: 0.1em;
}

h5 {
    font-family: "Squada One";
    font-size: 1.5em;
    margin-bottom: 0;
}

h6 {
    font-size: 1.5rem;

}

ul {
    margin-bottom: 0;
}

img {
    max-width:100%;

}

.noWrap {
    white-space: nowrap;
}

.onlyMobile {

}

.obfus {
    display:none;
}

.hideMe {
    display: none;
}

.dimmed {
    color: var(--darkerColor);
}

.oneLiner{
    white-space: nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
    text-align: left;
}

.shortenMe{
    text-overflow: ellipsis;
    overflow: hidden;
}

.error {
    color: #ef3d3d;
}

.success {
    color: #25a25a;
}



/* AGE GATE */

.ageGateModal {

}


/* INDEX Slider */
.slider{
    width: 100%;
    height: 100%;
    /*overflow: hidden;*/
    position: relative;
}

.slide{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    float: left;
    position: absolute;
}

.slick-list.draggable {
    border-radius: 5px;
    max-height: 325px;
    overflow: hidden;
}

.slick-dots li.slick-active button:before
{
    opacity: 0.75;
    color: white;
}

.slick-dots
{
    bottom: 0;
}

.slick-dots li button:before
{
    color: white;
}

li.indicator {
    display: inline-block;
    color: var(--brighterColor);
}


li.active {
    color:white;
}

/* PRESS RELEASE */

.pressListDate {
    font-size: 1.2em;
    line-height: 1.3em;
}

/* GAMES */

.blackBG {
    background-color: rgba(0,0,0,0.7);
    min-height: 800px;
}

.interHeader {
    border-bottom: 2px solid white;
    font-family: "Squada One";
    font-size: 2em;
    display: block;
    width: 100%;
    padding-bottom: 4px;
    line-height: 1.0em;
}

.description {
    font-size: 1.3em;
    line-height: 1.3em;
    font-family: "Open Sans";
}



.styledSearch, .styledSearch option, .styledSearch:focus {

    background-color: var(--darkColor);
    color: white;
    box-shadow: 0 0 0 0;
    border: 0px;
    border-radius: 5px;
}

/* CONTACT */

.contactBox {
    /*background-color: rgba(103, 112, 195, 0.1);
    border-radius: 5px;
    padding: 20px 10px;
    height: 12em;*/
    border-radius: 5px;
    overflow: hidden;
    color: #ffffff;
    padding: 16px;
    border: 1px solid #3c364a;
}



/* FONT SIZES */

.fontS {
    font-size: 0.75em;
}


/* LINKS */

a.butLink:link, a.butLink:visited {
    color: white;
    display: block;
    border: 1px solid white;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
    padding:5px 10px;
    width: intrinsic;           /* Safari/WebKit verwendet einen nicht standardisierten Namen */
    width: -moz-max-content;    /* Firefox/Gecko */
    width: -webkit-max-content; /* Chrome */
    width: max-content;
    margin-left: auto;
    margin-right: auto;
}
a.butLink:hover, a.butLink.active {
    background-color: var(--brighterColor);
}

a:link, a:visited {
    color: white;
}

a:hover, a:active {
    color: var(--brighterColor);
    text-decoration: none;
}

p a:link, p a:visited {
    color: #bdafde;
}

p a:hover, p a:active {
    color: var(--brighterColor);
    text-decoration: none;
}

a.dark:link, a.dark:visited {

    color: var(--brighterColor);
}

a.dark:hover, a.dark:active {
    color: white;
}

a.darkdark:link, a.darkdark:visited {

    color: var(--brighterColor);
}

a.darkdark:hover, a.darkdark:active {
    color: black;
}

a.newsBG:link, a.newsBG:visited {
    display: block;
    border-radius: 5px;
    overflow:hidden;
}
a.newsBG:hover, a.newsBG:active {
    text-decoration: none;
    background-color: rgba(143, 152, 235, 0.15);
    color: white;
}

a.pressBG:link, a.pressBG:visited {
    display: block;
    border-radius: 5px;
    overflow: hidden;
    color: #ffffff;
    padding: 16px;
    border: 1px solid #3c364a;
    /* background-color: rgba(53, 62, 145, 0.1); */
}
a.pressBG:hover, a.pressBG:active {
    text-decoration: none;
    color:white;
    background-color: rgba(120, 127, 191, 0.1);
    color: white;
}

a.menu:link, a.menu:visited {
     text-decoration: none;
     color: white;
 }
a.menu:hover, a.menu:active {
    color: var(--brightestColor);
}

a.mSel:link, a.mSel:visited {
    text-decoration: none;
    color: var(--brightestColor);
}
a.mSel:hover, a.mSel:active {
    color: var(--brightestColor);
}

a.regLink:link, a.regLink:visited {
    color: white;
    text-decoration: underline;
    display: block;
}

a.regLink:hover, a.refLink:active {
    color: var(--brighterColor);
}

a.pressList:link, a.pressList:visited {
    background-color: var(--darkColor);
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 0.9em;
    line-height: 1.2em;
    min-height: 44px;
}
a.pressList:hover, a.pressList:active {
    background-color: #2b2b3c !important;
    text-decoration: none;
    color: inherit;
}

a.inline:link, a.inline:visited {

    color: var(--brightBlue);
}
a.inline:hover, a.inline:active {
    color: var(--brighterColor);
    text-decoration: none;
}

a.historyLink:link, a.historyLink:visited {
    color: inherit;
    text-decoration: none;
}
a.historyLink:hover, a.historyLink:active {

}

/* MENU */
.menuContainer {
    background-color: var(--darkColor);
    font-family: 'Squada One';
    font-size: 1.5em;
}

.menuCol {
    margin-top: 10px;
    margin-bottom: 10px;
    white-space: nowrap;
}

.mSel {
    color: var(--brightestColor);
}

.navbar {
    padding-left: 0px;
    padding-right: 0px;
}

.newsletterButton {
    font-size: 1em;
    display: inline-block;
    line-height: 1.2em;
    text-align: center;
    margin-top: 0px;
    position: relative;
    top: 1px;
    border-radius: 6px;
    padding: 4px 7px;
    background-color: #1f1f2b;
    text-transform: uppercase;
    color: #b1b1da;
    cursor:pointer;
}

/* BODY */

.bodyContainer {
    background-image: none; /* url("../img/BG_sm.jpg"); */
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #000;/* #05060a; */
    min-height: 800px;
}

.adminContainer {
    background-color: #101017;
    min-height: 800px;
}

@media only screen and (min-width: 768px) {
    .bodyContainer {
        background-image: url("../img/BG_md.jpg");
    }
}

@media only screen and (min-width: 992px) {
    .bodyContainer {
        background-image: url("../img/BG_lg.jpg");
    }
}

@media only screen and (min-width: 1200px) {
    .bodyContainer {
        background-image: url("../img/BG_xl.jpg");
    }
}

.thumbs {
    display: inline-block;

}

.leThumb {
    cursor:pointer;
}

.pointerMe {
    cursor:pointer;
}

.pointerMe:hover {
    color: #dadada;
}

/* TOKEN REDEEM */

.tokenContainer {
    background-color: #343a40;
    border-radius: 5px;
    padding: 18px 55px;
    color: #ffffff;
    font-size: 2rem;
    line-height: 2.2rem;
}

/* FOOTER */

.footerContainer {
    background-color: var(--darkColor);
    border-top: 8px solid var(--brighterColor);
}

.footerHeaderContainer {
    display: block;
    border-bottom: 1px solid white;
    padding-top: 10px;
    margin-bottom: 20px;
}

.smIcons {
    top: 7px;
    position: relative;
    margin-right: 4px;
    margin-bottom: 5px;
}


/* BOOTSTRAP */
.container {
    padding: 0px;
}

fieldset {
    border: 1px solid white;
    padding: 20px;
    border-radius: 5px;
    background-color: rgba(0,0,0,0.5);
}

legend {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    font-family: 'Squada One';
}

.breadcrumb {
    font-family: "Open Sans";
    font-size: 0.75em;
    background-color: transparent;
    padding: 0px;
}

.modal {
    color: black;
}

.modal-backdrop {
    opacity:0.8 !important;
}

select:invalid,
select option[value=""] {
    color: #666;
}


/* ADMIN */

#previewOverlay {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background-color: white;
    vertical-align: center;
}

.adminButton {
    width: 180px;
    display: block;
    margin-bottom: 5px;
}
.darkBtn {
    cursor:pointer;
    color: var(--brighterColor);
}

.darkBtn:hover {
    color: white;
}

.delButton {
    color: darkred;
    cursor: pointer;
}

.delButton:hover {
    color:#fd5252;
}

.colorDenied {
    color:#fd5252;
}

.colorReactivate {
    color: #ffc107;
}

.whitelisted, .whitelist {
    color: #48ce42;
}

.blacklisted, .blacklist {
    color:#fd5252;
    text-decoration: line-through;
}

.form-control.blackedOut:read-only  {
    background-color: #e9ecef00;
    opacity: 0.5;
    color: white;
}

.trumbowyg {
    background-color: white;
    border-radius: 5px;
    color: #444;
    margin: 0px;
}

.trumbowyg-box.trumbowyg-editor-visible {
    min-height: 150px;
}

.trumbowyg-editor {
    min-height: 110px;
}

.easSwitch {
    margin-bottom: 2px;
    max-height: 29px;
}

.shopLinkContainer {
    display: block;
    border: 1px solid #444;
    background-color: rgba(0,0,0,0.5);
    min-height: 150px;
    border-radius: 5px;
    padding: 10px;
}

.editButton {
    position: relative;
    left: -75px;
    color: red;
    width: 0px;
    height: 0px;
}

.editButton2 {
    position: relative;
    left: -78px;
    top: 60px;
    color: red;
    width: 0px;
    height: 0px;
}

.editButton3 {
    position: relative;
    left: -78px;
    top: 125px;
    color: red;
    width: 0px;
    height: 0px;
}

.adminToolsContainer {
    height: 0px;
}

.adminTools {
    min-height: 50px;
    max-width: 250px;
    position:relative;
    font-size: 1.5em;
    font-family: "Squada One";
    margin-bottom: 10px;

    text-align: right;
    left: -290px;
    color: #7870a4;
    vertical-align: bottom;
}

.dropZone {
    min-height: 50px;
    max-width: 250px;
    border: 2px dashed var(--brighterColor);
    border-radius: 5px;
    cursor: pointer;
    color: var(--brighterColor);
    position:relative;
    font-size: 1.5em;
    font-family: "Squada One";
    margin-bottom: 10px;
    left: -290px;
}

.dropZoneBig {
    min-height: 150px;
    border: 2px dashed var(--brighterColor);
    border-radius: 5px;
    cursor: pointer;
    color: var(--brighterColor);
    position:relative;
}

.dropZoneText {
    width: 100%;
    height: 100%;
    padding: 10px;
    position:absolute;
}

.bannerProgress {
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.1);
    position: absolute;

}

.delSymbol {
    height: 0px;
    position: relative;
    display: block;
    color: red;
    width: 0;
    left: -30px;
    top: 15px;
    cursor: pointer;
}

.delSymbol2 {
    position: relative;
    display: inline-block;
    color: red;
    cursor: pointer;
}

.delSymGallery {
    height: 0px;
    position: relative;
    display: block;
    color: red;
    width: 0;
    left: 220px;
    top: 15px;
    cursor: pointer;
}

.galleryContainer {
    height: 500px;
    background-color: white;
    overflow-y: scroll;
    border-radius: 5px;
    overflow-x: hidden;
}

.imgURL {
    color: grey;
    font-size: 0.75em;
    cursor:pointer;
}

.thumbPreview {
    position: relative;
    left: -288px;
    border-radius: 5px;
    width: 246px;
    height: 246px;
    overflow: hidden;
}

.notPublishedTag {
    position:relative;
    top:-100px;
    text-align: center;
    background-color: rgba(220, 0, 0, 0.8);
    color: white;
    font-family: "Squada One";
    font-size: 1.5em;
    padding-top:10px;
    padding-bottom: 10px;
}

.genList {
    background-color: var(--darkColor);
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 0.9em;
    line-height: 1.2em;
    min-height: 44px;
}
.genList:hover {
    background-color: #2b2b3c !important;
    text-decoration: none;
    color: inherit;
}

.badge-eas {
    background-color: #777777;
    color: #2b2b3c;
}

.msgField {
    background-color: #ececec;
    border-radius: 5px;
    padding: 0.8rem;
    font-size: 0.8em;
    line-height: 1.2em;
    color: #666666;
}

.darkFont {
    color: #1b1e21;
}

/* GAMEDETAIL */

.bannerContainer {
    border-radius: 5px;
    overflow: hidden;
}

#leShowcase {
    overflow: hidden;
}

.fImgContainer {
    display: inline-block;
    height: 35px;
}

.regionIconsContainer {
    position:relative;
    height: 0;
    margin-left: auto;
    width: 100%;
    text-align: right;
}

.regionIcons {
    position: relative;
    display: inline-block;
    background-color: #1f1f2b;
    border-radius: 6px;
    margin-left: auto;
    padding: 2px;
    top: 5px;
    left: -5px;
}

.crLinks {
    color: white;
    text-decoration: none;
    cursor: pointer;
}

.crLinks:hover {
    color: var(--brighterColor);
}

/*  YOUTUBE OVERLAY  */

.playButtonOverlay {
    text-align: center;
    position: absolute;
    left: 0px;
    top: 0;
    right: 0;
    bottom: 0;
}

.textOverlay {
    background-color: #000000d1;
    padding: 10px 20px;
    border-radius: 10px;
    margin-top: 10px;
    font-size: 0.8rem;
    line-height: 1rem;
    max-width: 210px;
    margin-left: auto;
    margin-right: auto;
}

/* GAME LISTING */
.gamePreviewContainer {
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.gameThumbnail{
    border-radius: 5px;
    overflow: hidden;
}

.zoom {
    transition: transform .25s linear; /* Animation */
    -webkit-transition:all .25s linear;
    margin: 0 auto;
}

.zoom:hover {
    transform: scale(1.05); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

#gameListContainer {
    margin-bottom: 2em;
    overflow: hidden;
}

/* LIMITED EDITION LIST */

.leListContainer {
    background-color: var(--darkColor);
    border-radius: 5px;
    overflow: hidden;
}

.leListContainer:hover {
    background-color: #2b2b3c;
}

.leMobileListContainer {
    display: none;
    max-width: 100%;
}

.btn-eas {
    background-color: var(--darkColor);
    color: white;
}

.btn-eas:hover {
    background-color: var(--darkColorHighlight);
    color: white;
}

/* NEWS */

.newsDate {
    color: var(--darkerColor);
    font-size: 0.8em;
    background-color: var(--darkColor);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-right: 15px;
    padding-left: 15px;
    display: inline-block;
    margin-right: 20px;
}

.newsBanner {
    display: block;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
}

.newsBG{
    background-color: rgba(103, 112, 195, 0.15);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    display: block;
}

.newsContainerWrapper {
    /* overflow-y:hidden; */
}

.newsContainer {
    overflow:hidden;
    display: block;
    padding-left: 100px; margin-left: -100px;
}

.breakLine{
    height: 2px;
    width:50%;
    background-color: var(--brighterColor);
    margin-right: auto;
    margin-left: auto;
}

.newsBannerSmall {
    border-radius: 5px;
}

/* TRUMBOWYG */

.trumbowyg-textarea {
    font-size: 1em;
    font-family: "Open Sans" !important;
}

/* SPINNER */
.spinner {
    animation: rotate 2s linear infinite;
    z-index: 2;
    position: absolute;
    top: 0%;
    left: 50%;
    margin: -25px 0 0 -25px;
    width: 50px;
    height: 50px;
}

.path {
    stroke: #93bfec;
    stroke-linecap: round;
    animation: dash 1.5s ease-in-out infinite;
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35;
    }
    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124;
    }
}

/* REVIEW DELIVERY */

.historyContainer {
    background-color: #1f1f2b;
    border-radius: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 0.9rem;
    color: #c5c5c5;
}

.historyItem {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0;
}

.historyItem:hover {
    background-color: #303042;
}


/* MOBILE VIEW */

@media screen and (max-width: 768px) {

    body {
        overflow-x: hidden;
        font-size: 14px;
    }

    p {
        line-height: 1.3em;
        font-size: 1.0em;
    }

    h5 {
        font-size: 1.1em;
        margin-bottom: 20px;
    }

    h3 {
        font-size: 1.3em;
    }

    .bannerContainer {
        border-radius: 0px;
    }

    .mobileMiniSymbol {
        height: 15px;
    }

    .interHeader {
        margin-left: 15px;

        width: auto;
    }


}

@media screen and (max-width: 1024px) {
    .leListContainer {
        display: none;
    }

    .leMobileListContainer {
        background-color: var(--darkColor);
        border-radius: 5px;
        display: flex;
        overflow: hidden;
    }

}