@font-face {
    font-family: 'Lausanne';
    src: url('../fonts/Lausanne.otf') format('otf');
    font-weight: normal;
    font-style: normal;
}
* {
    background-color: #01050800;
    box-sizing: border-box;
    color: var(--spark-grey);
    font-family: Lausanne, sans-serif;
    font-weight: lighter;
    letter-spacing: 1.5px;
    line-height: 1.8;
    margin: 0;
    overflow-wrap: break-word;
    padding: 0;
}
#discourse-comments iframe {
    border: none;
    width: 100%;
    height: 30rem;
    font-family: 'Arial', sans-serif;
    color: #333;
}
#discourse-comments {
    font-family: 'Arial', sans-serif;
    color: #333;
    background-color: #e9ecef47;
    padding: 10px;
    border-radius: 5px;
}
#discourse-embed-frame {
    border: none;
    width: 100%;
    height: auto;
}
p{
    color: var(--light-grey) !important;
    font-size: 16px;
}
body {
    font-family: 'Lausanne', sans-serif;
    background-color: #000;
}
.container {
    position: relative;
    z-index: 4;
    max-width: 60vw !important;
}
.title {
    padding-bottom: 3rem;
    font-size: 21px;
    font-weight: 300;
    color: var(--spark-grey) !important;
}
.section-overlay {
    background-color: #00000085 !important;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    opacity: unset !important;
    z-index: 1 !important;
}
aside.etikett-nav {
    z-index: 3;
    background-color: transparent !important;
    justify-content: center;
}
.ticket-section {
    background-image: none !important;
    padding-bottom: 0 !important;
    min-height: 100vh;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 5rem !important;
}
@-moz-document url-prefix() {
    .ticket-section {
        min-height: 36.3vw;
    }
}
.hero-section{
    background: #000;
}
.video-wrap, .site-header, .about-section, .artists-section, .schedule-section, .pricing-section, .contact-section {
    display: none;
}
.region.region--header {
    width: 25%;
    padding-left: 0px;
}
div#block-etikett-site-branding img {
    width: 15vw;
}
.navbar {
    background-color: transparent !important;
    z-index: 9;
    height: 5rem;
    align-items: flex-end;
    padding: 5px 20px !important;
}
.sticky-wrapper {
    position: relative !important;
    margin-top: 0 !important;
    height: 80px !important;
}
.content {
    background-color: #010508;
    top: 0;
    width: 100vw;
    height: 100vh;
    position: relative;
}
.navbar > .container {
    margin: 0;
    padding: 0;
    position: absolute;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content:space-between!important;
    width: 100%;
    max-width: -webkit-fill-available !important;
    padding-top: 3rem;
}
ul.navbar-nav.align-items-lg-center.ms-auto.me-lg-5, .site-footer-links {
    gap: 1rem;
}
div#navbarNav {
    width: -webkit-fill-available;
    width: -moz-available;
    max-width: -webkit-fill-available;
    max-width: -moz-available;
}
.region.region--content {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    /* padding-top: 10rem; */
    flex-direction: column;
    flex-wrap: wrap;
}
.site-footer-top {
    display:none;
}

.navbar-expand-lg .navbar-nav .nav-link, .site-footer-link {
    border-radius: var(--border-radius-large);
    margin: 10px;
    padding: 10px;
    text-decoration: underline #fff3;
    font-size: 24px;
    letter-spacing: 2px;
    padding: 0 !important;
}
.social-icon-link {
    background: unset !important;
}
.social-icon-link span {
    display: block;
    font-size: xx-large;
}
.social-icon-link:hover {
    background: unset;
    color: var(--white-color);
}
ul.social-icon.d-flex.justify-content-lg-end {
    gap: 20px;
}
.sticky-wrapper {
    margin-top: 0;
}

