﻿:root {
    --gs-red-color: #c12602;
    --gs-red-color-hover: #F12602;
    --gs-red-color-lighter: #c12602db;
    --gs-text-color: black;
    --default-font-size: 16px;
    --default-font-color: #545454;
    --main-background-color: #4d4c4c;
    --gs-grey-color: #797979;
    --gs-meetup-dark-red: #cc043d;
}

.w-5 {
    width: 5% !important;
}

.w-10 {
    width: 10% !important;
}

.w-15 {
    width: 15% !important;
}

.w-20 {
    width: 20% !important;
}

.w-30 {
    width: 30% !important;
}

.w-35 {
    width: 35% !important;
}

.w-40 {
    width: 40% !important;
}

.w-45 {
    width: 45% !important;
}

.w-55 {
    width: 55% !important;
}

.w-60 {
    width: 60% !important;
}

.w-65 {
    width: 65% !important;
}

.w-70 {
    width: 70% !important;
}

.w-80 {
    width: 80% !important;
}

.w-85 {
    width: 85% !important;
}

.w-90 {
    width: 90% !important;
}

.w-95 {
    width: 95% !important;
}

@media (min-width: 576px) {
    .container, .container-md, .container-sm {
        max-width: 700px;
    }
}

@media (min-width: 768px) {
    .w-md-5 {
        width: 5% !important;
    }

    .w-md-10 {
        width: 10% !important;
    }

    .w-md-15 {
        width: 15% !important;
    }

    .w-md-20 {
        width: 20% !important;
    }

    .w-md-25 {
        width: 25% !important;
    }

    .w-md-30 {
        width: 30% !important;
    }

    .w-md-35 {
        width: 35% !important;
    }

    .w-md-40 {
        width: 40% !important;
    }

    .w-md-45 {
        width: 45% !important;
    }

    .w-md-50 {
        width: 50% !important;
    }

    .w-md-55 {
        width: 55% !important;
    }

    .w-md-60 {
        width: 60% !important;
    }

    .w-md-65 {
        width: 65% !important;
    }

    .w-md-70 {
        width: 70% !important;
    }

    .w-md-75 {
        width: 75% !important;
    }

    .w-md-80 {
        width: 80% !important;
    }

    .w-md-85 {
        width: 85% !important;
    }

    .w-md-90 {
        width: 90% !important;
    }

    .w-md-95 {
        width: 95% !important;
    }

    .w-md-100 {
        width: 100% !important;
    }

    .container, .container-md, .container-sm {
        max-width: 920px;
    }

    .pl-md-default {
        padding-left: 15px !important;
    }

    .pr-md-default {
        padding-left: 15px !important;
    }
}

@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 1100px;
    }
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px;
    }
}

/*html, body {
    font-family: --font-family-sans-serif;
}*/

.btn-primary, .btn-primary:not([href]) {
    color: white;
    background-color: var(--gs-red-color);
    border-color: var(--gs-red-color);
}

    .btn-primary:hover {
        background-color: var(--gs-red-color-hover);
        border-color: var(--gs-red-color-hover);
        text-decoration: underline;
    }

    .btn-primary.disabled, .btn-primary:disabled,
    .btn-primary:not(:disabled):not(.disabled):active {
        background-color: var(--gs-red-color-hover);
        border-color: var(--gs-red-color-hover);
    }


.mh-head {
    background: var(--gs-red-color);
}

.h2Agb {
    color: var(--gs-red-color);
    font-size: 18px;
}

a,
.btn-link {
    color: var(--gs-red-color);
    text-decoration: none;
}

    a:hover {
        color: var(--gs-red-color);
        text-decoration: underline;
    }

#main-section {
    background-color: var(--main-background-color);
}

#main-container {
    background-color: white;
}

#facebook:hover {
    text-decoration: none;
}

#facebook {
    content: url(/images/icon_fb.jpg);
    width: 40px;
    height: 50px;
}

    #facebook:hover {
        content: url(/images/icon_fb_hover.jpg);
        width: 40px;
        height: 50px;
    }

