/* 1. GRUNDLAGEN */
body {
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

img {
    max-width: 100%;
    height: auto !important;
}

main, .inhalt {
    display: block;
    width: 100%;
    clear: both;
    overflow: visible; /* Wichtig, damit skalierende Texte nicht abgeschnitten werden */
}

/* 2. TEXTE & MARKENFARBEN */
.firstsign {
	font-size: 20px; /* Der rote Buchstabe */
    color: #ff4040 !important;
    font-weight: bold;
}
/* Für die großen Überschriften auf den Seiten (Hochzeit, Geburtstag, Licht etc.) */
.firstsign3 {
    font-size: 45px; /* Hier wieder groß für den "Wow-Effekt" */
    color: #ff4040;
    font-weight: bold;
    font-family: 'Arial Black', sans-serif; /* Optional für mehr Wumms */
}
.menü {
    font-size: 20px; /* Der Rest des Wortes */
    color: #363636;
    text-transform: none; /* Verhindert, dass alles in Großbuchstaben steht */
    vertical-align: baseline; /* Sorgt dafür, dass sie auf einer Linie stehen */
}

.Text {
    font-size: 18px;
    line-height: 1.6;
    color: #363636;
    margin-bottom: 15px;
}

.header-zentriert {
    text-align: center;
    padding: 20px;
}

.TextHedding2 { 
    font-size: 35px; 
    color: #363636;
    text-decoration: none; 
}

.unter-titel {
    font-size: 20px;
    color: #363636;
    font-weight: normal;
}

/* 3. NAVIGATION OBEN (Header) */
#navcontainer {
    width: 100%;
    margin: 20px 0 30px 0;
}

#navlist {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}

#navlist li a {
    text-decoration: none;
    display: inline-block;
    padding: 10px 15px;
    transition: transform 0.2s ease-in-out;
}

#navlist li a:hover {
    transform: scale(1.15);
}

#navlist li a .menü {
    color: #363636; /* Dunkle Schrift für oben */
    font-size: 18px;
}

/* 4. CONTENT BEREICH (MacBook) */
#navcontainer3 {
    padding: 20px;
    max-width: 1000px;
    margin: 0 auto;
    display: flow-root; /* Verhindert Footer-Überlagerung */
    min-height: 400px;
    padding-bottom: 80px;
    clear: both;
}

.profile-pic {
    float: right;
    width: 180px;
    margin-left: 30px;
    margin-bottom: 20px;
    border-radius: 10px;
}

/* 5. FOOTER STYLING (Alles inklusive) */
.site-footer {
    background-color: #2e2e2e;
    padding: 40px 0 20px;
    color: #fff;
    margin-top: 50px;
    clear: both;
    display: block;
    width: 100%;
}

.site-footer a {
    text-decoration: none;
    display: inline-block;
    transition: transform 0.2s ease-in-out;
}

.site-footer a:hover {
    transform: scale(1.1);
}

#navlist2 {
    list-style: none;
    margin: 0;
    padding: 0 0 20px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

#navlist2 .menü {
    color: #fff !important; /* Weiße Schrift für unten */
}

/* Social Icons */
.social-icons {
    padding: 0;
    margin: 20px 0;
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 15px;
}

.social-icons a {
    background-color: #eceeef;
    color: #818a91 !important;
    font-size: 20px;
    line-height: 44px;
    width: 44px;
    height: 44px;
    text-align: center;
    border-radius: 100%;
}

.social-icons a.Instagram:hover { background-color: #e1306c; color: #fff !important; }
.social-icons a.WhatsApp:hover { background-color: #25d366; color: #fff !important; }
.social-icons a.Phone:hover { background-color: #ff4040; color: #fff !important; }

/* 6. HANDY-OPTIMIERUNG (Sammelbecken für alles Mobile) */
@media screen and (max-width: 768px) {
    #navlist {
        flex-direction: column;
        align-items: center;
    }

    #navcontainer3 {
        padding: 15px;
        min-height: auto;
    }

    .profile-pic {
        float: none;
        display: block;
        margin: 0 auto 20px auto;
        width: 200px;
    }

    .TextHedding2, .firstsign3 {
        font-size: 24px;
    }

    .site-footer {
        text-align: center;
    }
}
main, #navcontainer3 {
    /* Dieser Puffer sorgt dafür, dass du den Text über den fixierten Footer hinausscrollen kannst */
    padding-bottom: 250px !important; 
}
/* FOOTER-DIÄT FÜR DAS HANDY */
@media screen and (max-width: 768px) {
    .site-footer {
        padding: 15px 0 10px; /* Deutlich weniger Platz oben und unten */
        margin-top: 20px;
    }

    /* Social Icons kleiner machen */
    .social-icons {
        gap: 10px; /* Weniger Abstand zwischen den Icons */
        margin: 10px 0;
    }

    .social-icons a {
        width: 35px;  /* Vorher 44px */
        height: 35px; /* Vorher 44px */
        line-height: 35px;
        font-size: 16px; /* Icons ein bisschen kleiner */
		margin: 5px 0 !important;
    }

    /* Die Links (Impressum etc.) kompakter */
    #navlist2 {
        gap: 10px; /* Weniger Abstand zwischen den Wörtern */
        padding-bottom: 5px;
    }

    #navlist2 li {
        font-size: 14px; /* Schrift minimal kleiner fürs Handy */
    }

    /* Den Puffer am Textende anpassen, da der Footer nun schmaler ist */
    main, #navcontainer3 {
        padding-bottom: 180px !important; 
    }
.copyright-text {
        margin: 0 !important; 
        padding: 5px 0;
    }
/* GEMEINSAMES LAYOUT FÜR UNTERSEITEN (Hochzeit, Geburtstage, etc.) */
.content-pic-right {
    float: right;
    width: 40%;
    max-width: 400px;
    margin-left: 30px;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.TextHedding {
    font-size: 24px;
    color: #ff4040; /* Dein DJ-Rot */
    margin-bottom: 20px;
    line-height: 1.3;
    font-weight: bold;
}

/* Handy-Anpassung für die Unterseiten-Bilder */
@media screen and (max-width: 768px) {
    .content-pic-right {
        float: none;
        display: block;
        width: 100%;
        margin: 0 auto 20px auto;
    }
}
	/* Spezielles Styling für zentrierte Bilder auf Unterseiten */
.content-pic-centered {
    display: block;
    width: 100%;
    max-width: 800px; /* Begrenzt die Breite auf dem MacBook */
    margin: 30px auto; /* Zentriert das Bild mit Abstand oben/unten */
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15); /* Etwas stärkerer Schatten */
}
}