.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #fff;
}

.loading-outer {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -128px;
    margin-top: -128px;
    width: 256px;
    height: 256px;
    z-index: 10000;
    animation: spin 2s linear infinite;
    background: #fff;

}

.loading-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -128px;
    margin-top: -128px;
    width: 256px;
    height: 256px;
    z-index: 10001;


}

.loading-text {
    position: absolute;
    top: 50%;

    margin-top: 144px;
    width: 100%;
    height: 256px;
    z-index: 10001;
    text-align: center
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

header {
    -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    -moz-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    -ms-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    -o-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);

}

header.scrolled {
    background: rgba(255, 255, 255, 1);
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
    box-shadow: rgb(10 12 40 / 70%) 0px 0px 25px;

}

.navbar-collapse.show {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 4px solid rgba(255, 255, 255, 0.3);
    height: 100vh;

}

.navbar-collapse.show .nav-item {
    display: block;
    width: 100%;
    text-align: center;
}

.navbar-collapse.show .socialIcons {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 4px solid rgba(255, 255, 255, 0.3);
}

.navbar-collapse.show .socialIcons a {
    margin-top: 20px;
    width: 100%;
    text-align: center;

}

.navbar-collapse.show .socialIcons a:hover {
    transform: translateY(0px);
    border: 0;
    text-shadow: 0;
}

.navbar-collapse.collapsing {
    display: none;
}

.socialIcons {
    position: absolute;
    right: 0;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Poppins', sans-serif;
}

a,
button {
    font-family: 'Lato', sans-serif;
}

footer a {
    color: rgba(203, 227, 255, .5)
}

footer a:hover {
    color: rgba(203, 227, 255, 1);
}

body,
p,
li {
    font-family: 'Lato', sans-serif;
}

.section-news-heading h3 a {
    font-size: 22px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    text-decoration: none;
    color: #5a5a5a;
    padding-bottom: 15px;


}

.section-news-heading .btn {
    color: #2a1a47;
    text-transform: uppercase;
}

.section-news-heading img {
    border-radius: 6px 36px;
    margin-right: 10px;
}


.carousel-caption .moon-button,
.moon-button {
    text-shadow: 2px 2px 0 rgb(0, 0, 0, 0.5);
    font-size: 1.2rem;


}

.carousel-caption .moon-button:hover {

    color: #fff;
}

.carousel-caption .moon-button:focus,
.moon-button:focus {
    text-shadow: 3px 3px 0 rgb(0, 0, 0, 0);
}

.carousel-caption .moon-button:active {
    color: #fff;
}


.games-stores-btn {
    box-shadow: none;
    width: 38px;
    height: 38px;
    opacity: 0.7;

    background-repeat: no-repeat;
    background-position: center center;
    background-size: 18px 18px;
    padding: 3px;
    border: 1px solid #444;
    -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    -moz-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    -ms-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    -o-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
}

.games-stores-btn:hover {
    opacity: 1;
}

.games-stores-btn.store-apple {
    background-image: url(images/misc/apple.png);
}


.games-stores-btn.store-google {
    background-image: url(images/misc/google-play.png);
}


.games-stores-btn.store-windows {
    background-image: url(images/misc/microsoft.png);
}

.games-stores-btn.store-steam {
    background-image: url(images/misc/steam.png);
}

.games-stores-btn.store-amazon {
    background-image: url(images/misc/amazon.png);
}

.games-stores-btn.store-huawei {
    background-image: url(images/misc/huawei.png);
}

.games-stores-btn.store-web {
    background-image: url(images/misc/web.png);
}

/* Parallax */

.parallax {
    perspective: 1px;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
}

.parallax__layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.parallax__layer--base {

    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateZ(90px) scale(1.1);
    z-index: 1;
    background: url(images/characters-bottom-careers.png) fixed no-repeat bottom right;
}

.parallax__layer--back {
}

.bg-space {
    background: url(images/stars-hd.png) fixed no-repeat bottom right;
    background-size: cover;
}

.bg-teampic,
.bg-teampic.video-container {
    background: url(http://www.newmoonproduction.de/wp-content/uploads/2022/07/theteam.png) fixed no-repeat center 40px;
    background-size: cover;
}

.bg-color-darkblue {
    background: rgba(19, 9, 46, 0.5);
    -webkit-backdrop-filter: saturate(180%) blur(10px);
    backdrop-filter: saturate(180%) blur(10px);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);

}

.bg-color-darkblue p {
    font-weight: bold;
}

/* Backgrounds */

.section-bg-careers {

    background-size: 960px auto;
    color: rgba(203, 227, 255, .75);


}

.section-bg-careers .subtitle-paragraph::before {
    left: 0;
    margin: 0;
}


.section-bg-careers p {
    color: #fff
}

.section-bg-careers img {
    right: 0;
    position: absolute;
    bottom: 0;
}

