 /* Add media queries for responsiveness */
html {
    scroll-behavior: smooth;
}
/* General styles for mobile-first design */
body {
    font-family: sans-serif;
    margin: 0;
    padding: 0;
    background-color: #070300;
    color: #fffde9;
}

h1 {
    font-size: 3em;
    font-weight: 500;
    text-transform: none;
}

 h2 {
     font-size: 3em;
     font-weight: 500;
     text-transform: none;
 }

 .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

header {
    background-color: black;
    color: white;
    text-align: center;
    position: fixed;
    width: 100%;
    top: 0;
    padding: 10px 0;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: background-color 0.3s ease;
}

header.scrolled {
    background-color: black;
}

nav {
    margin-top: 10px;
    margin-bottom: 10px;
}

nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 120px;
}

nav ul li {
    display: inline-block;
}

nav ul li a {
    color: #fffde9;
    text-decoration: none;
    font-size: 1.3rem;
}

nav ul li a:hover {
    text-decoration: none;
}

header img {
    max-width: 100%;
    height: auto;
    margin-top: 15px;
}

.hero {
    background-image: url('../media/bg-hero.jpg');
    background-size: cover;
    background-position: center;
    color: white;
    text-align: center;
    padding-top: 100px; /* Adjusted for header space */
    margin-top: 0;
    min-height: 85vh;
}

.hero h1 {
    font-size: 2.5em;
    margin: 0 0 20px;
    font-weight: 300;
    letter-spacing: 2px;
}

.hero p {
    font-size: 1.3em;
    margin: 0 0 10px;
}

.video-section {
    text-align: center;
    background-color: #070300;
    padding-top: 50px;
    padding-bottom: 100px;
}

.video-section h2 {
    margin-bottom: 20px;
}

.video-section video {
    width: 100%;
    max-width: 800px;
}


.content-section {
    padding: 100px 0;
    background-color: #060a23;
    background: url('../media/section-about-bg.jpg') center bottom / cover no-repeat;
}

.content-section h2 {
    margin-bottom: 20px;
    text-align: center;
}

.content-section p {
    line-height: 1.6;
    margin-bottom: 20px;
}

 .event-description {
     font-size: 22px;
     line-height: 1.8;
 }

.testimonials {
    background-color: #070300;
    padding: 50px 20px;
    text-align: center;
}

.testimonials blockquote {
    font-style: italic;
    margin: 20px auto;
    max-width: 800px;
    line-height: 1.6;
    color: #fffde9;
}

.testimonials blockquote cite {
    display: block;
    margin-top: 10px;
}

.section-location {
    padding: 100px 0;
}

.section-location .info {
    text-align: center;
}

.section-location .address {
    text-align: center;
    padding: 20px;
    font-size: 1.5em;
    margin-bottom: 1px;
    line-height: 1.6;
}

.section-location .address a {
    color: white;
}

.section-location .map {
    flex: 1 1 45%;
    padding: 20px;
}

.section-location .map iframe {
    width: 100%;
    height: 400px;
    border: none;
}

.section-location .side-by-side {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 30px;
}

.section-location .veranstalter,
.section-location .tickets {
    flex: 1;
    padding: 10px;
}

footer {
    background-color: #000;
    color: white;
    padding: 20px 0;
    text-align: center;
    line-height: 1.5;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 20px;
}

.footer-section {
    flex: 1 1 30%;
    margin: 10px;
}

.footer-section h3 {
    margin-bottom: 10px;
}

.footer-section p,
.footer-section a {
    margin: 5px 0;
    color: white;
    text-decoration: none;
}

.footer-section a:hover {
    color: #ffdd00;
}

.partner-logo {
    max-width: 100px;
}

.footer-image {
    margin: 20px 0;
}

.footer-image img {
    max-width: 200px;
}

.footer-image p {
    margin-bottom: 10px;
}

.footer-copyright {
    margin-top: 20px;
}

@media (max-width: 600px) {
    .footer-section {
        flex: 1 1 100%;
        text-align: center;
    }

    .partner-logo {
        max-width: 80px;
    }

    .footer-image img {
        max-width: 150px;
    }
}

