* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    min-height: 100%;
}

body {
    font-family: 'Playfair Display', serif;
    background: radial-gradient(circle at center, #176247 0%, #0b3a2b 72%);
    color: #f5f0e6;
}


/* Navigation */

.navbar {
    height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
    border-bottom: 1.5px solid #c8a95b;
    background: rgba(3, 32, 24, 0.75);
}

.navbar a {
    color: #d7b866;
    text-decoration: none;
    font-size: 1.05rem;
}


/* Startseite */

.hero {
    min-height: 100vh;
    text-align: center;
    padding: 10px 20px 24px;
}

.logo {
    width: 380px;
    max-width: 65vw;
    display: block;
    margin: 0 auto;
    filter: drop-shadow(0 0 6px rgba(216, 188, 106, 0.25));
}

.ornament {
    color: #d8bc6a;
    max-width: 820px;
    margin: -48px auto 10px;
    border-top: 1px solid rgba(200, 169, 91, 0.45);
    padding-top: 4px;
    font-size: 0.8rem;
}

h1 {
    color: #d8bc6a;
    font-size: 1.3rem;
    margin: 0 0 4px;
}

p {
    font-size: 0.95rem;
    line-height: 1.2;
    margin: 0 0 40px;
}


/* Kacheln auf der Startseite */

.cards {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 26px;
    max-width: 760px;
    margin: 48px auto 0;
}

.card {
    color: #f5f0e6;
    text-decoration: none;
    font-size: 0.82rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    padding: 6px;
    transition: 0.2s ease;
}

.card .icon {
    display: block;
    margin-bottom: 5px;
}

.card svg {
    width: 28px;
    height: 28px;
    stroke: #d8bc6a;
    stroke-width: 1.6;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.card:hover {
    background: rgba(200, 169, 91, 0.13);
    color: #fff3c4;
    transform: translateY(-2px);
}


/* Footer */

.footer {
    position: fixed;
    bottom: 12px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 0.78rem;
    color: #d8bc6a;
}

.footer a,
.footer span {
    color: #d8bc6a;
    text-decoration: none;
    margin: 0 10px;
}

.footer a:hover {
    color: #f4df94;
}


/* Allgemeine Unterseiten */

.legal-page {
    max-width: 850px;
    margin: 60px auto;
    padding: 30px;
    color: #f5f0e6;
    line-height: 1.6;
}

.legal-page h1,
.legal-page h2 {
    color: #d8bc6a;
}

.legal-page a {
    color: #d8bc6a;
}


/* Angebot & Preise */

.service-block {
    max-width: 430px;
    margin: 42px 0;
}

.service-title-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

.service-icon-small {
    width: 42px !important;
    height: 42px !important;
    object-fit: contain;
    margin: 0 !important;
}

.service-title-row h2 {
    margin: 0;
}

.price-row {
    display: flex;
    justify-content: space-between;
    max-width: 340px;
    margin-bottom: 7px;
}

.main-service strong {
    color: #d8bc6a;
    font-size: 1.4rem;
}

.gold-line {
    width: 340px;
    height: 1px;
    background-color: #d4af37;
    margin: 10px 0;
}

.addon-title {
    font-weight: bold;
    margin-bottom: 10px;
}


/* Galerie */

.gallery-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
    align-items: flex-start;
}

.gallery-grid img {
    width: 250px;
    height: auto;
    max-width: 100%;
    object-fit: contain;
    border-radius: 8px;
}


/* Über mich */

.about-me {
    display: flex;
    gap: 35px;
    align-items: flex-start;
    margin-top: 30px;
}

.about-photo {
    width: 260px;
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.about-text {
    flex: 1;
}

.about-text h2 {
    margin-top: 0;
}


/* Kontaktbereich auf Unterseiten */

.page-contact {
    margin-top: 45px;
    padding-top: 25px;
    border-top: 1px solid rgba(218, 176, 71, 0.6);
    text-align: center;
}

.page-contact p {
    margin-bottom: 12px;
}

.phone-link {
    display: block;
    width: fit-content;
    margin: 0 auto 22px;
    font-size: 22px;
    font-weight: 600;
    color: #d9b047;
    text-decoration: none;
}

.phone-link:hover {
    text-decoration: underline;
}


/* Zurück-zur-Hauptseite-Button */

.back-home {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #d9b047;
    border-radius: 6px;
    color: #d9b047;
    text-decoration: none;
    font-size: 17px;
    transition: 0.2s ease;
}

.back-home:hover {
    background: #d9b047;
    color: #0b4b39;
}


/* Kontaktseite */

.contact-box {
    margin-top: 28px;
}

.contact-box h2 {
    font-size: 26px;
    margin-bottom: 16px;
}

.contact-line {
    font-size: 24px;
    margin: 8px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-line a {
    font-size: 24px;
    font-weight: 600;
}
/* Kontaktseite */

.contact-box {
    margin-top: 28px;
    margin-bottom: 38px;
}

.contact-box h2 {
    font-size: 26px;
    margin-bottom: 16px;
}

.contact-line {
    font-size: 24px;
    margin: 8px 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.contact-line a {
    font-size: 24px;
    font-weight: 600;
}

.contact-symbol {
    width: 30px;
    display: inline-flex;
    justify-content: center;
    flex-shrink: 0;
}


/* Instagram-Icon */

.instagram-logo {
    position: relative;
    display: inline-block;
    width: 26px;
    height: 26px;
    flex: 0 0 26px;
    margin-left: 2px;
    margin-right: 2px;

    border-radius: 7px;

    background:
        radial-gradient(
            circle at 30% 105%,
            #ffd600 0%,
            #ff7a00 28%,
            #ff0169 52%,
            #d300c5 72%,
            #7638fa 100%
        );
}

.instagram-logo::before {
    content: "";
    position: absolute;
    left: 6px;
    top: 6px;

    width: 11px;
    height: 11px;

    border: 2px solid white;
    border-radius: 4px;
}

.instagram-logo::after {
    content: "";
    position: absolute;
    left: 10px;
    top: 10px;

    width: 4px;
    height: 4px;

    border: 1.5px solid white;
    border-radius: 50%;
}


/* Weitere Kontaktbereiche */

.contact-section {
    margin-top: 36px;
}

.contact-section h2 {
    margin-bottom: 12px;
}

.contact-section p {
    margin-bottom: 18px;
}

.solara-contact-logo {
    width: 220px;
    max-width: 100%;
    height: auto;
    margin-top: 5px;
}


/* Unterseiten-Navigation */

.page-contact {
    margin-top: 45px;
    padding-top: 25px;
    border-top: 1px solid rgba(218, 176, 71, 0.6);
    text-align: center;
}

.back-home {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #d9b047;
    border-radius: 6px;
    color: #d9b047;
    text-decoration: none;
    font-size: 17px;
    transition: 0.2s ease;
}

.back-home:hover {
    background: #d9b047;
    color: #0b4b39;
}

/* Mobile Ansicht */

@media (max-width: 800px) {

    .navbar {
        gap: 14px;
        font-size: 0.9rem;
        flex-wrap: wrap;
        height: auto;
        padding: 12px;
    }

    .logo {
        width: 280px;
        max-width: 80vw;
    }

    .cards {
        grid-template-columns: 1fr 1fr;
        gap: 26px 18px;
        max-width: 100%;
        margin: 48px auto 0;
    }

    .service-block {
        max-width: 100%;
    }

    .price-row {
        max-width: 100%;
    }

    .gold-line {
        max-width: 100%;
    }

    .gallery-grid {
        justify-content: center;
    }
}


@media (max-width: 700px) {

    .about-me {
        flex-direction: column;
        align-items: center;
    }

    .about-photo {
        width: 220px;
    }

    .about-text {
        width: 100%;
    }

    .legal-page {
        margin: 30px auto;
        padding: 22px;
    }

    .contact-line {
        font-size: 21px;
    }

    .contact-line a {
        font-size: 21px;
    }
}
.gallery-grid {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.gallery-row {
    display: grid;
    gap: 30px;
    align-items: start;
}

.gallery-row--two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 66%;
    margin: 0 auto;
}

.gallery-row--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
}

.gallery-row--one {
    grid-template-columns: minmax(0, 1fr);
    width: calc((100% - 60px) / 3);
    margin: 0 auto;
}

.gallery-row img {
    width: 100%;
    display: block;
}

@media (max-width: 500px) {
    .gallery-row--two,
    .gallery-row--three,
    .gallery-row--one {
        grid-template-columns: 1fr;
        width: 100%;
    }
}