.section-bg-careers a {
    color: rgba(203, 227, 255, 1);
    border-color: rgba(203, 227, 255, .5);


}


.footer-top-links {
    background: rgba(255, 255, 255, 0.1);
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);

}

.footer-top-links h3 {
    color: #f8f9fa;
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-size: 22px;

}


.footer-social-container svg {
    margin-top: -3px;
    padding-right: 5px;
    width: 24px;
    height: 24px;

}


footer a,
.footer-top-links a {
    font-family: 'Lato', sans-serif;
    text-transform: none;
}

.footer-top-links h3:before {
    position: absolute;
    left: 0;
    top: auto;
    bottom: 0;
    height: 2px;
    width: 80px;

    background: rgba(255, 255, 255, 0.3);
    content: "";
}


.footer-top-links:after {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 10px;
    background: rgba(255, 255, 255, 0.3);
    content: "";
}


.float-to-top {
    float: right;
}

.float-to-top span,
.float-to-top svg {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-left: 5px;
}


.about-us-caption {
    height: 60vh;
}

.about-us-caption h1 {
    -webkit-text-stroke: 0px #2c2c2c;
}

.about-us-caption p {
    color: #fff;
    font-size: 32px;
}

.about-us-caption .btn-transparent {
    color: rgba(203, 227, 255, 1);

    text-transform: none;
}

.about-us-caption .btn-transparent:hover {
    color: rgba(203, 227, 255, 0.5);

    text-transform: none;
}

/* 
---- Game page/cards --------
 */


.games-page-list .product_item .product_details h5 a, .front-page-game .product_item .product_details h5 a {
    display: block;
    font-size: 1rem;
    min-height: 2.5rem;
}


@media (max-width: 1280px) {
    .mainNav ul li a {
        font-size: 18px;
    }

    .logo {
        width: 160px
    }

    .socialIcons .btn {
        padding: 0;
        margin-left: 20px;
    }


}

@media (max-width: 1680px) {
    .carousel-item > img.characterImage {
        max-width: 70%;
    }


}

@media (max-width: 800px) {
    .nav {
        width: 100%;
    }


}

@media (max-width: 640px) {
    .carousel-item > img.characterImage {
        display: none;
    }


}


@media (max-width: 992px) {

    .footer-links-list,
    .footer-social-container {
        text-align: center;
    }

    .footer-links-list img {
        max-width: 240px;

    }

    footer h3 {
        text-align: center;
        padding-top: 25px !important;
    }

    .footer-top-links h3:before {
        left: 50%;
        width: 420px;
        margin-left: -210px;
    }

    .float-to-top {
        float: none;
        margin: 50px auto 0;
    }

    .games-stores-btn {
        width: 96px;
        margin-top: 20px;
        height: 96px;
    }
}

@media (max-width: 1024px) {
    .carousel-item {
        max-height: 85vh;
    }

    .logo {
        width: 280px;
    }

    .product_item .product_details h5 a {
        font-size: 16px;
    }
}


/* Animations */

.delay-1 {
    animation-delay: .25s;
}

.delay-2 {
    animation-delay: .5s;
}

.delay-3 {
    animation-delay: .75s;
}

.delay-4 {
    animation-delay: 1s;
}

.delay-5 {
    animation-delay: 1.5s;
}

.delay-6 {
    animation-delay: 2.5s;
}


.delay-b-1 {
    animation-delay: .5s;
}

.delay-b-2 {
    animation-delay: .15s;
}

.delay-b-3 {
    animation-delay: .25s;
}

.delay-b-4 {
    animation-delay: .30s;
}

.delay-b-5 {
    animation-delay: .5s;
}

.delay-b-6 {
    animation-delay: 2.5s;
}


a.anchor {
    display: block;
    position: relative;
    top: -250px;
    visibility: hidden;
}

a.gamestore-btn {
    height: 46px;
    display: inline-block;

}

a.gamestore-btn-google {
    width: 134px;
    background: url(images/google_en.png) no-repeat center center;

}

a.gamestore-btn-google {
    width: 134px;
    background: url(images/google_en.png) no-repeat center center;

}

a.gamestore-btn-apple {
    width: 157px;
    background: url(images/apple_en.png) no-repeat center center;
    margin-left: 10px;

}


