html{

}
img {

}
.ojuju-font {
            font-family: "Ojuju", sans-serif;
            font-optical-sizing: auto;
            font-weight: 300;
            font-style: normal;
        }
.navbar.fixed-top {
    max-width: 18vw !important;
}
label {
    font-family: sans-serif;
    font-weight: 580;
    margin-top: 10px;
    margin-bottom: 0px;
}

.home-where-button{
    background: rgba(255, 255, 255, 0);
    border-radius: 10px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 1);
    font-size: 22px;
    padding: 7px;
    padding-right: 7px;
    padding-left: 7px;
    font-family: "Raleway", sans-serif;
    margin-right: 10px;
    color: white !important;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 1);
    color: white !important;
    border: 1px dotted rgb(133, 133, 133);
    color: gainsboro !important;
}
.main-content-post > ol,
.main-content-post > ul,
.main-content-post > p
{
    font-size: 1.3rem !important;
    font-family: "Work Sans", sans-serif;
    font-weight: normal;
    letter-spacing: -0.5px;
    line-height: 1.3em;
    color: #fff;
}
.main-content-post > p>strong{
    font-size: 1.3rem !important;
    font-family: "Work Sans", sans-serif;
    font-weight: bolder;
    word-spacing: -2px;
    line-height: 1.3em;
    color: white;
    text-decoration: underline;
}

.main-content-post > em {
    font-weight: bolder;
    text-decoration: underline;
}
.main-content-post > p > img {
    max-width:100%;
    height:auto;
}

.event-main-div{
    margin-top: 130px !important;
    min-height: 69.3vh;
}
.event-long-decr
{
    min-height: 50vh;
}

.main-content-post-header{
    position:sticky;
    line-height: 1.4em;
    margin-top: 0px;
    text-align: right
}

li{
   margin-bottom: 10px;
}
.accordion-body-news > p {
    font-size: 1.3rem !important;
    font-family: "Work Sans", sans-serif;
    font-weight: normal;
    letter-spacing: -1px;
    line-height: 1.3em;
    color: #fff;
}
@keyframes blink {
    0% {
        color:  #5000ff !important;
    }
    50% {
       color: rgb(255, 255, 255);
    }
    100% {
        color:  #5000ff !important;
    }
}

#today-event-marquee {
    animation: blink 1s infinite; /* Adjust the duration as needed */
}
.main-content-div{
    position: relative;  min-height: 75.1vh;
    top: 10px;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
}

.main-content-post{
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    column-count: 1;
    width: auto;
    column-gap: 5em;
    column-width: max-content;
}

.main-content-post-menu-blocker{
    height: 100px;
}

