/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */

<style>
  .form-container {
    display: flex;
    flex-wrap: wrap;
  }

  .form-group {
    flex: 1 1 45%; /* neem ongeveer de helft van de breedte */
    display: flex;
    flex-direction: column;
	padding-bottom: 30px;
  }

  .form-group.full-width {
    flex: 1 1 100%; /* volledige breedte voor grotere velden */
  }

  label {
    margin-bottom: 5px;
    font-weight: bold;
  }

  input, textarea {
    padding: 8px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
  }

  textarea {
    resize: vertical;
    min-height: 100px;
  }

  .submit-button {
    margin-top: 20px;
  }
</style>
