/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: 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
*/

/* Add your custom styles here */

/* START HEADER STYLES */

.pm-open-dot,
.pm-closed-dot {
    display:inline-block;
    width:8px;
    height:8px;
    border-radius:50%;
    margin-right:6px;
    margin-bottom: 1px;
}

.pm-open-dot {
    background:#22c55e; /* groen */
}

.pm-closed-dot {
    background:#ef4444; /* rood */
}

.opening-tekst {
    font-family: "Ubuntu", sans-serif;
    font-size: 14px;
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .opening-tekst {
        font-size: 12px;
    }
    .pm-open-dot,
    .pm-closed-dot {
        margin-bottom: 0; 
    }
}

/* END HEADER STYLES */


/* START GENERIC PAGE STYLES */

.privacy-text .elementor-widget-text-editor h3 {
    margin: 0;
    font-weight: 600;
    font-size: 26px;
}

@media only screen and (max-width: 767px) {
    .privacy-text .elementor-widget-text-editor h3 {
        font-size: 22px;
    }
}

/* END GENERIC PAGE STYLES */