@font-face {
    font-family: "Gobold";
    src: url("./fonts/gobold_blocky_reg.woff") format('woff');
}
@font-face {
    font-family: 'Work Sans';
    src: url('WorkSans-Regular.woff2') format('woff2'),
    url('WorkSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'Work Sans';
    src: url('WorkSans-ExtraBold.woff2') format('woff2'),
    url('WorkSans-ExtraBold.woff') format('woff');
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Work Sans';
    src: url('WorkSans-SemiBold.woff2') format('woff2'),
    url('WorkSans-SemiBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('WorkSans-Bold.woff2') format('woff2'),
    url('WorkSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('WorkSans-Regular.woff2') format('woff2'),
    url('WorkSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('WorkSans-Medium.woff2') format('woff2'),
    url('WorkSans-Medium.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('WorkSans-ExtraLight.woff2') format('woff2'),
    url('WorkSans-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('WorkSans-Thin.woff2') format('woff2'),
    url('WorkSans-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('WorkSans-Light.woff2') format('woff2'),
    url('WorkSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


.navbar-nav > .col {

}
.navbar-nav > .col >.row{
    border: 1px solid gray;
    font-size: 30px;
}

.navbar-nav#schlegel-nav{
    display: contents;
    flex-direction: column;
}


.navbar-nav.row {
    border-bottom: solid 1px red;
}

html{
    font-family: 'Raleway', serif;
    max-width: 100vw;
    overflow-x: hidden ;
}
#menu-padding{
    height: 100px;
    display: block;
}


.ticket-button-div {
        position: fixed;
        z-index: 0;
        background: #fff;
        height: 100px;
        bottom: 0px;
        max-width: 40vw !important;

}

.scroll-to-top{
    position: relative !important;;
    height: 100px;
    bottom: 20px;

}

#menu-padding-event{
    height: 120px;
    display: block;
}
.background-btn > .cookiesBtn__link{
    background: #0b5ed7 !important;
}



.event-header{
    margin-left: 142px;
    margin-top: -29px;
}

.not-active{
    color: gray;
    text-decoration: line-through gray;
}





a {
    color: black;
    text-decoration: none;

}
.cookies__intro > p {
    font-size: 1rem;
}
span {
    color: black;
    text-decoration: none;
}

.post-grid{
    display: grid;

}


.round {
    top: 10px;
    right: 20px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    float: right;
    font-weight: bold;

    /* Change the shape according
        to the image */
    shape-outside: circle();
    background-color: Green;
    color: white;
}

.round-left {
    top: 10px;
    right: 20px;
    width: 800px;
    height: 100px;
    text-align: center;
    font-size: 30px;
    float: left;
    font-weight: bold;
    background-color: Green;
    color: white;
}
#cookies-policy .cookies__intro {
    flex: 1;
}
.navbar-expand-lg .navbar-nav {

}

.cookies__wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}

p > a {
    color: black;
    text-decoration: none;
}

a:visited{
    color: black;
    text-decoration: none;
}
.marquee-container {
    overflow: hidden;
}
.main-content-container{
    min-height: 80vh;;
}
.site-headline{
font-family: "Gobold", sans-serif;
    font-size: 60px;
}
body, html {
    overflow-x:hidden;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    background: black;
}
.nav-item {
    font-size: 1.7rem;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    color: white !important;

}
.nav-item:hover {
    font-size: 1.7rem;
}
p{
    font-size: 1.7rem;
}
.event-main-div{
    margin-top: 100px !important;
    min-height: 69.3vh;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        max-width: 100vw;
        flex-wrap: wrap;
    }
    .about-nav{
        margin-bottom: auto !important;
    }
}
@media (max-width: 1280px) {
    .navbar-expand-lg .navbar-nav {
        max-width: 100vw;
        flex-wrap: wrap;
    }

    .about-nav {
        margin-bottom: auto !important;
    }
}

#home-about-div{
    column-count: 1;
    column-gap: 5rem;
    word-break: break-word;
}
.event-list-container{
    margin-left: 10px !important;
}

a:visited{
    color: inherit !important;
}
.event-list-item{
    border: 1px solid transparent;
    font-size: 1.1rem !important;
    font-family: "Work Sans", sans-serif;
    line-height: 1.4em;
    font-weight: normal;
    word-spacing: -2px;
}

.event-list-p-name{
    line-height: 1em !important;
    font-size: 50px !important;
}

.event-list-item-p{
    border: 1px solid transparent;
    font-size: 1.1rem !important;
    font-family: "Work Sans", sans-serif;
    line-height: 1.4em;
    font-weight: normal;
}

#home-where-img {
    height: 200px !important;

}
.home-where-txt > p{
column-count: 1 ;
}


#hover-image-container {
    position: absolute;
    display: none;
    /* Add additional styling as needed */
}

#hover-image {
    max-width: 200px; /* Set your desired width */
    max-height: 300px;
    border: white 1px solid
    /* Set your desired height */
    /* Add additional styling as needed */
}


.event-container {
    overflow-x: auto;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;
}

.event-container::-webkit-scrollbar {
    display: none;
}


.event-title-home:hover > b{
    font-style: oblique !important;

}
.scrolling-banner {
    white-space: nowrap;
    overflow: hidden;
    line-height: 4em;
    z-index: 1001;
    top:0;
    width: 100%;
    position: fixed;
    animation: scrollText 20s linear infinite; /* Adjust the duration and timing function as needed */
}
.scrolling-banner:hover{
    font-style: oblique;
}

