* {
    margin: 0;
    padding: 0;
}

body {
    font-family: brandon-grotesque, sans-serif;
    letter-spacing: 1.5px;
    background-color: white;
}

ul {
    list-style: none; /* Entfernt die Punkte */
    padding: 0; /* Entfernt den Standard-Padding */
    margin: 0; /* Entfernt den Standard-Margin */
    }





/* Header Styling */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;  
    height: 100px;
    background-color: white;
    border-bottom: 1px solid #F95718;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1000;

}

.header-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 40px;
    z-index: 1000;

}

/* Social Media Links links */
.social-icons {
    display: flex;
    gap: 20px;
    width: 0px;
}

.social-icons a {
    display: flex;
}

.icon-button{
    height: 20px;
    fill: #F95718;
    transition: 0.5s;
}

.icon-button:hover{
    height: 20px;
    fill: #202861;
    transform: scale(1.1);
}

/* Logo in der Mitte */
.logo {
    display: flex;
    justify-content: center;
    height: 70px;
    fill: #F95718;
    transition: 0.5s;
}

.logo:hover{
    fill: #202861;
    transform: scale(1.02);
}

/* Navigation rechts */

nav{
    width: 0px;
    display: flex;
    justify-content: flex-end;
}

.ul-1{
    display: flex;
    gap: 40px;
}

nav a {
    display: inline-block;
    color: #F95718;
    text-decoration: none;
    font-weight: 500;
    transition: 0.5s;
    text-transform: uppercase;
}

nav a:hover {
    color: #272C60;
    transform: scale(1.1);
}

/* Burger-Button */
.menu-checkbox{
    display: none;
}
.burger-menu {
    font-size: 40px;
    cursor: pointer;
    display: none;
    color: #F95718;
}

/* Navigation */
.nav-links {
    display: none;
    flex-direction: column;
    justify-content: flex-end;
    background-color: white;
    color: #F95718;
}

