/* Grundlegende Einstellungen */
:root {
    --primary-color: #715236; /* Sanftes Braun/Kupfer */
    --mittle-color: #1e212b;  /*dunkles Kupfer für die Mitte*/
    --buttom-color: #168687;  /* mittleres Grün für Rechts Unten */
    --secondary-color: #36454F; /* Anthrazit/Dunkelgrau */
    --background-light: #F8F8F8; /* Helles Off-White */
    --hightligt-color: #c2fffb; /* Hintergrund Rechts unter*/
    --link-color: #e57541;
    --linkhover-color: #e5a941;
    --text-color: #333333;
    --font-serif: 'Georgia', serif;
    --font-sans: 'Arial', sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Diese Klasse verhindert das Markieren und Kopieren von Text */
.no-copy {
    -webkit-user-select: none; /* Safari, Chrome */
    -moz-user-select: none;    /* Firefox */
    -ms-user-select: none;     /* IE/Edge */
    user-select: none;         /* Standard */
}
body {
font-family: var(--font-sans);
    line-height: 1.6;
    color: var(--text-color);
    /* Hintergrundfarbe entfernen und Farbverlauf hinzufügen */
    /* Hintergrundfarbe war: background-color: var(--background-light); */
    
    /* NEUER FARBVERLAUF: */
    background-image: linear-gradient(
        to bottom right, /* Richtung: Von Links-Oben nach Rechts-Unten */
        var(--primary-color) 20%,  /* Farbe links oben */
        var(--primary-color) 10%,  /* Farbübergang zur nächsten Farbe */
        var(--mittle-color) 40%,  /* Farbe in der Mitte */
        var(--mittle-color) 10%,  /* Farbübergang zur nächsten Farbe*/
        var(--buttom-color) 70%   /* Farbe rechts unten */

    );
    
    /* Textfarbe auf Hell ändern, da der Hintergrund nun dunkler ist */
    color: white; /* Weiß für gute Lesbarkeit auf dunklem Hintergrund */
}

a {
    color: var(--link-color);
    text-decoration: none;
    transition: color 0.3s;
}

a:hover {
    color: var(--linkhover-color);
}

/* --- NAVIGATION / HEADER --- */
/* --- NAVIGATION / HEADER --- */
header {
    background-color: white;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    /* WICHTIG: ÄNDERUNG AUF 'fixed' */
    position: fixed; 
    top: 0;
    /* MUSS DIE VOLLE BREITE EINNEHMEN */
    width: 100%; 
    z-index: 1000;
    /* Positionierung für das absolute Logo setzen */
    /*position: relative; 
    /* Die Menüzeile soll mindestens 100px hoch sein */
    min-height: 60px; 
}

nav {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    /* Schiebt das Logo (absolut) und das Menü (rechts) auseinander */
    justify-content: space-between; 
    /* Höhe der Nav-Leiste auf 100px festlegen */
    height: 60px; 
    align-items: center;
    padding: 0 20px; 
}

/* --- LOGO ALS BILD: 200px Höhe, absolute Position --- */
.logo {
    /* Absolut positioniert, um die 100px Höhe der Nav-Leiste zu ignorieren */
    position: absolute; 
    top: 0; 
    left: 20px; 
    z-index: 1001;
}

.logo img {
    /* Die gewünschte feste Höhe */
    height: 200px; 
    width: auto;
    display: block; 
}

nav ul {
    list-style: none;
    display: flex;
    /* Vertikale Zentrierung der Menülinks */
    align-items: center; 
    /* Menü nach rechts schieben */
    margin-left: auto; 
}

nav ul li {
    margin-left: 25px;
}

nav ul a {
    color: var(--primary-color);
    text-transform: uppercase;
    font-size: 0.9em;
    padding: 5px 0;
    display: block;
    position: relative;
}

nav ul a::after {
    content: '';
    display: block;
    height: 2px;
    background: var(--primary-color);
    width: 0;
    transition: width 0.3s;
    position: absolute;
    bottom: -5px;
}

nav ul a:hover::after {
    color: var(--secondary-color);
    width: 100%;
}

/* --- ALLGEMEINE INHALTSBEREICHE --- */
/* Zusätzlicher Platz unter dem Header, um das 200px Logo nicht zu verdecken */
main {
    padding-top: 60px; 
}

.content-section {
    max-width: 1000px;
    margin: 50px auto;
    padding: 20px;
    text-align: center;
}
.content-section span {
    /*display: none; */
}

.content-section h2 {
    font-family: var(--font-serif);
    font-size: 2.2em;
    color: var(--hightligt-color);
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    display: inline-block;
}

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

/* --- ÜBER UNS SPEZIFISCHES STYLING (für ueber-uns.html) --- */
.bio-text-container {
    max-width: 800px; /* Breite festlegen, damit er zentriert werden kann */
    margin: 0 auto 50px auto; /* Zentrieren und Abstand nach unten */
    text-align: center; /* Text zentrieren */
}

/* Die Überschrift im Text-Container auch zentrieren */
.bio-text-container h3 {
    font-family: var(--font-serif);
    font-size: 1.5em;
    color: var(--hightligt-color);
    margin-bottom: 20px;
}
.bio-text-container b {
    color: var(--hightligt-color);
}

.portrait-gallery {
    display: flex;
    flex-wrap: wrap; /* WICHTIG: Erlaubt das Umbrechen auf neue Zeilen */
    justify-content: center; /* Zentriert die Porträts horizontal */
    gap: 40px; /* Abstand zwischen den Porträts */
    margin-bottom: 50px;
}

.portrait-item {
    text-align: center;
    max-width: 300px; /* Maximale Breite für jedes Porträt-Element */
}

.profile-img { 
    /* Verwenden Sie die bereits definierten Eigenschaften */
    width: 100%; 
    max-width: 300px; 
    height: 350px; /* Feste Höhe für einheitliches Aussehen */
    border-radius: 10px; 
    object-fit: cover; 
    box-shadow: 0 5px 15px rgba(0,0,0,0.2); /* Etwas Tiefe */
    margin-bottom: 10px;
}

/* Die alte .profile-flex CSS-Regel aus dem <style> Block in ueber-uns.html bitte entfernen */
/* Die .profile-text CSS-Regel ist nicht mehr notwendig, da wir .bio-text-container verwenden */
.profile-img { 
    width: 100%; 
    max-width: 300px; 
    height: auto; 
    border-radius: 10px; 
    object-fit: cover; 
}
.gallery { 
    display: flex; 
    flex-wrap: wrap; 
    gap: 15px; 
    justify-content: center; 
    margin-top: 40px; 
}
.gallery img { 
    width: 100%; 
    max-width: 280px; 
    height: 200px; 
    object-fit: cover; 
    border-radius: 5px; 
}
.history ul { 
    list-style: none; 
    padding: 0; 
}
.history li { 
    margin-bottom: 10px; 
    border-left: 3px solid var(--primary-color); 
    padding-left: 15px; 
    text-align: left; 
    max-width: 600px; 
    margin: 10px auto; 
}

/* --- MUSIK SPEZIFISCHES STYLING (für musik.html) --- */
.media-grid { 
    display: grid; 
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)); 
    gap: 30px; 
    margin-top: 40px; 
}
.media-item { 
    background: white; 
    color: #1e212b;
    padding: 20px; 
    border-radius: 8px; 
    box-shadow: 0 2px 4px rgba(0,0,0,0.05); 
}
.media-item h3 { 
    color: var(--primary-color); 
    margin-bottom: 15px; 
    font-family: var(--font-serif); 
}
/* Sorgt dafür, dass eingebettete Medien responsiv sind (16:9) */
.video-wrapper { 
    position: relative; 
    padding-bottom: 56.25%; 
    height: 0; 
    overflow: hidden; 
}
.video-wrapper iframe { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    border: 0; 
}