.scrolling-banner > p {
 font-size: 50px;
    font-family: "Work Sans" !important;
    color: #5000ff !important;
}

@keyframes scrollText {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}
.event-list-item-p:hover{
    border-color: transparent;
}
.event-list-item-p:hover > div > div > .which-event{
   visibility: visible !important;
    color: white !important;
}
a{
    color: inherit !important;
}

.event-is-today{
  /* border: blue dotted 2px !important;*/
}

.nav-link:hover{
    font-weight: inherit !important;
}

a:hover{
    font-weight: bolder !important;
}

.headline-schlegel{
    margin-left: 870px;
    margin-top: 10px;

}

.which-event{
    visibility: hidden;
}

.rwo

@media only screen and (max-width: 600px) {
    #home-site > h2{
        font-size: 3em;
        font-weight: normal;
    }
    .navbar.fixed-top {
        max-width: 100vw !important;
    }
    #home-about > p, #news-home > p, #news-home, .accordion > div, .accordion-body > p, .home-where-txt > p {
        /* font-size: 1.5rem !important; */
        /* filter: blur(0.5px); */
        font-size: 1.2rem !important;
        filter: blur(0.1px);
    }
    .navbar.fixed-top {
        max-width: 100vw !important;
    }

    .navbar > .container, .navbar > .container-fluid, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar > .container-xl, .navbar > .container-xxl {
        display: flex !important;
        flex-wrap: initial !important;
        align-items: center;
        justify-content: space-between;
    }

    .accordion-button > div {
        /* font-size: 1.5rem !important; */
        font-size: 1.2rem !important;
    }

    .home-text-head {
        /* filter: blur(0.5px); */
        filter: blur(0.1px);
    }

    .mobile-std-text {
        /* font-size: 1.1rem !important; */
    }

    .navbar-expand-lg .navbar-nav {
        max-width: inherit !important;
        flex-wrap: nowrap !important;
    }
    #cookies-policy .cookies__actions {
        gap: 10px !important;

    }
    #cookies-policy .cookies__alert{
        margin: 2% !important;
        max-width: 96% !important;
        width: 100% !important;

    }

    #ticket-button {
        position: relative !important;
        width: 90vw !important;
        background: rgba(255, 255, 255, 0);
        border-radius: 23px;
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        border: 1px solid rgba(255, 255, 255, 1);
        font-size: 22px;
        padding: 7px;
        right: 0 !important;
        bottom: 0 !important;
        margin-left: 5vw !important;
        font-family: "Raleway", sans-serif;
        color: white !important;
    }
    .modal{
    }
    #home-about-div{
        column-count: 1 !important;
        word-break: break-word;
    }

    .container-top{
        align-items: center !important;
    }
    .event-list-container{
        margin-left: 0 !important;
    }
    .top-right-button {
        width: 94px !important;
    }
    .event-header{
        margin-left: 0px !important;
        margin-top: 0px !important;;
    }
    .navbar.fixed-top {
        max-width: 100vw !important;
    }


    .navbar > .container, .navbar > .container-fluid, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar > .container-xl, .navbar > .container-xxl {
        display: flex !important;
        flex-wrap: inherit !important;
        align-items: center;
        justify-content: space-between;
    }

    p {
        font-size: 1.3rem;
    }
    .main-content-post > ul {
        font-size: 1.5em;
    }
    .main-content-post > ul > li {
        font-size: 1.5em;
    }

    .main-content-post > li {
        font-size: 1.5em;
    }
    .main-content-post p{
        font-size: 1.5em;
        line-height: 1.1em;
        font-family: "Arial", sans-serif;
    }


    .event-long-decr{
        max-height: none;

    }
    #cookies-policy .cookies__container{
        height: 55vh !important;
    }


}

.container-top{
    align-items: flex-start !important;
}

.bg-black{
    background: black !important;
}


.footer-schlegel > p{
    font-size: 0.8rem;
    text-underline: none;
    color: black !important;

}

