.elementor-kit-6{--e-global-color-primary:#789937;--e-global-color-secondary:#E1E1E1;--e-global-color-text:#333333;--e-global-color-accent:#333333;--e-global-color-dd64493:#444444;--e-global-color-38fd83f:#333333;--e-global-color-f1f99c2:#C7C7C7;--e-global-color-621f7f5:#FFFFFF;--e-global-color-839ec02:#FFFFFF00;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-size:42px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto";--e-global-typography-secondary-font-size:34px;--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Open Sans";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Open Sans";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:500;--e-global-typography-433ec45-font-family:"Roboto";--e-global-typography-433ec45-font-size:42px;--e-global-typography-433ec45-font-weight:600;--e-global-typography-d02dade-font-family:"Roboto";--e-global-typography-d02dade-font-size:34px;--e-global-typography-d02dade-font-weight:600;--e-global-typography-114c690-font-family:"Roboto";--e-global-typography-114c690-font-size:26px;--e-global-typography-114c690-font-weight:600;--e-global-typography-bc078cf-font-family:"Roboto";--e-global-typography-bc078cf-font-size:22px;--e-global-typography-bc078cf-font-weight:600;--e-global-typography-9d377e6-font-family:"Roboto";--e-global-typography-9d377e6-font-size:18px;--e-global-typography-9d377e6-font-weight:500;--e-global-typography-acd6a11-font-family:"Open Sans";--e-global-typography-acd6a11-font-size:16px;--e-global-typography-acd6a11-font-weight:400;--e-global-typography-24b2772-font-family:"Roboto";--e-global-typography-24b2772-font-size:18px;--e-global-typography-24b2772-font-weight:600;--e-global-typography-581dfbe-font-family:"Open Sans";--e-global-typography-581dfbe-font-size:14px;--e-global-typography-581dfbe-font-weight:400;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:#0000FFAD;}.elementor-kit-6 a:hover{color:#0000FFAD;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-6{--e-global-typography-primary-font-size:34px;--e-global-typography-secondary-font-size:26px;--e-global-typography-text-font-size:16px;--e-global-typography-accent-font-size:16px;--e-global-typography-433ec45-font-size:34px;--e-global-typography-d02dade-font-size:26px;--e-global-typography-114c690-font-size:22px;--e-global-typography-bc078cf-font-size:20px;--e-global-typography-9d377e6-font-size:18px;--e-global-typography-acd6a11-font-size:16px;--e-global-typography-24b2772-font-size:20px;--e-global-typography-581dfbe-font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-primary-font-size:28px;--e-global-typography-secondary-font-size:24px;--e-global-typography-text-font-size:14px;--e-global-typography-accent-font-size:14px;--e-global-typography-433ec45-font-size:28px;--e-global-typography-d02dade-font-size:24px;--e-global-typography-114c690-font-size:22px;--e-global-typography-bc078cf-font-size:18px;--e-global-typography-9d377e6-font-size:16px;--e-global-typography-acd6a11-font-size:14px;--e-global-typography-24b2772-font-size:18px;--e-global-typography-581dfbe-font-size:14px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*///////////Blog///////////*/


/* hover omhoog */

.loopelement:hover{
    transform: translateY(-10px);
}

/* On hover .container show button */

.container {
    position: relative;
}

.hidden-button {
    opacity: 0;
    pointer-events: none; 
    transition: opacity 1s ease;
}

.container:hover .hidden-button {
    opacity: 1;
    pointer-events: auto;
}

/* Show button on tablet and mobile */

@media only screen and (max-width: 1100px){
    .hidden-button {
        opacity: 1;
    }
}

/*//////////////////////////*/




/*///////buttonmoveup///////*/

.buttonmoveup{
  transition: transform 250ms;
}

.buttonmoveup:hover{
    transform: translateY(-2px);
}/* End custom CSS */