a.underline:hover:before,
.list-style li > a:hover:before,
.list-style li > #facebook:hover:before {
    opacity: 0;
    visibility: hidden;
    bottom: 0;
}


.sidebar .widget-logo {
    background: none;
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-right: 1px solid #ede9e9;
    border-radius: 0px;
    margin-bottom: 0px;
}

    .sidebar .widget-logo > a {
        margin-bottom: 10px;
    }

.sidebar .widget-navigation {
    border-top-right-radius: 0px;
}

#menu:not( .mm-menu ) {
    display: none;
}

.location > li p {
    line-height: 20px;
}

/* Bootstrap override*/
.form-control, .form-group input, .form-group textarea {
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-group {
    margin-top: 0px;
    margin-bottom: 0px;
}

.accordion .card h5 button[aria-expanded="true"], .accordion .card h5 button[aria-expanded="false"] {
    background-color: var(--gs-red-color);
    color: white;
}
/** Template Override */
.font-size-16 {
    font-size: 16px;
}

.user-setting {
    right: -27px;
}

.naves-main-navigation {
    margin-top: 20px;
}

.sidebar .widget .naves-navigation li, .sidebar .widget .naves-main-navigation li {
    margin-bottom: 10px;
}

.sidebar .widget > ul {
    padding-bottom: 0px;
}

#mh-link-home:hover {
    text-decoration: none;
    color: white;
}

.dropdowns {
    max-height: 355px;
}

.l-post-ranking {
    text-transform: none;
    font-size: 14px;
}

.l-post .l-post-meta > h4 {
    margin-bottom: 0px;
    text-transform: none;
}

.l-post {
    border: 0px;
}

    .l-post figure {
        border: 1px solid #ede9e9;
    }

        .l-post figure img {
            display: block;
            margin-left: auto;
            margin-right: auto;
        }

.l-post-meta {
    padding: 0px;
}

.l-post .l-post-meta > h4 a:hover {
    color: var(--gs-red-color);
}

.h3Home {
    font-size: 17px;
    color: black;
}

.radio input:checked ~ .check-box::before {
    color: var(--gs-red-color);
    /*margin-top: 10px;*/
}

.radio .check-box::before, .radio .check-box::after {
    margin-top: 10px;
}

.radio + .radio {
    margin-top: 0px;
}

.form-radio label {
    margin-bottom: 0px;
}

/*.radio input:checked ~ .check-box::after {
    margin-top: 10px;
}*/
.radio .check-box::after {
    background-color: var(--gs-red-color);
    border-color: var(--gs-red-color);
}

.radio label:hover .check-box {
    color: var(--gs-red-color);
}

p {
    font-size: var(--default-font-size);
    color: var(--default-font-color);
}

.card-body {
    color: var(--default-font-color);
}

.checkbox {
    margin-top: 0px;
    margin-bottom: 0px;
}

input.checkbox {
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
}
/* End template override*/
/* BEGIN HOME WELCOME */
.homeWelcomeTeaser {
    font-size: 20px;
    color: var(--gs-red-color);
    font-weight: 500;
}

.homeWelcome {
    background: none repeat scroll 0 0 #F9F9F9;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 1px solid grey;
}

.homeWelcomeLeftColumn p {
    font-size: var(--default-font-size);
    color: var(--gs-text-color);
}

.homeWelcomeLeftColumn h1 {
    font-size: var(--default-font-size);
    margin-top: 10px;
    font-weight: normal;
    color: var(--gs-text-color);
}

    .homeWelcomeLeftColumn h1 a {
        text-decoration: underline;
    }

.homeWelcomeImageWrap {
    visibility: hidden
}

    .homeWelcomeImageWrap.slick-initialized {
        visibility: visible
    }

.user-newest-item-imageWrap {
    max-width: 100%;
    min-height: 100px;
}

.user-newest-item-imageLink img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.user-newest-item-textWrap {
}

.user-newest-item-textLink {
    text-align: center;
    display: block;
}

.user-newest-long-name {
    font-size: 13px;
}

.user-newest-item-firstLogin {
    font-size: 14px;
    text-align: center;
    display: block;
    margin-top: -5px;
}