.footer-schlegel > *{
    text-underline: none !important;
    text-decoration: none !important;
    color: #e1e1e1 !important;
}
.footer-schlegel > a:hover{
    text-underline: none !important;
    text-decoration: none !important;
    color: #fff495 !important;
}

#nav-schlegel-logo{
    width: 100px;
}

.footer-schlegel{
    align-content: center;
    color: white;
    font-family: "Work Sans", sans-serif;
    padding: 10px;
    font-size: 0.9em !important;
    max-width: fit-content;
    background: rgba(255, 255, 255, 0);
    backdrop-filter: blur(4px);
    border-radius: 20px;
}
.footer-adress::before {
    content: "&#9900;";
    transition: opacity 0.2s ease-in-out; /* Smooth transition */
    position: absolute;
    top: 0;
    right: 0; /* Position it at the end of the address */
}

.footer-adress:hover::before {
    content: "&#9900;";
    opacity: 1; /* Visible on hover */
}

.info-schlegel{
    background-color: #000000 !important;
    border: 1px dotted rgb(133, 133, 133) !important;
    color: #eaeaea;
}

a {
    text-decoration: none !important;
}
.marquee {
    top: 0;
    left: 0;

}
.marquee > p {

}
.marquee .inner {
    position: relative;
    width: 50vh;
    display: flex;

}
.marquee .inner > * {
    white-space: nowrap;
    padding: 0 4rem;
    font-weight: bold;
    font-size: 20px !important;
    font-family: "Work Sans", sans-serif !important;
    color: #ffffff !important;
}


.event-long-decr >p {
    font-size: 1.3rem !important;
    font-family: "Work Sans", sans-serif;
    font-weight: normal;
    letter-spacing: -0.5px;
    line-height: 1.3em;
    color: #fff;

}
.line {
    width: 1px;
    height: 100%;
    background-color: yellow;
}
::selection {
    color: #000bff;
    text-decoration: underline !important;
    background: rgb(96, 96, 96);
}




#home-about > p,
#news-home > p,
#news-home,
.accordion > div,
.accordion-body > p,
.home-where-txt > p{
    font-size: 1.3rem !important;
    font-family: "Work Sans", sans-serif;
    font-weight: normal;
    letter-spacing: -0.5px;
    line-height: 1.3em;
    color: #fff;
}

.description-field{
    max-width: 140px !important;
    filter: blur(0.2px) !important;
    color: darkgray;

}


@keyframes spin {
    0% {
        transform: rotateX(0deg);
    }
    100% {
        transform: rotateX(360deg);
    }
}
.accordion-button > div
{
    line-height: 1.2em !important;
    font-weight: bold;

    font-size: 1.3rem !important;
    font-family: "Work Sans", sans-serif;
    letter-spacing: -0.5px;
    color: #fff;
}

.mobile-std-text{
    font-family: "Arial", sans-serif !important;
    line-height: 1.4em !important;;
    font-weight: normal !important;;
    word-spacing: -2px !important;;
}

.modal{
    background: rgba(255, 255, 255, 0) !important;
    border-radius: 23px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);

}

#ticket-button{
    bottom: 10px;
    right: 10px;
    width: auto;
    text-align: center;
    background: rgba(255, 255, 255, 0);
    border-radius: 23px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 1);
    font-size: 22px;
    padding: 7px;
    font-family: "Raleway", sans-serif;
    margin-right: 10px;
    color: white !important;
}
.component-title{
    color: darkgrey !important;
}

#news-home p:first-of-type {
    margin-top: 10px;
}
.accordion-button:not(.collapsed) {
    color: white !important;
}

.accordion-button {
    color: white !important;
}
.toggle-icon {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-left: 5px;
}
.event-description-short {
    line-height: 1.4em !important;
    text-transform: initial;
    word-spacing: -0.1rem;
    font-size: 12px;
}

.open {
    background-color: white;
    border: 1px solid white;/* Choose the color for the closed state */
    /* Choose the color for the open state */
}

.closed {
    background-color: black;
    border: 1px solid white;/* Choose the color for the closed state */
}

