/* 
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*/
h3, h4, h5, p {
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;
}


nav.elementor-nav-menu--main .menu-item-has-children {
    position: relative;
    transition: none!important;
}


nav.elementor-nav-menu--main .menu-item-has-children:hover .sub-arrow-custom svg  {
    color: white;
}

nav.elementor-nav-menu--main .menu-item-has-children:hover .sub-arrow-custom svg path {

    fill: currentColor;

}

nav.elementor-nav-menu--main .menu-item-has-children .elementor-item {
    padding-right: 30px!important;

    transition: none!important;
}


nav.elementor-nav-menu--main .menu-item-has-children .sub-arrow {
    display: none!important;
}

nav.elementor-nav-menu--main .menu-item-has-children .sub-arrow-custom {
    position: absolute;
    top: 13px;
    right: 10px;
    top: 13px;
    right: 15px;
    transition: none !important;
    display: inline-block;
    width: 10px;
    transition: none!important;
}


.elementor-nav-menu--main .elementor-nav-menu a {
    transition: none!important;
}

.c-hero__image {
    position: inherit;
}

.c-hero__image img {
     position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    top: 0;
    object-fit: cover;
    z-index: -1;
        max-width: initial;
}

.o-image__full {
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 15px;

}

.o-image__full img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}


/* dosis-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 600;
  src: url('/dist/fonts/dosis-v32-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

#breadcrumbs a {
      color: black;
}

#breadcrumbs .breadcrumb_last {
  color: #868686;
}
