/* ============================================================
   Sylvia Houschka Immobilien — Zwischenseite Umzug
   Farbpalette (Original-Projekt): Grün #006600 · Gold #ffd700 · Text #1c1c1c
   Fonts: CoventryGarden (Logo) + Roboto (Fließtext)
   ============================================================ */

@font-face {
    font-family: 'CoventryGarden';
    src: url('fonts/COVENTRY.woff') format('woff'),
         url('fonts/COVENTRY.TTF') format('truetype'),
         url('fonts/COVENTRY.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

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

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #1c1c1c;
    background-color: #fafaf7;
    padding: 40px 20px;
}

.container {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

/* ---------- Header / Logo-Zeile ---------- */
.header-logo {
    font-family: 'CoventryGarden', serif;
    font-size: 2.4rem;
    color: #006600;
    line-height: 1.2;
    letter-spacing: 0.02em;
    margin-bottom: 6px;
}

.header-logo-sub {
    font-family: 'CoventryGarden', serif;
    font-size: 1.4rem;
    color: #006600;
    font-weight: 400;
    margin-bottom: 24px;
}

/* ---------- Trennlinie ---------- */
.divider {
    border: none;
    border-top: 2px solid #006600;
    margin: 28px 0;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
}

/* ---------- Info-Text ---------- */
.info-text {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 1.05rem;
    color: #1c1c1c;
    line-height: 1.6;
    margin-bottom: 28px;
}

/* ---------- Bald-erreichbar-Zeile ---------- */
.info-text-soon {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 1.0rem;
    color: #1c1c1c;
    margin-top: -18px;
    margin-bottom: 28px;
}

/* ---------- Kontaktdaten ---------- */
.contact-list {
    list-style: none;
    padding: 0;
    margin: 0 auto 28px auto;
    max-width: 400px;
    text-align: center;
    font-size: 0.95rem;
    line-height: 1.7;
}
.contact-list li {
    margin-bottom: 4px;
}
.contact-list .label {
    font-weight: 500;
    color: #006600;
    margin-right: 6px;
}
.contact-list a {
    color: #006600;
    text-decoration: none;
}
.contact-list a:hover {
    text-decoration: underline;
}

/* ---------- Profilbild (mittig) ---------- */
.profile-img-wrapper {
    margin: 0 auto 20px auto;
    width: 220px;
    border: 3px solid #006600;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0,102,0,0.15);
}
.profile-img-wrapper img {
    display: block;
    width: 100%;
    height: auto;
}

/* ---------- Footer-Zeile ---------- */
.footer-note {
    margin-top: 36px;
    font-size: 0.8rem;
    color: #888;
    border-top: 1px solid #e0e0e0;
    padding-top: 12px;
}
/* Adress-Infos zentriert */
.address-name {
    text-align: center;
    font-family: 'CoventryGarden', serif;
    font-weight: 400;
    font-size: 1.3rem;
    color: #006600;
    line-height: 1.4;
    margin: 20px 0 2px 0;
}
.address-block {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #1c1c1c;
    line-height: 1.6;
    margin: 0 0 0 0;
}
