@media (min-width: 1200px) {
    /* Styles for large desktops */
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: articulat-cf, sans-serif;
    background-color: #AE0721;
    background-image: url('/Images/BG-Swirl.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-size: 180%;
    background-position: 50% -80vw;
    font-size: 0.8;
    font-weight: 300;
    color: #ffffff;

}

.BGsvg {
    position: absolute;
    width: 100%;
    transform: scale(1.5);
    top: 100%;
    /* z-index: -1; */
}

#String_back {
    transition: transform 0.4s ease;
}

#String_back:hover {
    transform: scale(1.01);
}

p {
    font-size: 1.2rem;
}


h1 {
    font-size: 5em;
    margin-bottom: 1rem;
    font-family: articulat-cf, sans-serif;
    text-transform: uppercase;
}

.sondersub_01 {
    font-weight: 100;

}

.sondersub_02 {
    font-weight: 500;
}

.hero {
    height: 80vh;
    margin: 3vh 10vw;
    background-image: url('/Images/Hero-Text-01.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 0;
}

.sticker {
    position: relative;
    width: 150px;
    left: 50vw;
    top: 45vh;
    animation: slowRotate 16s linear infinite;
    z-index: -1;
    transform-origin: center center;
}

@keyframes slowRotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

h2 {
    margin-bottom: 0.5em;
    text-transform: uppercase;
}

h3 {
    font-size: 3em;
    font-weight: 300;
    margin-bottom: 0.3em;
    font-style: italic;
}

h4 {
    font-size: 2em;
    font-weight: 300;
}

h5 {
    font-size: 1.5em;
    font-weight: 200;


}


.space {
    height: 18vh;
}

.datenschutzholder {
    position: block;
    margin: 3vh 5vw;
    gap: 20px;
    padding: 5vw;
}


.datenschutzholder h1 {
    padding-bottom: 48px;
    font-size: 3em;
}

.datenschutzholder h2 {
    padding-bottom: 24px;
    line-height: 120%;
}

.datenschutzholder h3 {
    padding-bottom: 24px;
    line-height: 120%;
    font-size: 2em;
}

.datenschutzholder h4 {
    padding-bottom: 24px;
    line-height: 120%;
    font-size: 1.8em;
}

.datenschutzholder h5  {
    padding-bottom: 24px;
    line-height: 120%;
    font-size: 1.6em;
}

.datenschutzholder h6  {
    padding-bottom: 24px;
    line-height: 120%;
    font-size: 1.3em;
}

.datenschutzholder p {
    padding-bottom: 24px;
    line-height: 120%;
    font-size: 1em;
}

.datenschutzholder li  {
    padding-bottom: 24px;
    line-height: 120%;
}

.datenschutzholder a:hover {
    letter-spacing: 0;
    font-weight: 300;
}

.datenschutzholder a {
    word-break: break-all; 
    white-space: normal;
}



/* "Cookiebanner" */

#cookie-popup {
    font-family: articulat-cf, sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    background-color: #EC1C24;;
    color: white;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
    box-sizing: border-box;
    gap: 12px;
}

#cookie-popup button {
    font-family: articulat-cf, sans-serif;
    background-color: #00A651;
    color: #FBB040;
    border: none;
    padding: 10px 20px;
    height: 50px;

    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    border-radius: 30px;
}

#cookie-popup button:hover {
    background-color: #00d768;
}


/* >menu */
/* Burger Icon Style */
/* Burger Icon and Close Icon Style */
.burger-icon,
.close-icon {
    font-size: 50px;
    cursor: pointer;
    display: inline-block;
    padding: 10px;
    position: fixed;
    top: 3vh;
    right: 3dvh;
    z-index: 1001;
    /* Ensure the icons are above other content */
}

.burger-icon {
    display: inline-block;
    color: #ffffff;
}

.close-icon {
    display: none;
    font-size: 80px;
    transform: translateY(-20px);
    color: #ffffff;
}

.close-icon:hover {
    display: none;
    color: #AE0721;

}




/* Menu Style */
.menu {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    height: 100%;
    background-color: #EC1C24;
    overflow-y: auto;
    transform: translate(100%);
    transition: transform 0.4s ease-in-out;
    padding: 160px 50px;
    z-index: 1000;
    /* Ensure the menu is below the icons */
    font-size: 2em;
    color: #ffffff;

}