.content-news {
    max-height: 206px;
    overflow: hidden;
    transition: max-height 0.5s ease;
}
.content-news-btn{
    background: rgba(255, 255, 255, 0) !important;
    border-radius: 23px;
    border: transparent !important;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    padding: 10px;
    font-family: "Raleway", sans-serif;
    margin-right: 20px;
    color: white !important;
}

.home-text-head{

    color: #5000ff !important;
    font-weight: normal !important;
    word-spacing: 0px !important;
    text-transform: uppercase;
}
.event-list-item >p > b {
    font-family: "Raleway", sans-serif !important;
}
.event-home {
    border: transparent 1px dotted;
}
.event-home:hover {
    border: white 1px dotted;
}

.event-image-gallery:hover {
    background: rgba(255, 255, 255, 0);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    opacity: .8;
}


.upcoming-row{
    height: 350px !important;
    font-family: "Work Sans", sans-serif;

}
#cookies__alert{
    width: 100vw;
}
.leader-line{
    z-index: -10;
    overflow-x: hidden ;
    max-width: inherit;
}
#event-name-img{
    font-size: 60px;
    max-width: 50vw;
    float: left;
    margin: 0;
    word-break: break-word;
    margin-bottom: -.25em;
    margin-top: -.25em;
    overflow-y: hidden;
}
#txt-event-name-img{
    font-size: 60px;
    word-break: break-all;
    overflow-y: hidden;
    max-width: 86vw;
    line-height: 1.20em;
    height: fit-content;
}
.event-div{
    display: grid;
    margin-top: 30px;
    position: relative;
}

body {
    background:black;
    color: white;
    margin-left: 4vw;
    margin-right: 2vw;
}
#txt-event-name-img:hover{
}

.event-image img {
    max-width: 50vw;
    height: auto;
    object-fit: contain;
    float: left;
    font-weight: 900;

}
.top-right-button {
    float: right;
    margin-right: -1px;
width: 65px;
    height: 50px;
    display:block;
    opacity: 0.0;
}
.navbar{
}

.nav-item > a.nav-link {
    background: rgba(255, 255, 255, 0);
    border-radius: 20px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    font-size: 18px;
    padding-top: 4px !important;
    padding: 2px;
    font-family: "Sans Work", sans-serif;
    margin-right: 10px;
    color: white !important;
    margin-bottom: 0px !important;
    border: 1px solid rgb(255, 255, 255);
    text-transform: uppercase;
}
.navbar > .container, .navbar > .container-fluid, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar > .container-xl, .navbar > .container-xxl {
    display: grid !important;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}
.navbar-expand-lg .navbar-nav {
    flex-direction: column !important;
}

.nav-item > a.nav-link.li{
    margin-bottom: 0px;
}
.nav-link.active:hover {
    /*box-shadow: 3px 8px 10px rgba(255, 255, 255, 0.3);*/
}
.about-schlegel > p {
    font-size: 1.25rem;
}
 .nav-item > a.nav-focus {
    /* From https://css.glass */
    background: rgba(255, 255, 255, 0);
    border-radius: 23px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgb(255, 244, 138);
    font-size: 24px;
    padding: 10px;
    font-family: "Raleway", sans-serif;
    margin-right: 20px;
    color: white !important;

}

.glass-button-schlegel-nav{
    /* From https://css.glass */
    background: rgba(255, 255, 255, 0);
    border-radius: 23px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    font-size: 24px;
    padding: 10px;
    font-family: "Raleway", sans-serif;
    margin-right: 20px;
    color: white !important;

}

.glass-title{
    /* From https://css.glass */
    background: rgb(0, 0, 0, 0.2);
    border-radius: 5px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    color: white !important;
}


.nav-item > a:hover {
    /* From https://css.glass */
   background: rgb(255, 244, 149, 0.2);
   backdrop-filter: blur(5px);
   color: white !important;
   -webkit-backdrop-filter: blur(5px);
   /*border-color: black !important;*/


}
.footer-schlegel a:hover {
    font-weight: normal !important;
    text-decoration: underline !important;

}