.nav-links a {
    color: #F95718;
    text-decoration: none;
    padding: 15px;
    border-top: 1px solid #F95718;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* Fullscreen Bereich */
.seite-kontakt {
    min-height: calc(100dvh - 100px);
    display: flex;
    justify-content: center;
    align-items: flex-end;
    color: #202861;
    margin-top: 100px;
}

.seite-info {
    min-height: calc(100dvh - 100px);
    display: flex;
    justify-content: center;
    align-items: flex-end;
    color: #202861;
    margin-top: 100px;
}

.hero-section {
    margin-top: 100px;
    min-height: calc(100dvh - 100px);
    display: flex;
    justify-content: center;
    align-items: flex-end; 
    background: url('/Bilder/Hintergrund\ 4.jpg') no-repeat top center/cover;
    text-transform: uppercase;
    margin-top: 100px;
}

/* Overlay für bessere Lesbarkeit */
.hero-section::before {
    content: "";
    width: 100%;
    min-height: calc(100dvh - 100px);
    background: rgba(0, 0, 0, 0.15); 
}

/* Text-Box Container 200px vom unteren Rand entfernt */
.text-box-container {
    position: absolute;
    bottom: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding-left: 30px;
    padding-right: 30px;
    color: white;
}

/* Styling für das Datum */
.date-box {
    display:flex;
    align-items: center;
    font-size: 15pt;
    font-weight: 500;
    flex-direction: column;
}

/* Styling für den Bandnamen */
.band-box {
    display:flex;
    align-items:center;
    font-size: 45pt;
    font-weight: 700;
}

/* Button Styling */
.ticket-box {
    display:flex;
    align-items:flex-start;
    background: transparent;
    border: none;
    padding-top: 8px;
}

.ticket-box a {
    text-decoration: none;
    color: white;
    background-color: #F95718;
    font-family: brandon-grotesque;
    font-size: 15pt;
    font-weight: 500;
    padding: 13px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 50px;;
    transition: 0.5s;
}

.ticket-box a:hover {
    color: #F95718;
    background-color: white;
    font-family: brandon-grotesque;
    font-size: 15pt;
    font-weight: 500;
    padding: 13px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 50px;
    transform: scale(1.1);
}





/* Styling für Kontaktformular */
.kontakt-formular {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 100px;

}

form{
    display: flex;
    justify-content:center;
    flex-direction: column;
    align-items: center;
    width: 500px;

}

label {
    font-weight: 500;
    display: flex;
    justify-content: center;
    text-transform: uppercase;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
}

input, textarea {
    display: flex;
    justify-content: center;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 5px;
    margin-bottom: 20px;
    border: 1px solid #202861;
    border-radius: 25px;
    box-sizing: border-box;
    outline: none;
    font-family: brandon-grotesque;
    font-weight: 400;
    color: #202861;
    letter-spacing: 1px;
    font-size: 15px;
    width: 100%;
}

textarea{
    height:30vh;
    min-height: 50px;
}

input:focus, textarea:focus{
    border-color: #F95718;
}




.button-kontakt {
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    color: #F95718;
    border: 1px solid #F95718;
    background-color: white;
    font-size: 15pt;
    font-weight: 500;
    padding: 13px;
    padding-left: 20px;
    padding-right: 20px;
    transition: 0.5s;
    height: 50px;
    border-radius: 25px;
    margin-top: 20px;
    letter-spacing: 1.5px;
    font-weight: 500;
    width: 100%;
}

.button-kontakt:hover {
    color: white;
    background-color: #F95718;
    font-size: 15pt;
    font-weight: 500;
    padding: 13px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 50px;
    transform: scale(1.05);
    cursor: pointer;
}

.kontakt-container{
    border-top: 1px solid #202861;
    width: 100vw;
    display: flex;
    justify-content: center;
    height: auto;
    padding: 15px;
}

.kontakt-text{
    display: flex;
    align-items: center;
    flex-direction: column;
    height: auto;
}

.mail-link {
    text-decoration: none;
    color: #202861;
}

.mail-link:hover{
    color:#F95718;
}



/* Styling für Info-Dropdown-Menu*/
.accordion {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

details {
    height: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    border-top: 1px solid #202861;
    width: 100%;
}

summary {
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    list-style: none;
    text-transform: uppercase;
    transition: 0.5sec;
    display: flex;
    padding: 15px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    text-align: center;
    }

summary::marker, summary::-webkit-details-marker {
    display: none; /* Speziell für Safari */
}

summary:hover {
    color: #F95718;
    transform: scale(1.05)
}


/* Styling für den Inhalt */
.info-text {
    padding-top: 10px;
    padding-left: 300px;
    padding-right: 300px;
    font-size: 16px;
    line-height: 1.5;
    color: #202861;
    letter-spacing: 0.3px;
    font-weight: 350;
    text-align: center;
    margin-bottom: 50px;
}


@media screen and (max-width: 1500px) {
    .info-text{
    padding-left: 150px;
    padding-right: 150px;
    }
}

@media screen and (max-width: 1100px) {
	.hero-section{
		background: url('/Bilder/Hintergrund\ 5.jpg') no-repeat top center/cover;
    }
    .hero-section::before {
		content: "";
      	width: 100%;
      	min-height: calc(100dvh - 100px);
      	background: rgba(0, 0, 0, 0); 
    }
}
@media screen and (max-width: 768px) {
  
    .text-box-container{
    bottom: 40px;
    padding-left: 0px;
    padding-right: 0px;
    }

    .band-box{
        font-size: 27pt;
    }

    .date-box{
        font-size: 10pt;
        line-height: 15px;
    }

    .ticket-box{
        font-size: 15pt;
        padding: 10px;
    }

    nav{
        display: none;
    }

    .social-icons{
        display: none;
    }

    .header-container{
        padding: 0 10px;
    }

    header{
        height: 70px;
    }

    .hero-section, .hero-section::before{
        height: calc(100dvh - 70px);
        margin-top: 70px;
    }

    .seite-info{
        margin-top: 70px;
        min-height: calc(100dvh - 70px)

    }

    .seite-kontakt{
        height: calc(100dvh - 70px);
        margin-top: 70px;
    }


    .logo{
        height: 50px;
    }

    .burger-menu {
        display: block;
    }

    .nav-links {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 71px;
        left: 0;
        background: white;
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #F95718;
        height: calc(100dvh - 70px);
        gap: 0px;
        
    }
    
    .nav-links-icons {
        display: inline;
    }
    

    .info-text {
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 12px;
        line-height: 1.5;
        color: #202861;
        letter-spacing: 0.3px;
        font-weight: 450;
        text-align: center;
        margin-bottom: 50px;
    }

    /* Versteckte Checkbox */
    .menu-checkbox {
        display: none;
    }

    /* Wenn Checkbox aktiv ist, Menü anzeigen */
    .menu-checkbox:checked + .burger-menu + .nav-links {
        display: flex;
    }

    .kontakt-formular {
        margin-bottom: 50px;
    }

    form{
        width: calc(100vw - 20px)
    }

    textarea{
        height: 15vh;
    }
}
    @media (prefers-color-scheme: dark){
        header{
            background-color: #202861;
        }

        .logo:hover{
            fill: white;
        }

        nav a:hover{
            color: white;
        }

        .icon-button:hover{
            fill: white;
        }
        
        .nav-links{
            background-color: #202861;
        }

        .info-text{
            color: white;
        }

        body{
            background-color: #202861;
        }

        .seite-info{
            color:#F95718
        }

        details{
            border-color: #F95718;
        }

        summary:hover{
            color: white;
        }

        .kontakt-text{
            color:white;
        }

        .kontakt-container{
            border-color: #F95718;
        }

        .mail-link{
            color: white;
        }

        .mail-link:hover{
            color: #F95718;
        }
    }