/* --- FORMULAR STYLING (für kontakt.html) --- */
form {
    display: grid;
    gap: 15px;
    max-width: 500px;
    margin: 0 auto;
    text-align: left;
}

form input[type="text"],
form input[type="email"],
form input[type="tel"],
form textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 1em;
}

form textarea {
    height: 150px;
    resize: vertical;
}

form button {
    background-color: var(--primary-color);
    color: white;
    padding: 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1.1em;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: background-color 0.3s;
}

form button:hover {
    background-color: #8B4513; /* Etwas dunkler */
}

/* --- FOOTER --- */
footer {
    background-color: var(--secondary-color);
    color: var(--background-light);
    text-align: center;
    padding: 20px;
    font-size: 0.9em;
    margin-top: 50px;
}

footer a {
    color: white;
    margin: 0 10px;
}

/* --- RESPONSIVE ANPASSUNGEN für Smartphones --- */
@media (max-width: 768px) {
    
    /* Logo-Größe für kleine Bildschirme reduzieren, um Platz zu sparen */
    .logo img {
        height: 120px; /* Logo ist jetzt 120px hoch */
    }
    
    /* Header-Höhe reduzieren und Positionierung anpassen */
    header {
        min-height: 70px; /* Menüzeile ist jetzt 70px hoch */
    }
    
    nav {
        height: 70px;
    }
    
    /* Den Hauptinhalt nach unten schieben, um das kleinere Logo nicht zu verdecken: 
       120px (Logo) - 70px (Nav-Höhe) = 50px Überhang. Wir geben 60px. */
    main {
        padding-top: 60px; 
    }
    
    /* Menü-Punkte verkleinern, damit sie besser passen */
    nav ul li {
        margin-left: 15px;
    }
    nav ul a {
        font-size: 0.8em;
    }
    
    /* Raster für Musik-Seite anpassen (nur eine Spalte) */
    .media-grid {
        grid-template-columns: 1fr;
    }
}