.user-newest-item div {
    max-width: 100%;
}

.modal-header {
    border-bottom: 0;
}

#admin-sidebar-navigation .widget-title {
    margin-bottom: 8px;
}

@media screen and (max-width: 640px), (max-width: 992px) {
    .homeWelcomeImageWrap {
        margin-top: 10px;
    }

        .homeWelcomeImageWrap img {
            display: block;
            margin-left: auto;
            margin-right: auto;
        }
}


/* END HOME WELCOME */
@media screen and (max-width: 980px) {
    #main-section {
        background-color: white;
    }

    .gap {
        padding-top: 0px;
    }
}
/** Start Footer break points override*/
@media screen and (max-width: 640px), (max-width: 767.98px) {
    footer .list-style > li {
        width: 20%;
        text-align: center;
    }

    footer .row > div:nth-child(1) .widget,
    footer .row > div:nth-child(2) .widget,
    footer .row > div:nth-child(3) .widget {
        margin-top: 5px;
    }

    footer .list-style > li {
        width: 20%;
        text-align: center;
    }

    footer .widget-title {
        margin-bottom: 10px;
    }

    footer {
        padding: 20px 0;
    }
}

@media screen and (max-width: 480px) {
    footer .list-style > li {
        width: 32%;
        text-align: center;
    }

    footer .list-style-social-media > li {
        width: 20%;
        text-align: center;
    }
}

/** End Footer break points override*/

/* Start Sidebar Random Game **/
.sidebarRandomGame {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 145px;
    height: auto;
}

.list-style-social-media li {
    width: auto;
    vertical-align: top;
    margin-right: 5px;
}

    .list-style-social-media li #twitch img {
        width: 32px;
        height: 32px;
    }

.widget > a.messe2023-main-navigation {
    text-align: center;
    width: 100%;
    margin-bottom: 5px;
}

img.spiel-2023-logo {
    width: 900px;
    max-width: 100%;
}

img.messe-supporter {
    padding-top: 5px;
}

/* BEGIN GOOGLE MAPS */
#map {
    width: 100%;
    height: 630px;
}

#loadGoogleMapsButton a {
    color: white;
    text-decoration: underline;
}

.google-maps-grey {
    min-height: 500px;
    padding: 20px;
    background-color: #A9A9A9;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* END GOOGLE MAPS */
/* BEGIN DATEPICKER **/
.bootstrap-datetimepicker-widget.dropdown-menu {
    width: auto !important;
    margin-left: 0px;
}

.bootstrap-datetimepicker-widget ul.list-unstyled {
    padding-left: 0px;
}
/* END DATEPICKER */


.top-area > ul.main-menu > li.top-area-no-submenu {
    margin-right: 0px;
    padding-right: 0px;
}

    .top-area > ul.main-menu > li.top-area-no-submenu::after {
        content: none;
        right: 0px;
    }

.logo {
    width: 100px;
}

.sidebar .widget ul.naves-navigation li > a {
    text-transform: none;
}

.sidebar .widget li > a.sidebar-active {
    font-weight: bold;
}

.setting-row > span {
    text-transform: none;
}

.setting-row-last {
    border-bottom: 0px;
}

.setting-row input:checked + label {
    background-color: var(--gs-red-color);
}

    .setting-row input:checked + label:hover {
        background-color: var(--gs-red-color-hover);
    }

.member-settings-block a:hover {
    text-decoration: none;
}

.modal-backdrop.show {
    opacity: 0;
    z-index: 0;
}

.select2-container {
    width: 100% !important;
}

tr.user-address-primary-tr {
    font-weight: bold;
}

.fa-pointer {
    cursor: pointer;
}

a.default-color {
    color: var(--default-font-color);
}

#main-section {
    min-height: 650px;
}

#topcontrol,
.activitiez > li::before,
.sidebar .widget-title::before {
    background: var(--gs-red-color);
}

.l-post figure {
    border: 0;
}

.ssc-line-gs-red {
    background-color: var(--gs-red-color);
}

.sidebar .widget li:hover > i,
.sidebar .widget li:hover > a {
    color: var(--gs-red-color);
}