.footer-schlegel a {
    font-weight: normal !important;
}

nav {
   position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
}




.event-image {
    max-width: 95vw;
    display: flex;
    justify-content: stretch;
    margin-bottom: 0px;
    overflow-x: hidden ;
    overflow-y: hidden;
    margin-top: 20px;
    margin-bottom: 20px;

}

.event-image-text {
    max-width: 95vw;
    justify-content: stretch;
    margin-bottom: 0px;
    overflow-x: hidden ;
    overflow-y: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
    height: fit-content;

}

#event-txt{
    font-size: 28px;
    font-weight: unset;
    text-decoration: none;
    text-underline: none;
    padding: 0px;
    align-items: flex-start;
    margin-block-start: 0em;
    position: relative;
    margin: 0;
    width: fit-content;
    overflow-x: hidden ;
    height: 100%;

}
.event-long-decr > p{
    margin-bottom: 1.2rem;
}

.event-long-decr > p > br {
        margin-bottom: 0.15em;
    margin-top: 0.15em;

}
.accordion-body > p{
    font-size: 1.1rem !important;
    font-family: "Work Sans", sans-serif;
    line-height: 1.4em !important;
    font-weight: normal;
    word-spacing: -1px;
    margin-right: 0px;
}
.accordion-button:not(.collapsed)::after {
    background-image: none !important;
}
.accordion-button::after {
    background-image: none !important;
}

#txt-event-txt{
    font-size: 28px;
    font-weight: unset;
    text-decoration: none;
    text-underline: none;
    padding: 0px;
    align-items: flex-start;
    margin-block-start: 0em;
    position: relative;
    margin: 0;
    width: fit-content;
    margin-top: -.32em;
}

#event-date {
    font-size: 35px;
    hyphens: auto;
    text-align: justify;
    width: 100%;
    line-height: normal;
    color: white !important;
}
.event-long-decr{

    overflow-x: hidden;
    overflow-y: auto;
    margin-top: 0px;

}

#event-date-txt{
    margin: 0;
    font-family: 'Outfit', sans-serif;
    font-size: 29px;
    margin-top: -0.39em;
    width: 100%;

}
#txt-event-date-txt{
    margin: 0;
    font-family: 'Outfit', sans-serif;
    font-size: 28px;
    margin-top: .32em;
    float: inline-end;
    line-height: 1.22em;
    color: white !important;

}

#event-name-txt{
    font-weight: bold;
    font-size: 25px;
    line-height: normal;
    text-transform: capitalize;
    margin-top: 20px;
    font-family: "Outfit";
}



#event-ticket-txt{
    text-decoration: none;
    font-family: 'Outfit', serif;
    font-size: 24px;
    position: absolute;
    bottom: 0;
    margin: 0px;
    border: 2px black solid;
    padding: 10px;
    border-radius: 25px;
}
#mobile-nav-text{
    display: none;
}
a{
    text-decoration: none;
}
#post-header-mob{
        margin-bottom: 20px;
}
a[txt-id="img-hover"]{
    display: inline-block;
}
a[txt-id="img-hover"]:hover{
    display: inline-block;
    font-weight: normal !important;
}
a[txt-id="img-hover"]::after {
    content: " ➝☐";
    display: inline-block;
    white-space: nowrap;
    top: 100%; /* Adjust as needed based on your layout */
    left: 0;
    margin-top: 10px; /* Adjust the margin as needed */
}
a[txt-id="img-hover"]:hover::after {
    content: " ➝◨";

}
#txt-event-ticket-txt{
    text-decoration: none;
    text-underline: none;
    font-family: 'Outfit', sans-serif;
    font-size: 28px;
    bottom: 0;
    margin: 0px;
    border: 2px white solid !important;
    padding: 10px;
    border-radius: 39px;
    float: inline-end;
    color: white !important;
}

