/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.7.1774512998
Updated: 2026-03-26 09:16:38

*/
/* Fehlerzustand */
.fw-error {
    border-color: #c0392b !important;
    background: #fff5f5 !important;
}

.fw-error-message {
    color: #c0392b;
    font-size: 13px;
    margin-top: -8px;
    margin-bottom: 10px;
}

/* Erfolgszustand */
.fw-valid {
    border-color: #6c8f6c !important;
    background: #f3f8f3 !important;
}

.fw-terminliste {
    display: grid;
    gap: 25px;
    margin-top: 30px;
}

.fw-termin-item {
    padding: 22px;
    border-radius: 10px;
    background: #f7f7f2;
    border: 1px solid #e0e0d6;
}

.fw-termin-datum {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.fw-termin-badge {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 4px;
    margin-bottom: 12px;
    font-size: 13px;
    font-weight: 600;
}

.fw-badge-green { background: #dfeee2; color: #2f6b3f; }
.fw-badge-orange { background: #fff2d6; color: #a66a00; }
.fw-badge-red { background: #fde0e0; color: #b30000; }

.fw-termin-preise div {
    margin-bottom: 4px;
}

.fw-termin-plaetze {
    margin-top: 10px;
    font-weight: 600;
}

.fw-plaetze-low {
    color: #b30000;
}

.fw-termin-buttons {
    margin-top: 15px;
    display: flex;
    gap: 10px;
}

.fw-btn-ez,
.fw-btn-dz {
    padding: 10px 18px;
    border-radius: 4px;
    text-decoration: none;
    color: #fff;
    transition: 0.2s;
}

.fw-btn-ez { background: #3c6e47; }
.fw-btn-dz { background: #4a7a8c; }

.fw-btn-ez:hover { background: #2f5838; }
.fw-btn-dz:hover { background: #3a6170; }

#fw-debug-overlay {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgba(0,0,0,0.85);
    color: #fff;
    padding: 15px 20px;
    border-radius: 8px;
    font-size: 14px;
    z-index: 99999;
    width: 260px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.4);
}

#fw-debug-overlay h4 {
    margin: 0 0 10px;
    font-size: 16px;
    color: #9fe3b0;
}
//* --- Formular-Wrapper --- */
#fw-booking-form {
    background: #f8f7f3;
    padding: 2rem;
    border-radius: 12px;
    border: 1px solid #e3e0d8;
    margin-top: 2rem;
    box-shadow: 0 4px 16px rgba(0,0,0,0.05);
}

/* --- Grid-System --- */
.fw-row {
    display: flex;
    gap: 1.2rem;
    margin-bottom: 1.2rem;
}

.fw-col {
    flex: 1;
}

/* --- Labels --- */
#fw-booking-form label {
    display: block;
    font-weight: 600;
    margin-bottom: 4px;
    color: #4a4a4a;
}

/* --- Inputs & Selects --- */
#fw-booking-form input[type="text"],
#fw-booking-form input[type="number"],
#fw-booking-form select,
#fw-booking-form textarea {
    width: 100%;
    padding: 10px 14px;
    border-radius: 8px;
    border: 1px solid #ccc;
    background: #fff;
    margin-bottom: 1rem;
    font-size: 15px;
    transition: all 0.2s ease;
}

#fw-booking-form input:focus,
#fw-booking-form select:focus,
#fw-booking-form textarea:focus {
    border-color: #7aa37a;
    box-shadow: 0 0 0 2px rgba(122,163,122,0.2);
}

/* --- Teilnehmer-Felder --- */
.fw-participant {
    background: #ffffff;
    padding: 1.5rem;
    border-radius: 10px;
    border: 1px solid #ddd;
    margin-bottom: 1.5rem;
}

.fw-participant legend {
    font-weight: 700;
    margin-bottom: 1rem;
    color: #3d5c3d;
}

/* --- Optionen --- */
.fw-options label {
    margin-right: 1.5rem;
    font-weight: 500;
}

/* --- Preisbox --- */
#fw-price-summary {
    background: #fff;
    padding: 1.2rem;
    border-radius: 10px;
    border: 1px solid #ddd;
    margin-top: 1rem;
}

/* --- Submit-Button --- */
#fw-booking-form .fw-submit {
    background: #6c8f6c;
    color: white;
    padding: 14px 24px;
    border-radius: 8px;
    border: none;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.2s ease;
}

#fw-booking-form .fw-submit:hover {
    background: #5a7a5a;
}
.fw-icon {
    display: inline-flex;
    align-items: center;
    margin-right: 6px;
    opacity: 0.8;
}
/* Icons */
.fw-icon-bed svg,
.fw-icon-users svg,
.fw-icon-check svg {
    width: 18px;
    height: 18px;
    fill: #6c8f6c;
}

.fw-acc-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s ease, opacity .35s ease;
    opacity: 0;
}

.fw-participant.open .fw-acc-content {
    max-height: 800px; /* genug für alle Felder */
    opacity: 1;
}

.fw-acc-header {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .6rem 0;
    font-weight: 700;
    color: #3d5c3d;
}

.fw-acc-arrow {
    transition: transform .35s ease;
}

.fw-participant.open .fw-acc-arrow {
    transform: rotate(180deg);
}


@keyframes fwPulse {
    0%   { background-color: #fff3; }
    50%  { background-color: #e8f3e8; }
    100% { background-color: #fff; }
}

.fw-step {
    display: none;
    margin-bottom: 2rem;
}

.fw-step.active {
    display: block;
}

.fw-step-nav {
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
}

.fw-nav-btn {
    background: #6c8f6c;
    color: white;
    padding: 10px 18px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: background .2s ease;
}

.fw-nav-btn:hover {
    background: #5a7a5a;
}
