/* styles.css */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');

body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #000000; /* Schwarz */
    color: #ffffff; /* Wei§ */
}

header {
    position: relative;
    text-align: center;
    overflow: hidden;
}

header .titelbild {
    width: 100%;
    max-width: 2048px; /* Maximale Breite auf Originalbreite gesetzt */
    height: auto;
    max-height: 80vh;   /* Maximale Hšhe auf 80% der Viewport-Hšhe gesetzt */
    object-fit: contain; /* Verhindert das Zuschneiden des Bildes */
    margin: 0 auto;      /* Zentriert das Bild innerhalb des Headers */
}

nav {
    background-color: #1a1a1a;
    position: sticky;
    top: 0;
    z-index: 1000;
}

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

nav li {
    flex: 1;
}

nav li a {
    display: block;
    color: #ffffff; /* Wei§ */
    text-align: center;
    padding: 14px 0;
    text-decoration: none;
    font-weight: bold;
}

nav li a:hover {
    background-color: #333333; /* Dunkleres Grau */
}

section {
    padding: 40px 20px;
}

section:nth-of-type(odd) {
    background-color: #000000; /* Schwarz */
}

section:nth-of-type(even) {
    background-color: #111111; /* Sehr dunkles Grau */
}

section h2 {
    color: #ffffff; /* Wei§ */
}

section p {
    color: #cccccc; /* Helles Grau fŸr besseren Kontrast */
}

footer {
    background-color: #1a1a1a;
    color: #ffffff;
    text-align: center;
    padding: 10px;
}

footer a {
    color: #cccccc;
    text-decoration: none;
    margin-left: 10px;
}

footer a:hover {
    text-decoration: underline;
}

/* Stil fŸr die Bandmitglieder */
.bandmitglieder {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.mitglied {
    width: 200px;
    margin: 20px;
    text-align: center;
    cursor: pointer;
}

.mitglied img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    transition: transform 0.2s;
}

.mitglied img:hover {
    transform: scale(1.05);
}

.mitglied h3 {
    margin-top: 10px;
    color: #ffffff;
}

.mitglied .rolle {
    font-style: italic;
    color: #cccccc;
}

.beschreibung {
    margin-top: 10px;
    text-align: left;
    color: #cccccc;
}

/* Stile fŸr das Programm */
.programm-text {
    text-align: center;
    margin: 20px 0;
}

.programm-anzeigen,
.historie-anzeigen {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 16px;
    background-color: #555555;
    color: #ffffff;
    text-decoration: none;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s ease;
}

.programm-anzeigen:hover,
.historie-anzeigen:hover {
    background-color: #666666;
}

.programm-liste {
    display: none;
    margin-top: 20px;
}

.programm-liste ul {
    list-style-type: none;
    padding: 0;
    color: #cccccc;
}

.programm-liste li {
    margin: 5px 0;
}

.programm-liste li:hover {
    color: #ffffff;
}

/* Stile fŸr die Termine */
.termine-aktuell {
    margin-bottom: 20px;
    
}

.termine-aktuell ul,
.termine-historie ul {
    list-style-type: none;
    padding: 0;
    color: #cccccc;
}

.termine-aktuell li,
.termine-historie li {
    margin: 10px 0;
}

.termine-aktuell strong,
.termine-historie strong {
    color: #ffffff;
}

/* Stile fŸr die Kontaktinfo */
.kontakt-info {
    margin-top: 20px;
    color: #cccccc;
}

.kontakt-info a {
    color: #1e90ff;
    text-decoration: none;
}

.kontakt-info a:hover {
    text-decoration: underline;
}

/* Stile fŸr die Videos */
.videos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}

.video {
    width: 300px;
    margin: 20px;
    position: relative;
}

.video:nth-child(odd) {
    margin-top: 40px;
}

.video h4 {
    text-align: center;
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 16px;
}

.video iframe {
    width: 100%;
    height: 170px;
    border: none;
}

/* Stile fŸr das Kontaktformular und Social Icons */
.kontakt-container {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 60px; /* Abstand zwischen Social Icons und Formular auf 60px erhšht */
    flex-wrap: wrap;
}

#kontakt-form {
    max-width: 600px;
    width: 100%;
    text-align: left;
}

#kontakt-form label {
    display: block;
    margin-bottom: 5px;
    color: #ffffff;
}

#kontakt-form input[type="email"],
#kontakt-form textarea,
#kontakt-form input[type="text"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: none;
    background-color: #1a1a1a;
    color: #ffffff;
    border-radius: 4px;
}

#kontakt-form button {
    padding: 10px 20px;
    background-color: #555555;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

#kontakt-form button:hover {
    background-color: #666666;
}

/* Stil fŸr die Social Icons neben dem Kontaktformular */
.social-icons {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.social-icons a {
    margin-bottom: 10px;
}

.social-icons img {
    width: 30px; /* 50% kleiner, je nach Originalgrš§e */
    height: auto;
    transition: transform 0.3s ease;
}

.social-icons img:hover {
    transform: scale(1.1);
}

/* ZusŠtzliche Styles fŸr Impressum-Bilder */
section img {
    max-width: 100%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* Verkleinerung der Adressbilder im Impressum */
section img[src$="Adresse_Alex.png"],
section img[src$="Adresse_Jasmin.png"] {
    width: 25%; /* Reduziert die Breite auf 25% */
    height: auto;
}

/* Responsive Anpassungen */
@media (max-width: 768px) {
    nav ul {
        flex-direction: column;
    }

    nav li {
        width: 100%;
    }

    .bandmitglieder,
    .videos {
        flex-direction: column;
        align-items: center;
    }

    .mitglied,
    .video {
        width: 80%;
    }

    .video:nth-child(odd) {
        margin-top: 20px;
    }

    /* Anpassung der Kontakt-Container auf kleinen Bildschirmen */
    .kontakt-container {
        flex-direction: column;
        gap: 20px; /* Reduzierter Abstand fŸr bessere Lesbarkeit auf kleinen Bildschirmen */
    }

    .social-icons {
        margin-left: 0;
        margin-top: 20px;
    }

    /* Verkleinerung der Adressbilder auf mobilen GerŠten */
    section img[src$="Adresse_Alex.png"],
    section img[src$="Adresse_Jasmin.png"] {
        width: 50%; /* Erhšht die Breite auf 50%, um auf kleineren Bildschirmen besser sichtbar zu sein */
    }

    /* Verkleinerung der Social Icons auf mobilen GerŠten */
    .social-icons img {
        width: 25px; /* Weitere Reduzierung fŸr kleinere Bildschirme */
    }

    /* Stil fŸr die Videos auf mobilen GerŠten */
    .video h4 {
        font-size: 14px;
    }

    .video iframe {
        height: 200px;
    }
}

/* ZusŠtzliche Stile fŸr †berschriften Ÿber den Videos */
.video h4 {
    text-align: center;
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 16px;
}