/* Händler Formular Styles */
#acf-haendler-form {
    background: #fff;
    padding: 30px;
    border: 1px solid #ddd;
    border-radius: 12px;
    max-width: 800px;
    margin: 40px auto;
    box-shadow: 0 0 20px rgba(0,0,0,0.05);
    font-family: "Segoe UI", sans-serif;
}

#acf-haendler-form label {
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
    font-size: 15px;
    color: #333;
}

#acf-haendler-form input[type="text"],
#acf-haendler-form input[type="email"],
#acf-haendler-form input[type="url"],
#acf-haendler-form textarea,
#acf-haendler-form select {
    width: 100%;
    padding: 12px 14px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 14px;
    transition: border 0.3s ease;
    background: #f9f9f9;
}

#acf-haendler-form input:focus,
#acf-haendler-form textarea:focus,
#acf-haendler-form select:focus {
    border-color: #0073aa;
    background: #fff;
    outline: none;
}

#acf-haendler-form .acf-button,
#acf-haendler-form input[type="submit"] {
    background: #0073aa;
    color: #fff;
    padding: 12px 25px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 15px;
    transition: background 0.3s ease;
}

#acf-haendler-form .acf-button:hover,
#acf-haendler-form input[type="submit"]:hover {
    background: #005f8d;
}

#acf-haendler-form .acf-field {
    margin-bottom: 25px;
}

#acf-haendler-form .acf-field input[type="file"] {
    padding: 5px;
    background: #f0f0f0;
    border-radius: 6px;
}
