/* Allgemeine Stile */
h1 {
    font-size: 15vw;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 20px;
    font-family: "inge-variable", sans-serif;
    font-variation-settings: "slnt"0;
    font-style: normal;

}

body {
    background: url('ML-58680-PS.jpg') no-repeat center center fixed;
    background-size: cover;
    /* Bild füllt den gesamten Hintergrund */
    color: #0033cc;
    font-family: "inge-variable", sans-serif;
    font-style: normal;
    text-align: center;
    margin: 0;
    padding: 0px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    position: relative;
}

body::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 20px solid #ff2d55;
    pointer-events: none;
}

/* Rahmen auf kleinen Geräten entfernen */
@media (max-width: 600px) {
    body::before {
        border: none;
    }
}

/* Damit die Schrift und der Button gut lesbar sind */
h1,
.ticket-button {
    position: relative;
    /* Bleibt über dem Hintergrundbild */
    z-index: 2;
    /* Stellt sicher, dass es über dem Bild liegt */
    padding: 10px;
    border-radius: 10px;
    font-style: normal;

    font-family: "inge-variable", sans-serif;
    font-variation-settings: "slnt"0;
    font-style: normal;
}

.fete-title {
font-size: clamp(6rem, 28vw, 24rem);
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 0px;
    margin-top: -150px;
    font-family: "inge-variable", sans-serif;
    font-variation-settings: "slnt"0;
    font-style: normal;



    letter-spacing: 8px;
    text-align: center;
    color: #0033cc;
    /* Startfarbe: Kobaltblau */

    /* Neon-Glow-Effekt */
    text-shadow:
        0 0 5px #0033cc,
        0 0 10px #0044ff,
        0 0 20px #0066ff,
        0 0 40px rgba(0, 51, 204, 0.8);

    /* Animation */
    animation: neonGlow 2s infinite alternate, colorShift 4s infinite alternate;
    
    
    
}

/* Keyframes für pulsierendes Leuchten */
@keyframes neonGlow {
    0% {
        text-shadow:
            0 0 5px #0033cc,
            0 0 10px #0044ff,
            0 0 20px #0066ff,
            0 0 40px rgba(0, 51, 204, 0.8);
    }

    100% {
        text-shadow:
            0 0 10px #0033cc,
            0 0 20px #0044ff,
            0 0 30px #0066ff,
            0 0 60px rgba(0, 51, 204, 1);
    }
}

/* Keyframes für sanften Farbwechsel */
@keyframes colorShift {
    0% {
        color: #0033cc;
    }

    100% {
        color: #ff2d55;
        /* Wechselt zu Neon-Pink */
    }
}

.menu-button {
    position: fixed;
    top: 0;
    left: 0;
    background: none;
    border: none;
    font-size: clamp(4rem, 7vw, 6rem); /* Hier wird es responsive! */
    cursor: pointer;
    color: #0033cc;
    padding: 0px; /* etwas Luft um das Icon */
    margin: 0;
    padding-left: 5px; 
    z-index: 1000;
}

/* Anpassungen für kleinere Bildschirme */
@media (max-width: 600px) {
    .menu-button {
        left: 0px !important; /* Button auf 2px von der linken Seite */
        top: 0px !important;  /* Abstand von oben anpassen */
    }
}


.menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background-color: #0033cc;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: left 0.3s ease-in-out;
    z-index: 9999;
    /* Höherer z-index */
    font-size: 2rem;
    letter-spacing: 2px;


}



.menu a {
    font-size: clamp(4rem, 9vw, 6rem);
    letter-spacing: 3px;
    color: white;
    text-decoration: none;
    margin: 15px 0;
    transition: 0.3s;
    font-family: "inge-variable", sans-serif;
    font-variation-settings: "slnt"0;
    font-style: normal;
}

.menu a:hover {
    text-decoration: underline;
    font-family: "inge-variable", sans-serif;
    font-variation-settings: "slnt"0;
    font-style: normal;

}



.menu.show {
    left: 0;
}