#txt-event-ticket-txt-img{
    text-decoration: none;
    text-underline: none;
    font-family: 'Outfit';
    font-size: 28px;
    bottom: 0;
    margin: 0px;
    border: 2px white solid;
    padding: 10px;
    border-radius: 39px;
    float: inline-end;
    position: absolute;
    left:0px;
    color: white !important;

}
/* alt text*/
img{
    font-size: 50px;
}


/* Style the black line */
.menu-line {
    position: absolute;
    height: 2px;
    background-color: black;
    top: 0;
    left: 0;
    z-index: 1;
}

/* Style the menu */
.menu {
    display: inherit;
    align-items: center;
    margin-top: 0px;
    z-index: 2;
    position: fixed;
    font-weight: 100;
    color: black;
    mix-blend-mode: revert;
    padding-top: 0px;

    font-size: 22px;
}

/* Style the menu items */
.menu-item {
    padding: 0px;
    padding-right: 60px;
    font-size: 24px;
    margin: 0px;

}

/* Style the first menu item */

.top-nav {
    background: #000 !important;
    color: #fff !important;
}
/* Style the last menu item */
.menu-item:last-child {
    bottom: 5px;
    position: fixed;
    left: 0vw;

}
a{
    text-decoration: none;
    text-underline: none;
}

#menu-container{
}
h1{
    font-size: 26px;
    right: 5px;
    position: fixed;
    text-align: right;
}



.list {
    width: 95%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 21px;
    font-family: arial;
    float: left;
    position: absolute;
}
#event-header{
    font-family: Outfit;
    font-size: 27px;
    font-weight: 355;
    margin: 0;
    margin-top: 0px;
    text-decoration-line: underline;
}
#footer-image{
    position: absolute;
    bottom: 0px;
    right: 0px;
    mix-blend-mode: difference;
}
#footer-container{
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    position: relative;

}
.column2 {
    width: 40%;
    list-style-type: none;
    padding: 0;
}
.column3 {
    width: fit-content;
    list-style-type: none;
    padding: 0;
    float: right;
    text-align: end;

}
.column1 {
    width: 20%;
    list-style-type: none;
    padding: 0;
    font-weight: 900;
    font-family: arial;

}
ul{
    margin:0px;
}

