/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/finalwebsites/hello-elementor-child/
Description: A child theme for the Hello Elementor theme
Author: Olaf Lederer
Author URI: https://www.olaflederer.com/
Template: hello-elementor
Version: 1.0.0
Text Domain: fw-hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

body, html {
    font-family: var(--e-global-typography-secondary-font-family);
}


h1, h2, h3, h4, h5, h6 {
    font-family: var(--e-global-typography-primary-font-family);
}

.titel-container {
    background-image: url(img/Rondje-rood.png);
    background-repeat: no-repeat;
    background-size: 34px 34px;
    background-position-x: -25px;
}

.multi_step_form #donatieform {
    padding: 0;
    background-color: #fff;
    border-radius: 5px;
}

.multi_step_form .btn {
    font-family: "Nunito Sans", Sans-serif;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    border-radius: 8px 8px 8px 8px;
    padding: 16px 12px 16px 12px;
    border:0;
}

.btn-primary {
    background-color: var(--e-global-color-primary);
    
}
.btn-secondary, .btn.btn-primary:hover {
    background-color: var(--e-global-color-accent);
}
.form-control {
    border-radius: 4px;
    font-size: 16px;
    min-height: 47px;
    padding: 6px 16px;
}

@media (max-width: 480px) {
    .multi_step_form .btn {
        font-size: 16px;
        
        padding: 12px 8px;

    }
    .multi_step_form #donatieform fieldset { padding:0 5px; }
}


