/*
 Theme Name:     Yacht-Pool Checked & Trusted
 Theme URI:      https://yacht-pool.com
 Description:    Vollständiges Divi Child Theme im Yacht-Pool Design (Navy, Gold, Teal).
 Author:         Gemini AI
 Template:       Divi
 Version:        1.2.0
*/

/* --- FARBVARIABLEN --- */
:root {
    --yp-navy: #002147;
    --yp-gold: #c5a059;
    --yp-teal: #007a5e;
    --yp-white: #ffffff;
}

/* --- HEADER & NAVIGATION --- */
#main-header, #top-header {
    background-color: var(--yp-navy) !important;
}

#top-menu li a {
    color: var(--yp-white) !important;
    font-weight: 600;
}

#top-menu li.current-menu-item a {
    color: var(--yp-gold) !important;
}

/* --- BUTTONS --- */
/* Grüner Button (z.B. Geprüfte Firmen) */
.yp-button-teal .et_pb_button {
    background-color: var(--yp-teal) !important;
    color: #fff !important;
    border-radius: 3px !important;
    border: none !important;
    padding: 12px 24px !important;
    font-size: 16px;
    font-weight: bold;
}

/* Weißer Button (z.B. Was wird geprüft?) */
.yp-button-white .et_pb_button {
    background-color: var(--yp-white) !important;
    color: var(--yp-navy) !important;
    border: 1px solid var(--yp-navy) !important;
    border-radius: 3px !important;
}

/* --- SEKTIONEN --- */
.yp-hero-section {
    padding: 100px 0;
    color: var(--yp-navy);
}

.yp-footer {
    background-color: #000 !important;
    color: #fff;
}

/* Anpassung für das Siegel-Bild */
.yp-seal {
    max-width: 250px;
    margin-bottom: 20px;
}