.ssc-circle-10 {
    border-radius: 50%;
    width: 10px;
    height: 10px
}

.ssc-circle-20 {
    border-radius: 50%;
    width: 20px;
    height: 20px
}

.input-text-debounce {
    position: relative;
}

    .input-text-debounce .input-icon {
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
    }

    .input-text-debounce[data-show-search-icon='true'] input {
        padding-left: 30px;
    }

.gs-dialog-wrap.e-dialog .e-dlg-header {
    font-weight: 700 !important;
}

.e-grid .e-altrow {
    background-color: rgba(0,0,0,.05);
}

/* main menu begin*/
.topbar .logo {
    position: absolute;
    top: 10px;
}

.top-area {
    width: 100%;
}

    .top-area > ul.main-menu {
        width: 100%;
        text-align: center;
    }

    .top-area .user-img {
        position: absolute;
        top: 0;
        right: 20px;
    }

.main-menu-user {
    position: absolute;
    top: 5px;
    right: 50px;
}

    .main-menu-user .main-menu-user-username {
        margin-top: 1px;
        display: inline-block;
        margin-right: 5px;
    }

.top-area > ul {
    margin-right: 15px;
}

    .top-area > ul.main-menu > li::after,
    .top-area > ul.main-menu > span.top-area-submenu-caption::after {
        top: 3px;
    }

ul.main-menu li ul li i {
    font-size: 16px;
}

.e-bigger.e-grid.e-row-responsive .e-gridcontent td::before {
    content: none !important;
    background-color: yellow;
    /*width: 0;*/
}

.e-bigger.e-grid.e-row-responsive .e-gridcontent td[data-cell] {
    padding-left: 5px !important;
}

.bottombar #fullscreen-toggle-button {
    position: relative;
}

    .bottombar #fullscreen-toggle-button i {
        float: none;
        position: absolute;
        top: 1px;
    }

/* main menu end */

#mm-1.mm-panel.mm-hasnavbar .mm-navbar {
    display: none;
}

.mm-panels > #mm-1.mm-panel.mm-hasnavbar {
    padding-top: 0;
}

.sidebar .widget li i .game-heart-icon {
    color: var(--gs-red-color);
    font-size: 13px;
}

.sidebar .widget li i.random-game-sidebar-likes-wrap {
    font-size: 13px;
    margin-right: 0;
}

.sidebar .widget li i.random-game-sidebar-likes-wrap i.far {
    font-size: 13px;
}

#cookiefirst-policy-page table {
    display: block;
    width: 100%;
    overflow-x: auto;
}


@media screen and (max-width: 640px), (max-width: 767.98px) {
    #main-section {
        min-height: 0px;
    }

    h1 {
        font-size: 2rem;
    }
}

@media screen and (max-width: 480px) {
    .google-maps-grey {
        min-height: 200px;
    }

    h1 {
        font-size: 1.5rem;
    }

    @media screen and (max-width: 480px) {
        .table-gamelist tbody td:not(:first-child) {
            font-size: 10px;
        }

        .table-gamelist thead th:not(:first-child) {
            padding-left: 0;
            padding-right: 0;
        }

        .pagination .page-item .page-link {
            padding: 0.25rem 0.5rem;
        }
    }
}

.page-header-with-report {
    display: flex;
    justify-content: space-between;
    align-items: start;
    position: relative;
}

.page-header-with-report h1 {
    flex: 1;
    text-align: center;
    margin-top: 0.5rem;
    padding-right: 60px;
}

.page-header-with-report .report-button-wrapper {
    margin-top: 0.5rem;
    flex-shrink: 0;
}

@media (max-width: 767px) {
    .page-header-with-report .report-button-wrapper {
        position: absolute;
        top: 0;
        right: 0;
        margin-top: 0.5rem;
    }
}

@media (min-width: 768px) {
    .page-header-with-report h1 {
        padding-right: 0;
        margin-right: 1rem;
    }
}


#duplicate-warning {
    color: #ff8c00;
    font-size: 14px;
}

.form-group select.select-manual-border {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
}