.menu.active {
    display: block;
    transform: translateX(0);
}

.menu a {
    display: block;
    padding: 10px 0;
    text-decoration: none;
    color: rgb(255, 255, 255);
    transition: color 0.3s ease-in-out, letter-spacing 0.3s ease-in-out;
}

.menu a:hover {
    color: #AE0721;
    font-weight: 500;
    letter-spacing: 2px;

}

.Menubutton {
    margin-bottom: 50px;
}



/* <menu */


.textbig {
    font-size: 1.5em;
    line-height: 1.2em;
    font-weight: 200;
}

a {
    color: #ffffff;
    cursor: pointer;
    transition: color 0.4s, letter-spacing 0.4s;
}

a:hover {
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 2px;
}

.imprintlink {
    text-decoration: none;
}

.imprintlink:hover {
    text-decoration: none;
    letter-spacing: 0;
    font-weight: 200;
}


header {
    color: #cf2121;
    padding: 5vw;
    position: fixed;
    top: 0;
    width: 90vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
}



.logoholder {
    position: fixed;
    margin-top: 3vh;
    margin-left: 3vh;
    z-index: 100;
}


.twocolumsflex {
    display: flex;
    flex-wrap: wrap;
    gap: 150px;
}




/* Programmsection */

.programm {
    margin: 0 10vw;

}

.programm h2 {
    text-align: left;
    margin-bottom: 20px;
}


/* Tickets section */

.tickets {
    margin: 0 10vw;

}

.tickets h2 {
    text-align: left;
    margin-bottom: 20px;
}

.headlineaccordion {
    border-bottom: 1.5px solid white;
}

.accordion {
    margin: 20px 0px;

}

.accordion-item {
    /* border: 1px solid #ddd; */
    /* border-radius: 5px; */
    margin-bottom: 30px;
    overflow: hidden;

}

.accordion-item-header {
    background-color: #f1f1f100;
    cursor: pointer;
    /* padding: 15px; */
    padding-bottom: 12px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    /* justify-content: space-between; */
    align-items: baseline;

}

.time {
    width: 40%;
    text-align: left;


}

.musician {
    width: 50%;
    text-align: left;

}

.arrow {
    width: 10%;
}

.accordion-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 40%;
    height: 25vw;
    margin-right: 2.5vw;
    margin-bottom: 20px;

}

/* Accordion Imgages > */

.musicanimage1 {
    background-image: url('/Images/IMG-Rojina_Emadi+Jana_Stetter.jpg');
}

.musicanimage2 {
    background-image: url('/Images/IMG-Valeria_Galimova.jpg');
}

.musicanimage3 {
    background-image: url('/Images/IMG-Pedro_Aguiar_Quintett_gesamt.png');
}

.musicanimage4 {
    background-image: url('/Images/IMG_LeerSaiten.JPG');
}

.musicanimage5 {
    background-image: url('/Images/IMG-Lyckliga.JPG');
}

.musicanimage6 {
    background-image: url('/Images/IMG-Sophie_et_Sébastien.jpg');
}

/* < Accordion Imgages */



.accordion-item-header h4 {
    margin: 0;
    margin-bottom: 20px;
}

.accordion-item-header span {
    transition: transform 0.8s ease-in-out;
}

.accordion-item-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.8s ease-in-out;
    /* padding: 15px; */
    /* background-color: #fff; */
}

.accordion-item.active .accordion-item-content {
    display: flex;
    max-height: 200px;
    flex-wrap: wrap;
    width: 100%;
}

.accordion-item.active .accordion-item-header span {
    transform: rotate(90deg);
}

.accordionbodytext {
    width: auto;
    font-size: 1em;
    font-weight: 200;
    line-height: 1.2;
    font-style: italic;
}

.accordion-textblock {
    width: 50%;
    display: block;

}


/* --popupwindow in accordion-- */

/* Button Style */
.open-popup-btn {
    padding: 0;
    cursor: pointer;
    margin: 0;
    color: rgb(255, 255, 255);
    background-color: rgba(0, 0, 0, 0);
    border: none;
    font-family: articulat-cf, sans-serif;
    text-decoration: underline;
    font-size: 1.2em;
    font-weight: 300;
    transition: color 0.4s, letter-spacing 0.4s;
}

