
.dialogModal{
    width: clamp(200px, 40vw, 60vw);
    /*height: clamp(200px, 40vw, 60vh);*/
    height:fit-content;
    max-height: 95vh;
    border: none;
    border-radius: 15px;
    background-color: var(--e-global-color-094888e);
    padding-top: 0px;
}
.dialogModal::backdrop{
    background-color: rgba(0, 0, 0, 0.515);
    backdrop-filter: blur(1px) !important;
}
.dialog-content > :first-child{
    gap: 0px;
}
.dialog-content{
    
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.dialog-content .single-dates-container{
    width: 100%;
    align-self: center;
    min-height: fit-content;
    overflow: hidden;
    
    top: 1rem;
    z-index: 999;
    
    scale: 1;
    background-color: rgb(108 56 97);
    
}
/* <----------- START SEITE TICKETS ------------->*/
.ticket-options-section .options-container:hover{
    box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.253) solid;
    cursor: pointer;
    
}

.ticket-options-section .options-container{
    display: flex;
    flex-direction: row;
    
    border-radius: 15px;
}
.ticket-options-section {
    padding-bottom: 3em;
    
}

.ticket-options-section .options svg{
    margin-block: auto;
}
.ticket-options-section .options{
   pointer-events: none;
   background-color: transparent;
}
/* <-------START SEITE TICKETS ---------------------->*/

.dialog-content .single-dates-container:hover{
    scale: 1;
    box-shadow: none;
    pointer-events: none;
}

.clipboard-btn {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;

    width: 64px;
    height: 32px;
    border-radius: 6px;

    background: rgba(0, 0, 0, 0);
    color: #fff;
    border: white solid 1px;

    display: flex;
    align-items: center;
    justify-content: center;

    cursor: pointer;
    z-index: 10;
}

.clipboard-btn:hover {
    background: rgba(255, 255, 255, 0.214);
}

.options:hover:not(:has(.clipboard-btn:hover)){
    background-color: rgba(255, 255, 255, 0.214);
}

.optionsText{
    margin-top: auto;
    text-align: center;
}

.options-container{
    display: flex;
    position: relative;
    justify-content: space-around;
}
.options{
    
    background-color: rgba(38, 38, 38, 0.154);
    cursor: pointer;
    width: 33%;
    margin: 1px;
    
}

.options img{
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.options p{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: unset;
    color: white;
    font-weight: 600;
}


.modal-close-btn svg{
    place-self: center;
    border: none;
    border-radius: 360%;
    padding: 10px;
    
    scale: 1.1;
    stroke-width: 2px;
    

}


#modalClose{
    appearance: unset;
    height: 10%;
    min-height: 50px;
    width: 20%;
    min-width: 100px;
    border-radius: 15px;
    font-weight: 600;
    border: solid #ffffff 1px;
    color: white;
    background-color: rgb(108 56 97);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    align-self: flex-end;
    
}
#modalClose:hover{
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.31);
    
    
}
.modal-close-btn{
    width: 40px;
    
    height: 40px;
    align-self: flex-end;
    border: none;
    
    background-color: transparent;
    color: white;
    transition: background-color 0.1s ease-in-out;
    padding: 0px;
    margin-right: -10px;
    margin-bottom: 10px;
    
}
@media (max-height: 750px){
    .modal-close-btn{
        display: none;
    }
    .dialog-content:has(.toggle-btn.active) .model-close-btn{
        position: absolute;
        display: block;
    }
}
@media(max-height: 500px){
    
}
.modal-close-btn:hover{
    background-color: rgba(38, 38, 38, 0.154);
    cursor: pointer;
}

.bewirtung-txt{
   
}
.options.email{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border: none;
    padding: unset;
    padding: 10px;
    box-sizing: border-box;
    text-decoration: unset;
}
.options.online{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border: none;
    padding: unset;
    padding: 10px;
    box-sizing: border-box;
    text-decoration: unset;
}
.options.online img{
    max-width: 200px;
}
.email-text{
    
    margin-top: auto !important;
   
}
.phone-text{
    margin-top: auto !important;
}
.options.phone{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border: none;
    padding: unset;
    padding: 10px;
    box-sizing: border-box;
    text-decoration: unset;
}
.options svg {
    margin-top: 2rem;
    
    height: 80px;
    width: 80px;
    stroke: black;
    stroke-width: 1%;
    fill: white;
}



.accordeon{
    display: flex;
    min-height: 4rem;
    align-items: center;
    justify-content: space-between;
    color: white;
    font-size: clamp(14px, 3dvw, 16px);
    font-weight: 600;
    padding: 0 1rem;  
    box-sizing: border-box;
    width:  100% !important;
    outline: none;
    border: none;
}
.toggle-btn{
        background-color: rgba(38, 38, 38, 0.154) !important;
}
.toggle-btn.active{
    background-color: rgba(255, 255, 255, 0.214)!important;
}