.column1 li, .column2 li, .column3 li {
    padding: 5px;
}
.column1 li::marker, .column2 li::marker, .column3 li::marker {
    display: none;
}
@media only screen and (max-width: 992px) {
    #menu-padding{
        height: 145px;
    }
    .nav-item > a.nav-link {
        padding: 5px !important;
        padding-left: 10px !important;
        width: 100%;
    }
    .navbar.fixed-top {
        max-width: 100vw !important;
    }

    #cookies-policy .cookies__alert{
        margin: 2% !important;
        max-width: 96% !important;
        width: 100% !important;
    }
    .accordion-button > div {
        font-family: "Work Sans", sans-serif !important;
        line-height: 1em !important;
        font-weight: bold;
        filter: blur(0px);
        word-spacing: -2px !important;
    }



    .home-text-head{

        color: #5000ff !important;
        font-weight: normal !important;
        word-spacing: 0px !important;
        text-transform: lowercase;

    }

    #cookies-policy .cookies__container{
        height: 60vh !important;
        margin-bottom: 1vh;
    }

    .modal{
    }
    .event-main-div{
        margin-top: 130px !important;
        min-height: fit-content;
    }
    .navbar > .container, .navbar > .container-fluid, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar > .container-xl, .navbar > .container-xxl {
        display: flex !important;
        flex-wrap: inherit !important;
        align-items: center;
        justify-content: space-between;
    }
    .nav-item > a.nav-link {
        padding: 5px !important;
        padding-left: 10px !important;
        width: 100%;
    }
    .event-long-decr{
        max-height: fit-content !important;
        min-height: fit-content !important;
    }
    .event-main-div{
        margin-top: 50px !important;    }

    #menu-padding-event{
        height: 130px;
        display: block;
    }
    .navbar-expand-lg .navbar-nav {
        max-width: 100vw;
        flex-wrap: wrap;
    }
    .event-header{
        margin-left: 0px !important;
        margin-top: 0px !important;;
    }
    #home-about-div{
        column-count: 1 !important;
        word-break: break-word;
    }

    .event-list-container{
        margin-left: 0 !important;
    }
    #mobile-nav-text{
        display: block;
        width: 52vw;
        height: 67px;
        border: 1px solid #989898;

        padding: 5px !important;
        background: rgba(255, 255, 255, 0);
        border-radius: 10px;
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px)
    }
    .main-content-post-header{
        margin-top: 150px;
    }
    .event-long-decr > p{
        padding-right: 0px;
    }
    .main-content-post{

        column-count: 1;
        column-gap: 3em;
        margin-top: 0px;
        -moz-column-fill: auto;
        column-fill: auto;
        min-height: 72vh;

    }

    .navbar-brand {
        border: 1px solid #ffffff;
        padding: 5px !important;
        height: max-content !important;
    }

    .nav-link {
        padding: .1rem 1rem;
    }

    .navbar-toggler {
        line-height: 3;
        border: 1px solid #737373 !important;
        height: 67px;
        padding: 5px !important;
        border-radius: 10px !important;
    }
    #nav-schlegel-logo{
        width: 60px;

    }

    .navbar-light .navbar-toggler {
        border-color: rgb(84, 84, 84);
    }


    .glass-button-schlegel-nav {
        /* border-radius: 23px; */
        border-radius: 10px;
        border: 1px solid #5b5b5b;
    }

    #home-site > h2{
        font-size: 3em;
        font-weight: normal;
    }
    .top-nav {
        background: #000 !important;
        color: #fff !important;
    }
    #cookies-policy .cookies__actions {
        gap: 10px !important;
    }
    .headline-schlegel{
        margin-left: 140px !important;
        margin-top: 10px !important;

    }
    .ticket-button-div {
        position: fixed;
        z-index: 0;
        background: #fff;
        background-color: rgb(255, 255, 255);

        max-width: 100vw !important;
       /* margin-left: 5vw;
        margin-right: 5vw;*/
        height: 62px;
        bottom: 8px;
    }
    .marquee .inner > * {
        white-space: nowrap;
        padding: 0 4rem;
        font-weight: bold;
        font-size: 30px !important;
        font-family: "Work Sans", sans-serif !important;
        color: #ffffff !important;
        filter: blur(0px);
    }


    #ticket-button {
        position: relative !important;
        width: 90vw !important;
        background: rgba(255, 255, 255, 0);
        border-radius: 23px;
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        border: 1px solid rgba(255, 255, 255, 1);
        font-size: 22px;
        padding: 7px;
        right: 0 !important;
        bottom: 0 !important;
        margin: 0 !important;
        font-family: "Raleway", sans-serif;
        color: white !important;
    }
    .top-right-button{
        width:200px !important;
        opacity: 0.0;


    }
    .event-header-mob{
        font-family: 'Work Sans', sans-serif !important;
        line-height: 1em !important;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4; /* number of lines to show */
        line-clamp: 4;
        -webkit-box-orient: vertical;
        letter-spacing: -1px;

    }
    #home-about > p, #news-home > p, #news-home, .accordion > div, .accordion-body > p, .home-where-txt > p,
    .event-long-decr > p, .main-content-post > ol, .main-content-post > ul, .main-content-post > p, .main-content-post > p > strong {
        /* font-size: 1.5rem !important; */
        /* filter: blur(0.5px); */
        font-size: 1.1rem !important;
        filter: blur(0px);
    }

    .accordion-button > div {
        /* font-size: 1.5rem !important; */
        font-size: 1.2rem !important;
        line-height: 1.3em !important
    }

    .home-text-head {
        /* filter: blur(0.5px); */
        filter: blur(0.1px);
    }

    .mobile-std-text {
        /* font-size: 1.1rem !important; */
    }
    #home-about-div{
        column-count: 1;
        column-gap: 5rem;
        word-break: break-word;
    }
    .main-content-post-menu-blocker{
        height: 0px;
        display: none;
    }
    .main-content-container{
        min-height: inherit;
    }


}
