/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/


/**************** Elementor CSS EDIT - BASICS ****************/


/*Tekstafbrekingen*/
h1, h2, h3, h4, h5, p, div, body {
overflow-wrap: break-word;
hyphens: auto;
hyphenate-limit-chars: 6 3 2;
hyphenate-limit-lines: 1;  
hyphenate-limit-last: always;
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto 
}


strong{
    font-weight: 800 !important;
}


.elementor-field-type-recaptcha_v3{
    display: none !important;
}



/*Cookiebot styling - voorbeeld*/

#CybotCookiebotDialog{
    font-family: Sans-serif !important;
    font-size: 20px !important;
}

#CybotCookiebotDialog a{
    color: grey !important;
    box-shadow: 0 1px 0 0 grey !important;
}

#CybotCookiebotDialog a:hover{
    color: green !important;
}

#CybotCookiebotDialogDetailBodyContentCookieTabContent a{
    color: black !important;
    box-shadow: 0 0 0 0 black !important;
}

a#CybotCookiebotDialogPoweredbyCybot {
        display: none;
}

.CybotCookiebotDialogBodyButton{
    background-color: green !important;
    border-color: green !important;
    border-radius: 500px !important;
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink:hover{
    color: green !important;
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.active{
    color: green !important;
    border-bottom: 1px solid green !important;
}

#CybotCookiebotDialogPoweredbyCybot, #CybotCookiebotDialogPoweredbyLink{
    width: 100% !important;
}

#CybotCookiebotDialogPoweredbyImage{
    margin: 0 auto !important;
}