.open-popup-btn:hover {
    padding: 0;
    cursor: pointer;
    margin: 0;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    font-family: articulat-cf, sans-serif;
    font-weight: 600;
    text-decoration: underline;
    font-size: 1.2em;
    letter-spacing: 2px;

}

/* Popup Overlay Style */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

/* Popup Window Style */
.popup {
    background: white;
    width: 50vw;
    max-height: 80vh;
    /* Adjust as needed */
    padding: 30px 40px;
    /* border-radius: 8px; */
    position: relative;
    text-align: left;
    overflow-y: auto;
    /* Make the popup scrollable */
}

/* Close Button Style */
.close-btn {
    position: absolute;
    top: 40px;
    right: 40px;
    background: transparent;
    border: none;
    cursor: pointer;
}



.Headlinepopup {
    color: #AE0721;
    font-weight: 500;
    font-style: italic;
    font-size: 2.5em;
}

.Paragraphpopup {
    color: #707070;
    font-size: 0.8em;
    line-height: 1.4em;
    margin-bottom: 6px;

}



/* Locationsection */

.location {
    justify-content: center;
    align-items: center;
    left: auto;
    right: auto;
    margin: 0 10vw;
    margin-top: 10vh;
    /* Full viewport height for demonstration */
}

iframe {
    margin-top: 20px;
}




/* Contactsection */

.contact {
    margin: 20vh 10vw;
    width: auto;
    gap: 50px;
}







@media (max-width: 1199px) {
    /* Styles for desktops */




    .sticker {
        position: relative;
        width: 150px;
        left: 50vw;
        top: 45vh;
        animation: slowRotate 16s linear infinite;
        z-index: -1;
        transform-origin: center center;
    }


}



@media (max-width: 991px) {
    /* Styles for tablets in landscape mode and small desktops */



    .accordion-item-header {
        background-color: #f1f1f100;
        cursor: pointer;
        /* padding: 15px; */
        display: block;
        flex-wrap: wrap;
        justify-content: space-between;
        /* justify-content: space-between; */
        align-items: center;
        ;
    }

    .time {
        width: 100%;
        text-align: left;

    }

    .musican {
        width: 100%;
        text-align: left;

    }

    .arrow {
        width: 10%;
        text-align: right;
    }

    .twocolumsflex {
        gap: 50px;
    }

    .sticker {
        position: relative;
        width: 150px;
        left: 50vw;
        top: 45vh;
        animation: slowRotate 16s linear infinite;
        z-index: -1;
        transform-origin: center center;
    }


}

@media (max-width: 767px) {
    /* Styles for tablets in portrait mode */

    body {
        background-position: 50% 0;
    }
  

    .accordion-item-header {
        background-color: #f1f1f100;
        cursor: pointer;
        /* padding: 15px; */
        display: block;
        flex-wrap: wrap;
        justify-content: space-between;
        /* justify-content: space-between; */
        align-items: center;
        ;
    }

    .time {
        width: 100%;
        text-align: left;

    }

    .musican {
        width: 100%;
        text-align: left;

    }

    .arrow {
        width: 10%;
        text-align: right;
    }

    .accordion-image {
        width: 100%;
        margin-right: 0;
        height: 60vw;

    }

    .accordion-textblock {
        width: 100%;

    }

    .sticker {
        position: relative;
        width: 150px;
        left: 50vw;
        top: 45vh;
        animation: slowRotate 16s linear infinite;
        z-index: -1;
        transform-origin: center center;
    }

}


@media (max-width: 575px) {
    /* Styles for phones */


    .menu {
        height: 30%;
        overflow: hidden;
    }

    .accordion-item-header {
        background-color: #f1f1f100;
        cursor: pointer;
        /* padding: 15px; */
        display: block;
        flex-wrap: wrap;
        justify-content: space-between;
        /* justify-content: space-between; */
        align-items: center;
        ;
    }

    .time {
        width: 100%;
        text-align: left;

    }

    .musican {
        width: 100%;
        text-align: left;

    }



    .accordion-image {
        width: 100%;
        height: 60vw;

    }

    .accordion-textblock {
        width: 100%;

    }

    .sticker {
        position: relative;
        width: 150px;
        left: 50vw;
        top: 45vh;
        animation: slowRotate 16s linear infinite;
        z-index: -1;
        transform-origin: center center;
    }

}
