/**********************************************************************************************************************
* Author:       necio games
* Date:         2022-09-04
* copyright:    © necio games
* webpage:      www.neciogames.com
* Last Update: 	2022-11-21 by: necio games
*______________________________________________________________________________________________________________________
*
* Description:  The stylesheet of the neciogames.com website
*			
**********************************************************************************************************************/


/****************************************************************************************************************
* Variables Declaration:
*****************************************************/

:root {
    /*--pagewindow-width: 1050px;*/
    /*--screenwidth-mobile: 725px;*/
    --ng-gray: #747474;
    --ng-red: #C5000B;
    --ng-black: #000;
    --ng-light-black: #1A171B;
    --ng-white: #fff;
    --ng-background-color: var(--ng-black);
    --ng-submenu-background-color: var(--ng-light-black);
    --ng-gray-transparent: #747474E6;
    --ng-black-transparent: #000000E6;
    --ng-red-transparent: #C5000B99;
}


/*****************************************************
* End of Variables Declaration!
****************************************************************************************************************/


/****************************************************************************************************************
* Main Page Layout:
*****************************************************/

html,
body {
    margin: 0;
    padding: 0;
    font-size: 100.0%;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

html::-webkit-scrollbar {
    display: none;
}

body::-webkit-scrollbar {
    display: none;
}

.background {
    background-color: var(--ng-background-color);
}

.line {
    border-color: var(--ng-gray);
    border: none;
    border-bottom: 1px solid var(--ng-gray);
}

.text {
    color: var(--ng-gray);
}

.ngred {
    color: var(--ng-red);
}

.nggray {
    color: var(--ng-gray);
}

.font {
    font-family: Arial, monospace, sans-serif;
}

.page {
    padding-top: 120px!important;
    padding-bottom: 20px!important;
    z-index: 1;
}

.pagewindow {
    max-width: 1050px;
    margin: 0 auto;
}

.pagecontent {
    padding-left: 0;
    padding-right: 0;
}

@media screen and (max-width: 1050px) {
    .pagecontent {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.bottom {
    bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 1
}

.header-top {
    top: 0;
    margin: 0 auto;
    background-color: var(--ng-background-color)!important;
}

.logo {
    position: fixed;
    overflow: hidden;
    top: 10px;
    z-index: 3
}

.logo-image {
    max-width: 80%;
    min-width: 10%;
    max-height: 80%;
    height: auto;
    overflow: hidden;
}


/*****************************
* Headlines:
**/

h1 {
    font-size: 1.50em;
}

h2 {
    font-size: 1.25em;
}

h3 {
    font-size: 1.10em;
}

h4 {
    font-size: 1.05em;
}


/**
* End Headlines!
*****************************/


/*****************************
* List style:
**/

li {
    list-style-type: disc;
}


/**
* End List style!
*****************************/


/*****************************************************
* End of Main Page Layout!
****************************************************************************************************************/


/****************************************************************************************************************
* Navigation Bar:
*****************************************************/

.navbar {
    position: fixed;
    width: 100%;
    overflow: hidden;
    z-index: 2;
    text-align: left!important;
}

.navbar-top {
    padding-top: 75px!important;
    padding-bottom: 10px!important;
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 2;
    background-color: var(--ng-background-color)!important;
}

.navbar-item {
    padding: 8px 16px;
    float: left;
    width: auto;
    border: none;
    display: block;
    outline: 0;
    width: 100%;
    white-space: normal;
}

.navbar-active {
    color: var(--ng-white)!important;
    background-color: var(--ng-gray)!important
}

.navbar-button-container {
    display: inline-grid;
}


/*****************************
* Submenu Navigation Bar:
**/

.navbar-submenu-button-container {
    display: block;
}

.navbar-submenu-dropdown-container {
    outline: none;
}

.navbar-submenu {
    display: none;
    float: center;
    margin-top: 2px;
    background-color: var(--ng-submenu-background-color);
}

.navbar-submenu-dropdown-container:hover .navbar-submenu {
    /* Show the dropdown menu on hover */
    display: inline-grid;
}


/**
* End Submenu Navigation Bar!
*****************************/


/*****************************
* Small Navigation Bar:
**/

.navbarSmall {
    position: relative;
    background-color: var(--ng-background-color)!important;
    width: 100%;
    height: fit-content;
    z-index: 2;
    top: 0;
    text-align: center!important;
    display: none
}

.menuBurgerButton {
    display: block;
    position: absolute;
    cursor: pointer;
    width: 40px;
    height: 34px;
    top: 0%;
    right: 0%;
    background-color: transparent;
}

.menuBurgerButton:focus {
    outline: none;
}

.menuBurgerButton:hover {
    background-color: var(--ng-gray)!important;
}

.burgerTop,
.burgerMid,
.burgerBottom {
    display: block;
    position: absolute;
    left: 5px;
    right: 5px;
    height: 3px;
    background: var(--ng-gray)!important;
}

.menuBurgerButton:hover span {
    background: var(--ng-white)!important;
}

.burgerMid {
    top: 15px;
}

.burgerTop {
    top: 5px;
}

.burgerBottom {
    top: 25px;
}

.burgerTop.closecross {
    rotate: 45deg;
    translate: 0px 10px;
}

.burgerMid.closecross {
    display: none;
}

.burgerBottom.closecross {
    rotate: -45deg;
    translate: 0px -10px;
}

.navbar-centerright {
    margin-top: 15px;
    align-items: center;
    right: 0%!important;
    text-align: right!important;
    /*overflow-y: auto;*/
}

.navbar-centerleft {
    margin: 0 auto;
    text-align: left!important
}

.burgerMenuItem {
    background: var(--ng-black)!important;
    padding: 8px 8px;
}

.navbarSmall-show {
    display: block;
}

.navbarSmall-hide {
    display: none;
}

.button-navbarSmall {
    border: none;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    /*background-color: inherit;*/
    text-align: right;
    cursor: pointer;
    white-space: nowrap;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.button-navbarSmall:hover {
    color: var(--ng-black)!important;
    background-color: var(--ng-gray)!important
}

.button-navbarSmall:disabled {
    cursor: not-allowed;
    opacity: 0.3
}


/**
* End Small Navigation Bar!
*****************************/


/*****************************
* Screensize for Navigation Bars:
**/

@media screen and (max-width: 725px) {
    .navbar {
        display: none;
    }
    .navbarSmall {
        display: block;
    }
}


/**
* End Screensize for Navigation Bars!
*****************************/


/*****************************
* Footer Navigation Bar:
**/

.footer-iframe {
    display: block !important;
    /*position: absolute;*/
    width: 100%;
    height: 100%;
    border: none;
}

.footer-button {
    border: none;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: break-word;
}

@media screen and (max-width:480px) {
    .footer-iframe {
        height: 200px
    }
    .footer-button {
        text-align: left;
    }
}

@media screen and (max-width:350px) {
    .footer-iframe {
        height: 250px
    }
    .footer-button {
        text-align: left;
    }
}

.copyrightlink {
    color: var(--ng-gray);
    text-decoration: none;
}


/**
* End of Footer Section!
*****************************/

.hover-white:hover {
    color: var(--ng-black)!important;
    background-color: var(--ng-gray)!important
}

.hover-black:hover {
    color: var(--ng-gray)!important;
    background-color: var(--ng-background-color)!important
}

.button {
    border: none;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    /*background-color: inherit;*/
    text-align: left;
    cursor: pointer;
    white-space: nowrap;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.button-color {
    background-color: #4e4e4e;
}

.button:hover {
    color: var(--ng-black)!important;
    background-color: var(--ng-gray)!important
}

.button:disabled {
    cursor: not-allowed;
    opacity: 0.3
}


/*****************************************************
* End of Navigation Bar!
****************************************************************************************************************/

.row:after,
.row:before,
.row-padding:after,
.row-padding:before {
    content: "";
    display: table;
    clear: both
}

.input {
    color: var(--ng-black);
    background-color: var(--ng-gray)
}

.inputNumber {
    color: var(--ng-black);
    background-color: var(--ng-gray);
    width: 50px;
}

.settingstable,
.settingsth,
.settingstd {
    border: 0px solid var(--ng-gray);
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px
}


/****************************************************************************************************************
* Game Description Section:
*****************************************************/

.gamelink {
    text-decoration: underline;
    color: var(--ng-gray);
}

.game-description {
    overflow: hidden;
}

.game-description-section::before {
    /** adding free space before a game description when called with #-id **/
    display: block;
    content: "";
    margin-top: -150px;
    height: 150px;
    visibility: hidden;
    pointer-events: none;
}

.game-summary {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    position: relative;
    overflow: hidden;
}

.game-description-ul {
    list-style-type: none;
    display: table-cell;
    margin-bottom: 0cm;
    padding-inline-start: 0;
}

.game-description-list {
    display: table-cell;
    padding: 2%;
    vertical-align: middle;
}

@media screen and (max-width:350px) {
    .game-description-list {
        display: block;
    }
}

.game-description-icon {
    max-height: 100%;
    width: auto;
    margin-right: 15px;
}

.game-download {
    float: none;
}

.game-install-headline {
    font-size: calc(1em + 0.1vw);
    text-align: left;
    margin-bottom: 0cm;
}

.game-download-btn {
    display: table-cell;
    padding: 1%
}

.game-download-ul {
    list-style-type: none;
    display: table-cell;
    margin-top: 0%;
    padding-inline-start: 0%;
}

.game-appstore-badge {
    width: 100%;
    height: auto;
    max-height: 54px;
}


/*****************************
* Game Pages:
**/

.game-banner {
    display: block;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.game-download-gamepage {
    display: flex;
    justify-content: center;
}

.game-description-gamepage-list {
    display: inline-flex;
    justify-content: center;
    vertical-align: middle;
}

.game-description-videocreen {
    justify-content: center;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

.game-description-screenshot {
    justify-content: center;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}


/**
* End of Game Pages!
*****************************/


/*****************************
* Asset Pages:
**/

.asset-banner {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}


/**
* End of Asset Pages!
*****************************/


/*****************************************************
* End Game Description Section!
****************************************************************************************************************/


/****************************************************************************************************************
* Legal Section:
*****************************************************/

.legal-article::before {
    /** adding free space before a legal-article when called with #-id **/
    display: block;
    content: "";
    margin-top: -150px;
    height: 150px;
    visibility: hidden;
    pointer-events: none;
}

.legal-article-field {
    background-color: var(--ng-background-color);
    font-size: 0.85em;
    /*max-width: 600px;*/
    /** make the text unselectable: **/
    user-select: none;
    /* Safari: */
    -webkit-user-select: none;
    /* Safari mobile: */
    -webkit-touch-callout: none;
    /* Firefox: */
    -moz-user-select: none;
    /* IE10+: */
    -ms-user-select: none;
}

.legal-article-field h2 {
    font-size: 1.50em;
}

.legal-article-field h3 {
    font-size: 1.30em;
}

.legal-article-field h4 {
    font-size: 1.10em;
}

.legal-article-field h5 {
    font-size: 0.95em;
}

.legal-article-field h6 {
    font-size: 0.90em;
}

.legal-imprint-h2 {
    margin: 0;
    font-size: 1.25em;
}

.legal-imprint-h3 {
    margin: 0;
    font-size: 1.0em;
}

.legal-imprint-link {
    color: var(--ng-gray);
    text-decoration: none;
}


/*****************************
* Legal Index Section:
**/

.legal-index {
    background-color: var(--ng-background-color);
    /** make the text unselectable: **/
    user-select: none;
}

.legal-index li {
    list-style-type: none;
    display: block;
}

.legal-index a {
    /*legal-index-link*/
    color: var(--ng-gray);
    text-decoration: none;
}

.legal-index a:hover {
    /*legal-index-link hovered*/
    text-decoration: underline;
}

.legal-index-list-level0 {
    margin-left: 0px;
    font-size: 1.10em;
}

.legal-index-list-level1 {
    margin-left: 15px;
    font-size: 1.00em;
}

.legal-index-list-level2 {
    margin-left: 30px;
    font-size: 0.95em;
}

.legal-index-list-level3 {
    margin-left: 45px;
    font-size: 0.90em;
}

.legal-index-list-level4 {
    margin-left: 45px;
    font-size: 0.88em;
}

.legal-index-list-level5 {
    margin-left: 45px;
    font-size: 0.86em;
}


/**
* End of Legal Index Section!
*****************************/


/*****************************************************
* End Legal Section!
****************************************************************************************************************/


/****************************************************************************************************************
* Consent Modal Section:
*****************************************************/


/*****************************
* Modal Container (background):
**/

.modal-container {
    /* The Modal (background) */
    /* fixed position: */
    position: fixed;
    /* 1 or 3 : 1 doesnot involve the navbar. 3 overlaps everything */
    z-index: 1;
    padding-top: 100px;
    /* Container overtakes the whole screen */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* Enable scroll if needed */
    overflow: auto;
    /* fallback color */
    background-color: var(--ng-black);
    /* transparent color */
    background-color: var(--ng-black-transparent);
}


/**
* End of Modal Container (background)!
*****************************/


/*****************************
* Modal Content:
**/

.modal-content {
    position: relative;
    background-color: var(--ng-black);
    /*margin: auto;*/
    margin-top: 50px;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    padding: 0;
    border: 1px solid var(--ng-red);
    width: 45%;
    border-radius: 15px;
    box-shadow: 0 0 15px 5px var(--ng-red-transparent);
}

.modal-headline {
    text-align: center;
}

.modal-body {
    background-color: var(--ng-black);
    padding-left: 10px;
    padding-right: 10px;
}

.modal-footer {
    text-align: center;
    padding-bottom: 10px;
}

.modal-button {
    background-color: var(--ng-gray);
    color: var(--ng-black)!important;
    border: none;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: break-word;
}

.modal-button:hover {
    color: var(--ng-white)!important;
    background-color: var(--ng-gray)!important;
}

@media screen and (max-width: 725px) {
    .modal-content {
        width: 75%;
    }
}


/**
* End of Modal Content!
*****************************/

.modal-show {
    display: block;
}

.modal-hide {
    display: none;
}


/*****************************************************
* End Consent Modal Section!
****************************************************************************************************************/


/****************************************************************************************************************
* Online Game Section:
*****************************************************/


/*****************************
* Progress Bar and Spinner:
**/


/*****************************
* Loading Spinner:
**/

.spinner {
    box-sizing: border-box;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    margin: auto;
}

.spinner-sector {
    border-radius: 50%;
    position: absolute;
    width: 60%;
    height: 60%;
    /*border: 5px solid transparent;*/
}

.spinner-sector-top {
    border-top: 5px solid var(--ng-red);
}

.spinner-sector-bottom {
    animation: spinnerrotation 2.5s ease-in infinite;
    border-bottom: 5px solid var(--ng-red);
}

.spinner-sector-left {
    animation: spinnerrotation 2.5s ease-in infinite;
    border-left: 5px solid var(--ng-black);
}

.spinner-sector-right {
    animation: spinnerrotation 2.5s ease-in infinite;
    border-right: 5px solid var(--ng-black);
}

@keyframes spinnerrotation {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}


/**
* End of Loading Spinner!
*****************************/


/*****************************
* Loading Progressbar:
**/

.container-progress-bar {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.progress-bar {
    box-sizing: border-box;
    position: relative;
    width: 200px;
    height: .8em;
    background-color: var(--ng-submenu-background-color);
    border-radius: .8em;
    color: var(--ng-gray);
}

.progress-bar::before {
    content: attr(data-label);
    font-size: .7em;
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: calc(var(--width, 0) * 1%);
    min-width: 0.5rem;
    max-width: calc(100% - 0.5em);
    background-color: var(--ng-red);
    border-radius: 1em;
    padding: 0.2em;
}


/**
* End of Loading Progressbar!
*****************************/


/**
* End of Progress Bar and Spinner!
*****************************/

.game-container {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    /*margin: auto;*/
    flex-direction: column;
}


/*****************************
* Fullscreen Icon:
**/

.game-fullscreen-icon-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.game-fullscreen-icon {
    background-image: url("/online-games/_pics/neciogames_fullscreen_icon.png");
    background-size: 32px 32px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    float: right;
}

.game-fullscreen-icon:hover {
    background-image: url("/online-games/_pics/neciogames_fullscreen_icon_hover.png");
}


/**
* End of Fullscreen Icon!
*****************************/


/*****************************
* Unity styles:
**/

#unity-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    /*margin: auto;*/
}

#unity-canvas {
    background: #FFFFFF
}


/**
* End of Unity styles!
*****************************/

.onlinegame-show {
    display: block;
}

.onlinegame-hide {
    display: none;
}

.online-game-distance {
    height: 75px;
}


/*****************************************************
* End Online Game Section!
****************************************************************************************************************/


/****************************************************************************************************************
* 404 Error Page Section:
*****************************************************/

.errorpage {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    /*margin: auto;*/
}

.errorpage-404 {
    font-size: 9.75em;
}

.errorpage-notfound {
    font-size: 2.25em;
}


/*****************************************************
* End 404 Error Page Section!
****************************************************************************************************************/