.guardian-gold {
    font-weight: 900;
    font-size: 48px;
    background: linear-gradient(to right, #f8edb5, #e2b943);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.artists-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 100px;
}

.artist {
    width: 100%;
    text-align: center;
    padding: 15px;
}

.artist img {
    max-height: 500px;
    width: auto;
    object-fit: cover;
    border-radius: 5%;
}

.text-headline-light {
    font-family: 'Overpass', sans-serif;
    font-weight: 200;
    color: #fffde9;
    text-transform: none;
}

.text-headline-gold {
    font-family: 'Overpass', sans-serif;
    font-weight: 400;
    background: linear-gradient(to right, #e8d8a7, #e4b940);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: background 0.5s ease;
}

a.text-headline-gold:hover {
    background: linear-gradient(to right, #e4b940, #e8d8a7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: background 0.5s ease;
}

a.outline-button {
    display: inline-block;
    padding: 8px 22px;
    font-size: 1.9rem;
    color: #000;
    text-decoration: none;
    border: 6px solid #eed37b;
    background-color: transparent;
    border-radius: 8px;
    font-family: 'Overpass', sans-serif;
    font-weight: 600;
    text-align: center;
    transition: background-color 0.3s ease, color 0.3s ease;
}

a.outline-button:hover {
    background-color: #eed37b !important;
}

a.outline-button:hover .text-headline-gold {
    background: none;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: #000 !important;
}

video:hover {
    cursor: pointer;
}
.faq-section {
    padding: 50px 0;
}

.faq-item {
    margin-bottom: 10px;
}

.faq-question {
    font-size: 1.3rem;
    background-color: #222;
    color: white;
    padding: 15px;
    cursor: pointer;
    position: relative;
    padding-right: 40px; /* Platz für das Symbol */
}

.faq-question::after {
    content: '+';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.6rem;
    color: #e2b943;
}

.faq-item.active .faq-question::after {
    content: '−';
    font-size: 1.6rem;
}

/* Sicherstellen, dass das Icon und die Frage nicht überlappen auf kleinen Bildschirmen */
@media (max-width: 600px) {
    .faq-question {
        font-size: 1.1rem; /* Kleinere Schriftgröße für mobile Geräte */
        padding-right: 50px; /* Mehr Platz für das Symbol */
    }

    .faq-question::after {
        right: 15px; /* Symbol näher am Rand */
        font-size: 1.4rem; /* Kleinere Symbole auf mobilen Geräten */
    }
}

.faq-question:hover,
.faq-item.active .faq-question {
    background-color: #222;
    color: #e2b943;
}

.faq-answer {
    max-height: 0;
    font-size: 18px;
    line-height: 1.8;
    overflow: hidden;
    padding: 0 15px;
    color: #333;
    background-color: #fff;
}

.faq-item.active .faq-answer {
    max-height: 400px;
    padding: 15px;
}
 /* Standard (mobile-first) ohne Zeilenumbruch */
 .break-line {
     display: inline;
 }

 @media (max-width: 600px) {

     .event-description {
         font-size: 20px;
         padding-left: 15px;
     }
    header img {
        max-width: 80%;
    }

    h1 {
        font-size: 2.3em;
    }

    h2 {
        font-size: 2.3em;
    }

    .section-location .side-by-side {
        flex-direction: column;
    }

    .section-location .veranstalter,
    .section-location .tickets {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    nav ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
        display: flex;
        gap: 60px;
    }
}

@media (min-width: 900px) {

    .break-line {
        display: block;
        margin-top: 20px; /* Optional: Abstand zwischen den Zeilen */
    }

    .artist {
        width: 30%;
    }
}

 @font-face {
     font-family: 'Overpass';
     font-style: normal;
     font-weight: 400;
     src: local('Overpass'), url('../fonts/Overpass_Regular.woff') format('woff');
 }

 @font-face {
     font-family: 'Overpass';
     font-style: italic;
     font-weight: 400;
     src: local('Overpass'), url('../fonts/overpassitalic.woff') format('woff');
 }

 @font-face {
     font-family: 'Overpass';
     font-style: normal;
     font-weight: 100;
     src: local('Overpass'), url('../fonts/overpassthin.woff') format('woff');
 }

 @font-face {
     font-family: 'Overpass';
     font-style: italic;
     font-weight: 100;
     src: local('Overpass'), url('../fonts/overpassthinitalic.woff') format('woff');
 }

 @font-face {
     font-family: 'Overpass';
     font-style: normal;
     font-weight: 200;
     src: local('Overpass'), url('../fonts/overpassextralight.woff') format('woff');
 }

 @font-face {
     font-family: 'Overpass';
     font-style: italic;
     font-weight: 200;
     src: local('Overpass'), url('../fonts/overpassextralightitalic.woff') format('woff');
 }

 @font-face {
     font-family: 'Overpass';
     font-style: normal;
     font-weight: 300;
     src: local('Overpass'), url('../fonts/overpasslight.woff') format('woff');
 }

 @font-face {
     font-family: 'Overpass';
     font-style: italic;
     font-weight: 300;
     src: local('Overpass'), url('../fonts/overpasslightitalic.woff') format('woff');
 }

 @font-face {
     font-family: 'Overpass';
     font-style: normal;
     font-weight: 600;
     src: local('Overpass'), url('../fonts/overpasssemibold.woff') format('woff');
 }

 @font-face {
     font-family: 'Overpass';
     font-style: italic;
     font-weight: 600;
     src: local('Overpass'), url('../fonts/overpasssemibolditalic.woff') format('woff');
 }

 @font-face {
     font-family: 'Overpass';
     font-style: normal;
     font-weight: 700;
     src: local('Overpass'), url('../fonts/Overpass_Bold.woff') format('woff');
 }

 @font-face {
     font-family: 'Overpass';
     font-style: italic;
     font-weight: 700;
     src: local('Overpass'), url('../fonts/overpassbolditalic.woff') format('woff');
 }

 @font-face {
     font-family: 'Overpass';
     font-style: normal;
     font-weight: 800;
     src: local('Overpass'), url('../fonts/overpassextrabold.woff') format('woff');
 }

 @font-face {
     font-family: 'Overpass';
     font-style: italic;
     font-weight: 800;
     src: local('Overpass'), url('../fonts/overpassextrabolditalic.woff') format('woff');
 }

 @font-face {
     font-family: 'Overpass';
     font-style: normal;
     font-weight: 900;
     src: local('Overpass'), url('../fonts/overpassheavy.woff') format('woff');
 }

 @font-face {
     font-family: 'Overpass';
     font-style: italic;
     font-weight: 900;
     src: local('Overpass'), url('../fonts/overpassheavyitalic.woff') format('woff');
 }
