.elementor-61 .elementor-element.elementor-element-77a252fd{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-4a2f8265 *//* --- Kitemonkey Light Footer - Balanced Logos --- */

.monkey-footer-light {
    background-color: #fcfcfc;
    color: #333;
    padding: 50px 20px 25px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    border-top: 1px solid #eee;
}

.footer-container {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.4fr 0.8fr 1.2fr;
    gap: 40px;
}

/* LOGO-STEUERUNG */
.footer-logos {
    display: flex;
    gap: 25px;
    align-items: center;
    margin-bottom: 20px;
}

/* Das 1. Logo (Hauptbrand) - Kleiner */
.f-logo.main-logo {
    height: 60px !important; 
    width: auto;
}

/* Das 2. Logo (Camps) - Deine gewünschten 100px */
.f-logo.camp-logo {
    height: 100px !important;
    width: auto;
}

.brand-text {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #666;
    max-width: 380px;
}

.footer-title {
    font-size: 0.95rem;
    font-weight: 800;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 20px;
}

.footer-list { list-style: none; padding: 0; }
.footer-list a { color: #666; text-decoration: none; font-size: 0.85rem; }

/* WhatsApp Button: Schwarz mit weißem Text */
.whatsapp-cta {
    display: inline-block;
    background-color: #000;
    color: #ffffff !important; /* Weißer Text garantiert */
    padding: 12px 24px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 800;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 2px solid #000;
    transition: all 0.3s ease;
}

.whatsapp-cta:hover {
    background-color: #FFD700;
    color: #000 !important;
}

.footer-bottom-bar {
    margin-top: 50px;
    padding-top: 20px;
    border-top: 1px solid #eee;
    text-align: center;
    font-size: 0.75rem;
    color: #aaa;
}

/* --- MOBILE OPTIMIERUNG (Kompakter & Proportional) --- */
@media (max-width: 768px) {
    .footer-container {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 35px;
    }

    .footer-logos {
        justify-content: center;
        gap: 20px;
    }

    /* Mobil proportional verkleinern, damit es nicht den Screen sprengt */
    .f-logo.main-logo { height: 75px !important; }
    .f-logo.camp-logo { height: 110px !important; }

    .brand-text { margin: 0 auto; }
    .whatsapp-cta { width: 100%; box-sizing: border-box; }
}

/* Grundgerüst des Footers */
.monkey-footer-light {
    background-color: #F8F9FA; /* Dein --grey-light */
    padding: 60px 0 20px 0;
    width: 100%;
    font-family: 'Inter', sans-serif;
    border-top: 1px solid #eee;
}

/* Der Container, der die Spalten hält */
.footer-container {
    max-width: 1400px; /* Erhöht für mehr "Full-Width" Feeling */
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    flex-wrap: wrap; /* Wichtig für Mobile-Responsivität */
    justify-content: space-between;
    gap: 40px;
}

/* Die einzelnen Spalten */
.footer-col {
    flex: 1;
    min-width: 220px; /* Verhindert, dass Spalten zu schmal werden */
}

/* Spezifische Breite für die Info-Spalte (etwas breiter) */
.footer-col.info {
    flex: 1.5;
}

/* Styling der Titel & Listen */
.footer-title {
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #111111;
    margin-bottom: 25px;
}

.footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-list li {
    margin-bottom: 12px;
}

.footer-list a {
    text-decoration: none;
    color: #333333;
    transition: color 0.3s ease;
}

.footer-list a:hover {
    color: #FFDE00; /* Kitemonkey Yellow */
}

.whatsapp-cta:hover {
    transform: translateY(-3px);
}

/* Bottom Bar */
.footer-bottom-bar {
    text-align: center;
    margin-top: 60px;
    padding-top: 20px;
    border-top: 1px solid #eee;
    font-size: 13px;
    color: #888;
}

/* Responsive Anpassung */
@media (max-width: 1024px) {
    .footer-container {
        padding: 0 20px;
    }
}

@media (max-width: 768px) {
    .footer-col {
        flex: 1 1 100%; /* Spalten nehmen volle Breite auf Handy ein */
        text-align: center;
    }
    .footer-container {
        gap: 50px;
    }
}/* End custom CSS */
/* Start custom CSS *//* Custom Monkey Highlights */
.highlight { 
    background: linear-gradient(120deg, transparent 0%, var(--primary) 5%, var(--primary) 95%, transparent 95%);
    padding: 0 5px;
}
/* WhatsApp Bubbles Style */
.wa-bubble { 
    background: #e7ffdb; padding: 20px; border-radius: 12px; position: relative;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1); margin-bottom: 20px;
}
.wa-bubble::after { 
    content: ""; position: absolute; right: -10px; top: 10px; 
    border-left: 15px solid #e7ffdb; border-bottom: 15px solid transparent; 
}
/* Flow Arrow Responsiveness */
@media (max-width: 900px) { .flow-arrow { transform: rotate(90deg); margin: 10px 0; } }

/* Der schlanke Kitemonkey-Marker */
.highlight {
    position: relative;
    z-index: 1;
    display: inline-block; /* Wichtig, damit wir die Ebene dahinter steuern können */
    padding: 0 8px;
}

.highlight::before {
    content: "";
    position: absolute;
    
    /* POSITIONIERUNG */
    bottom: -5%;        /* Wie hoch vom unteren Rand? 0% ist ganz unten */
    left: -1%;         /* Lässt den Marker links leicht überstehen */
    
    /* DICKE DES BALKENS */
    width: 105%;       /* Leicht breiter als das Wort */
    height: 100%;       /* HIER STEURN: 30% ist dünn, 50% ist mittel, 100% ist fett */
    
    /* LOOK */
    background: #FFD700;
    transform: skew(-15deg); /* Der "Speed"-Kniff für die Schräge */
    z-index: -1;       /* Schiebt den Balken hinter den Text */
    opacity: 0.9;      /* Ein Hauch Transparenz wirkt oft edler */
}/* End custom CSS */