a.colored-link:hover,
p.colored-paragraph:hover,
.section-news-heading a:hover {
    color: #572adc;
    background: linear-gradient(40deg, #2812da 0%, #e82aa3 100%);
    background-size: cover;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}


/* NEWS */

.page-numbers {
    margin: 0 auto;
    text-align: center;
}

.page-numbers li {
    display: inline-block;
    margin: 20px;
}

.page-numbers a {
    border-radius: 12px;
    border: #2a1a47 2px solid;
    padding: 10px;
    text-decoration: none;
    text-transform: uppercase;
    color: #2a1a47;
}

.page-numbers a:hover {
    border-color: #770baf;
}


.news-prev-post {

    margin-left: 50px;
    display: inline-block;
    margin-bottom: 100px;
    margin-right: 20px;

}


.news-next-post {
    margin-bottom: 100px;
    margin-right: 50px;
    margin-left: 20px;
    display: inline-block;
}

.news-next-post a,
.news-prev-post a {
    padding: 10px;
    text-decoration: none;
    text-transform: uppercase;
    color: #2a1a47;
}

.news-next-post a:hover,
.news-prev-post a:hover {
    color: #770baf;
}

a {
    color: #2a1a47;

}

p a {

}

a:hover {
    color: #770baf;
}

.news-navi {
    text-align: center;
}

.entry-title small {
    font-size: 42px;
}

.news-subtitle-paragraph {
    padding-bottom: 10px;
}

.news-subtitle-paragraph::before {
    background: rgba(9, 0, 0, 0.1);
}


.aligncenter {
    text-align: center;
}


@media (max-width: 768px) {
    .logo {
        width: 370px;
        margin-bottom: 0 !important;
    }

    .carousel-item > img.logoLanding {

        max-width: 200px;
        height: auto;
        top: 240px;
        left: auto;
        right: 50%;

    }

    .characterImage {
        display: none;
    }

    .carousel-caption .dropend,
    .carousel-caption h1,
    .carousel-caption p {
        text-align: center;
    }

    .carousel-home-page .carousel-caption h1,
    .carousel-home-page .carousel-caption p {
        display: none;
    }

    .carousel-games-first {
        background: url(images/games/mobile/bfhg-mobile.png) fixed no-repeat bottom right;
        background-size: cover;
    }


    .carousel-games-second {
        background: url(images/games/mobile/bfs-mobile.png) fixed no-repeat bottom right;
        background-size: cover;
    }

    .carousel-games-lp {
        background: url(images/games/mobile/lp-mobile.png) fixed no-repeat bottom right;
        background-size: cover;
    }


    .carousel-games-fourth {


        background: url(images/games/mobile/bfmh-mobile.png) fixed no-repeat bottom right;
        background-size: cover;
    }


    .subtitle-paragraph {
        margin-bottom: 50px;
    }

    .product_item .cp_img .hover {
        display: none !important;
    }

    .front-page-game {
        margin: 0 auto;
    }

    .product_item .product_details h5 a {
        font-size: 1.8rem
    }

    .aboutMobile {
        max-width: 100%;
    }

    .aboutMobileRocket {
        max-height: 80%;
        left: 0
    }


    .float-to-top {
        display: block;
    }

    .games-page-list {
        margin-top: 100px;

    }

    .careers-page h1,
    .news-page h1 {
        margin-top: 100px
    }

    .single-news-page h1 {
        margin-top: 100px;
        font-size 36px;
    }

    .single-news-page h1 small {

        font-size: 32px;
        line-height: 38px;
    }

    .single-news-page .subtitle-paragraph {
        margin-bottom: 0;
    }
}


.line {
    background: -webkit-linear-gradient(-45deg, #4555e6 0%, #47caec 100%);
    background: -o-linear-gradient(-45deg, #4555e6 0%, #47caec 100%);
    background: linear-gradient(-45deg, #4555e6 0%, #47caec 100%);
    width: 150px;
    height: 5px;
    margin-bottom: 10px !important;
}


/* Video Background CSS */

.video-container {
    background: black;
    height: 75vh;
    min-height: 25rem;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.video-container.bg-teampic {
    height: 100vh;

}

.video-container .overlay {
    background: linear-gradient(30deg, rgba(4, 5, 6, 0.7) 0%, rgba(19, 14, 62, 0.7) 100%);
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.video-container video {
    height: auto;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    width: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.video-container .container {
    position: relative;
    z-index: 2;
}

/* Media Query - The primary input mechanism of the device includes a pointing device of limited accuracy. Also has no hover. */

@media (pointer: coarse) and (hover: none) {
    .video-container {
        background: url('images/stars-hd.png') black no-repeat center center scroll;
    }

    .video-container video {
        display: none;
    }
}

#postings-iframe {
    width: 100%;
    height: 900px;
    padding: 0 40px;

}

.iframe-container {
    position: relative;
    margin-top: 0px;
}

.iframe-containere:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100px;
    width: 100%;
    background: #000;
}


tbody, td, tfoot, th, thead, tr {
    vertical-align: top;
    padding-right: 10px;
}


.has-text-align-center {
    text-align: center;
}


iframe {
    margin: 20px 0;
}


figure.wp-block-image {
    display: inline-block;
    max-width: 33%;
}

figure.wp-block-image img {
    display: inline-block;
    max-width: 100%;
}