.ticket-button {
    font-size: clamp(3rem, 5vw, 5rem);
    /* Mindestens 1rem für kleine Geräte, passt sich an bis max. 2rem */
    letter-spacing: 0.7px;
    background-color: #0033cc;
    color: white;
    padding: clamp(10px, 2vw, 20px) clamp(20px, 4vw, 40px);
    /* Padding skaliert ebenfalls */
    border: none;
    border-radius: 0px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    margin-top: 100px;
    text-align: center;

    font-family: "inge-variable", sans-serif;
    font-variation-settings: "slnt"0;
    font-style: normal;
}

.ticket-button:hover {
    background-color: #ff2d55; }

.content {
    margin-top: 50px;
}

.when-container {
    text-align: center;
    margin-top: 100px;
    font-family: "inge-variable", sans-serif;
    font-variation-settings: "slnt"0;
    font-style: normal;
}


.date,
.time {
    font-family: "inge-variable", sans-serif;
    font-variation-settings: "slnt"0;
    font-style: normal;
    font-size: 2rem;
    font-weight: 700;
    color: #ffffff;
    background: #0033cc;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 10px;
    margin-top: 10px;
    font-family: "inge-variable", sans-serif;

}

.where-container {
    text-align: center;
    margin-top: 100px;
    font-family: "inge-variable", sans-serif;
    font-style: normal;
    font-variation-settings: "slnt"0;
}

.image-container {
    width: 90vw;
    /* 80% der Bildschirmbreite */
    height: 90vh;
    /* 90% der Bildschirmhöhe */
    background-image: url("ML-58680-PS.jpg");
    /* Bild als Hintergrund */
    background-size: cover;
    Bild füllt den Container aus background-position: center;
    /* Zentriert das Bild */
    /*    background-repeat: no-repeat;  Kein Wiederholen */
    display: flex;
    /*    justify-content: space-around;  Platz drumherum */
    align-items: center;
    /* Vertikale Zentrierung */
    margin: auto;
    /* Zentriert den Container */
}

background-image: {
    url("images/ML-58680-PS.jpg"
    }




    .when-title, .where-title {
        font-family: "inge-variable", sans-serif;
        font-size: 4rem;
        font-weight: 500;
        color: #0033cc;
        /* Kobaltblau */
        text-transform: uppercase;
        text-align: center;
        margin-top: 100px;
        font-family: "inge-variable", sans-serif;
        font-variation-settings: "slnt"0;
        font-style: normal;

        /* NEON-Glow-Effekt */
        text-shadow: 0 0 5px #0033cc,
        /* Sanfter innerer Glow */
        0 0 5px #0044ff,
        /* Mittelstarker Glow */
        0 0 10px #0066ff,
        /* Externer Neon-Effekt */
        0 0 20px rgba(0, 51, 204, 0.8);
        /* Verstärkter Leuchteffekt */
    }

    .when-title:hover, .where-title:hover {
        text-shadow: 0 0 10px #0033cc,
        0 0 20px #0044ff,
        0 0 40px #0066ff,
        0 0 80px rgba(0, 51, 204, 1);
        transition: 0.3s ease-in-out;
        font-family: "inge-variable", sans-serif;
        font-variation-settings: "slnt"0;
        font-style: normal;
    }


    .date-time, .address {
        font-family: "inge-variable", sans-serif;
        font-size: 2rem;
        font-weight: 700;
        color: white;
        text-align: center;
        margin-top: 20px;
        font-family: "inge-variable", sans-serif;
        font-variation-settings: "slnt"0;
        font-style: normal;
    }

    .address {
        font-family: "inge-variable", sans-serif;
        font-variation-settings: "slnt"0;
        font-size: 1.8rem;
        font-weight: 700;
        color: #ffffff;
        background: #0033cc;
        padding: 10px 20px;
        display: inline-block;
        border-radius: 10px;
        margin-top: 10px;
        font-style: normal;
    }

    .map-container {
        width: 80%;
        max-width: 800px;
        margin: 0 auto;
        margin-top: 20px;
    }

    <style> body {
        background-color: #ff2d55;
        /* Sattes Rot/Rosa */
        color: #0033cc;
        /* Kobaltblau */
        font-family: "inge-variable", sans-serif;
        text-align: center;
        font-variation-settings: "slnt"0;
        margin: 0;
        padding: 50px 20px;
        font-style: normal;

    }
}

h1 {
    font-size: clamp(8rem, 30vw, 20rem);
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 10px;
    font-family: "inge-variable", sans-serif;
    font-style: normal;
    font-variation-settings: "slnt"0;


    /* Neon Glow Effekt */
    text-shadow: 0 0 5px #0033cc,
    0 0 10px #0044ff,
    0 0 20px #0066ff,
    0 0 40px rgba(0, 51, 204, 0.8);
    animation: neonGlow 2s infinite alternate, colorShift 4s infinite alternate;
}

p {
    font-size: clamp(3rem, 7vw, 6rem);
    font-weight: 400;
    letter-spacing: 0.07em;
    margin-top: 0;
    margin-bottom: 10px;


}





iframe {
    width: 100%;
    max-width: 700px;
    height: 300px;
    border: none;
    border-radius: 0px;
    box-shadow: 0 0 10px rgba(0, 0, 50, 0.5);

}


.menu-button {
    position: fixed;
    top: 0;
    left: 0;
    background: none;
    border: none;
    font-size: clamp(4rem, 7vw, 6rem); /* Hier wird es responsive! */
    cursor: pointer;
    color: #0033cc;
    padding: 0px; /* etwas Luft um das Icon */
    margin: 0;
    z-index: 1000;
}

/* Anpassungen für kleinere Bildschirme */
@media (max-width: 600px) {
    .menu-button {
        left: 0px !important; /* Button auf 2px von der linken Seite */
        top: 0px !important;  /* Abstand von oben anpassen */
    }
}

.menu {
    position: fixed;
    top: 0;
    left: -100%;
    /* Menü ist standardmäßig außerhalb des Bildschirms */
    width: 100%;
    /* Menü nimmt den gesamten Bildschirm ein */
    height: 100vh;
    /* Menü hat die volle Bildschirmhöhe */
    background-color: #0033cc;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* Vertikale Zentrierung der Links */
    align-items: center;
    /* Horizontale Zentrierung der Links */
    transition: left 0.3s ease-in-out;
    font-size: 2rem;
    letter-spacing: 2px;
}


.menu a {
    font-size: clamp(3rem, 9vw, 6rem);
    letter-spacing: 3px;
    color: white;
    color: white;
    text-decoration: none;
    margin: 15px 0;
    transition: 0.3s;
    font-family: "inge-variable", sans-serif;
    font-style: normal;
    font-variation-settings: "slnt"0;
}

/* Hover-Effekt für Links */
.menu a:hover {
    text-decoration: underline;
}

/* Aktiviertes Menü */
.menu.show {
    left: 0;
    /* Menü öffnet sich und überdeckt den Bildschirm */
}

/* Animation für Neon */
@keyframes neonGlow {
    0% {
        text-shadow: 0 0 5px #0033cc,
        0 0 10px #0044ff,
        0 0 20px #0066ff;
    }

    100% {
        text-shadow: 0 0 10px #0033cc,
        0 0 20px #0044ff,
        0 0 30px #0066ff;
    }
}

/* Farbwechsel von Blau zu Neon-Pink */
@keyframes colorShift {
    0% {
        color: #0033cc;
    }

    100% {
        color:#ff2d55;
    }
}

/* --- Media Queries für Tablets im Querformat --- */
@media (max-width: 900px) and (orientation: landscape) {
    .fete-title {
        font-size: clamp(1rem, 7vw, 10rem);
        margin-top: -350px;
        
    }

    .ticket-button {
        margin-top: 50px;
        font-size: clamp(1.5rem, 4vw, 3rem);
    }

    .menu a {
        font-size: clamp(2rem, 7vw, 5rem);
    }
}

/* --- Media Queries für Smartphones im Querformat --- */
@media (max-width: 600px) and (orientation: landscape) {
    .fete-title {
        font-size: clamp(2rem, 10vw, 8rem);
        margin-top: -30px;
    }

    .ticket-button {
        margin-top: 30px;
        padding: 10px 20px;
    }

    .menu a {
        font-size: clamp(2rem, 8vw, 4rem);
    }
}
</style>