.icon {
    position: relative;
    width: 16px;
    height: 16px;
}
.icon::before,
.icon::after {
    content: "";
    position: absolute;
    background: white;
    transition: transform 0.2s ease, rotate 0.2s ease-in-out, scale 0.2s ease-in-out, opacity 0.2s ease;
}

.icon::before {
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    transform: translateY(-50%);
 
}

.icon::after {
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    transform: translateX(-50%);
    
}

.active .icon::after {
    opacity: 0;
    rotate: 90deg;
    
}
.active .icon::before{
    rotate: 180deg;
}

/*
DROPDOWN STYLE STUFF
*/
.dropdown-container{
    overflow: hidden;
    transition: height 0.3s ease;
    background-color: rgba(38, 38, 38, 0.154);
    display: flex;
    flex-direction: column;
    
    overflow-y: auto;
    color: white;
    
}

@media(min-width: 1024px){
    .dropdown-container{
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .dropdown-container::-webkit-scrollbar{
        display: none;
    }
}
.dropdown-container a{
    color: white;
    text-decoration: none;
}
.dropdown-container svg{
    width: 40px;
    color: white;
    padding: 0.5rem;
    border-radius: 100%;
    background-color: #0c0d0e30;
    
}
.disable-dropdown{
    pointer-events: none;
    opacity: 0.5;
}
.disable-dropdown::after{
    content: "Keine Vorverkaufsstellen zu diesem Termin vorhanden";
    color: white;
    font-size: 16px;
    
}
.verkauf-shop{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.205);
    width: 100%;
    cursor: pointer;
    padding-inline: 1rem;
    box-sizing: border-box;
}
.verkauf-shop:hover{
    background-color: rgba(255, 255, 255, 0.199);
}
.verkauf-shop:last-child{
    border-bottom: unset;
}
.verkauf-shop svg{
    margin-top: 7px;
}
.verkauf-shop p {
    max-width: 80%;
}

/*
DROPDOWN STYLE STUFF
*/

.eintritt{
    appearance: unset;
    min-height: 50px;
    min-width: 100px;
    
    font-weight: 600;
    border: none;
    color: white;
    background-color: rgb(108 56 97);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    align-self: flex-start;
}
.price-close{
    display: flex;
    justify-content: space-between;
    position: sticky;
    bottom: 0px;
}

@media (max-width: 1023px){
    .price-close{
    display: flex;
    justify-content: space-between;
    position: sticky;
    bottom: 0.5rem;
    }
    .eintritt{
        display: flex;
        bottom: 0;
        height: fit-content;
        width: fit-content;
        padding: 15px;
        margin-top: auto;
        position: sticky;
        bottom: 0.5rem;
        background-color: rgb(108 56 97);
    }


    .dialogModal{
    border: none;
    border-radius: 0px;
    background-color: var(--e-global-color-094888e);
    
    
    width: 100%;
    height: 100%;
    max-height: 100vh;
    max-width: unset;
    max-height: unset;
    overflow-y: auto;
    padding: unset;
    box-sizing: border-box;
    
}

.options img{
    object-fit: contain;
    width: 100%;
    height: 80%;
}
.modal-close-btn{
        position: sticky;
        top: 1rem;
        z-index: 1001;
        border-radius: 100%;
        background-color: rgb(108 56 97);
        border: 1px solid #ffffff6b;
}

.dialogModal::backdrop{
    background-color: rgba(0, 0, 0, 0.515);
    padding: 0px;
    margin: 0px;
    
    
}
.dialog-content{
    width: 100%;
    
    
    padding: 12px;
   box-sizing: border-box;
}

.dialog-content .single-dates-container{
    width: 100%;
    align-self: center;
    
    overflow: hidden;
    
    
}
.dialog-content .single-dates-container:hover{
    scale: 0.97;
    box-shadow: none;
    pointer-events: none;
}

.options-container{
    flex-direction: row;
}
.options-container .options{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    
    width: 33%;
    
    transition: background-color 0.1s ease-in-out;
    object-fit: contain;
}


.options p{
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: clamp(14px, 3dvw, 16px);
    font-weight: 600;
}
.options svg {
    margin-top: auto;
}

#modalClose{
    display: flex;
    bottom: 0;
    height: fit-content;
    width: fit-content;
    padding: 15px;
    margin-top: auto;
    /*STICKY?*/
    position: sticky;
    bottom: 0.5rem;
    background-color: rgb(108 56 97);
    
}

}

@media(max-width: 500px){
    .options-container{
        flex-direction: column;
        
    }
    .options-container .options{
        width: 100%;
        max-height: 100px;
    }

    .dialog-content .single-dates-container{
        min-height: fit-content;
        max-height: 100px;
    }
    .options.online img{
    max-width: 130px;
    }
    
    
}