.site-footer-bottom {
    border-top: 0 !important;
}
.bi-soundcloud {
    content: url(../img/logo-soundcloud.svg);
    filter: invert(1);
    width: 3rem;
    height: 2rem;
    object-fit: cover;
}
.contextual-region {
    position: unset;
}
.site-footer {
    display: none;
}
.col-lg-6.col-12.d-flex.justify-content-lg-end.align-items-center {
    justify-content: flex-start !important;
}
#block-etikett-content > article > div:nth-child(2) > div > p {
    color: var(--light-grey)!important;
}
.body_schedule {
    display: flex;
    justify-content: center;
}
/* ---------Login------------ */
ul.site-footer-links {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    margin: 0;
}

.region.region--navigation {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
a.site-footer-link {
    text-transform: lowercase;
}
form#user-login-form {
    display: grid;
    grid-template-columns: 300px 300px;
    align-items: center;
    justify-content: center;
    align-content: center;
    column-gap: 2rem;
    position: relative;
}
form#user-login-form::after {
    right: 14rem;
}
.user-info p {
    text-align: left !important;
}
.btn-user{
    display:flex;
    flex-direction: column;
    gap:1rem;
}
.myaccount {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}
.btn-user {
    display: flex;
    flex-direction: column;
    width: 40%;
}
.btn-user a {
    margin: 10px !important;
}
.user-info {
    width: 40%;
    padding: 10px;
}
.user-login {
    position: relative;
    top: 9rem;
}

/* ----------Reset your password------ */
div#top_part img {
    width: 50%;
}
#auth_box #middle_part {
    background: transparent;
    padding: 20px;
}
#auth_box {
    width: 30%;
}

/* -------------Scroll----------------- */
body::-webkit-scrollbar-track {
    background-image: linear-gradient(#010508, #010508bf);
    box-shadow: inset 0 0 6px #00000080;
}
body::-webkit-scrollbar-thumb {
    background-color: #ffffff0d;
    border-radius: 5px;
    box-shadow: inset 0 0 0 1px #fff3;
}
body::-webkit-scrollbar {
    background-color: #fff;
    width: 16px;
}
body::-webkit-scrollbar-thumb:hover {
    border-radius: 5px;
    box-shadow: inset 0 0 2px 0 #fffc;
}

@media (min-width: 992px) {
    .justify-content-lg-end {
        justify-content: flex-start !important;
    }
}

/* Mobile */
@media only screen and (max-width: 768px){
    .container {
        max-width: 90vw !important;
    }
    .navbar {
        align-items: baseline;
    }
    .user-login {
        top: 2rem !important;
    }
    .body_about.imprint .fs-3, .title_contact_info {
        font-size: 20px !important;
        padding-top: 1rem !important;
    }
    article > div:has(.title_about) {
        gap: 10px !important;
    }
    #widgetbot-chat widgetbot {
        width: 350px !important;
    }
    ul.navbar-nav.align-items-lg-center.ms-auto.me-lg-5 {
        gap: 0rem;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0px 35px;
        font-size: 18px;
    }
    .region.region--header {
        width: 50%;
        padding-left: 10px;
    }
    form#user-login-form {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    form#user-login-form::after {
        right: 0rem;
    }
}
/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 1023px){
    div#block-etikett-site-branding img {
        width: 40%;
    }
    .fw-bold.body_about {
        width: 100%;
    }
    .col-lg-10.col-10.mx-auto {
        padding: 0;
        margin: 0 !important;
        width: 100%;
    }
    .site-footer {
        overflow: auto;
        height: 21rem;
    }
}

/*  Nest Hub */
@media only screen and (min-width: 992px) and (max-width:1471px){
}

/*  Media query Laptop */
@media only screen and (min-width:1471px) and (max-width:1600px){
    .navbar-expand-lg .navbar-nav .nav-link, .site-footer-link {
        margin: 9px;
        padding: 5px;
        font-size: 22px;
    }
    .user-login {
        position: relative;
        top: unset;
    }

    #widgetbot-chat widgetbot{
        width: 800px !important;
        height: 390px !important;
        left: 3rem;
        position: relative;
    }
}