.elementor-kit-5{--e-global-color-primary:#928E85;--e-global-color-secondary:#497E76;--e-global-color-text:#7A7A7A;--e-global-color-accent:#27292B;--e-global-color-047b10b:#E3D9C6;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 e-page-transition{background-color:var( --e-global-color-accent );}body.e-wc-message-notice .woocommerce-message, body.e-wc-message-notice .wc-block-components-notice-banner.is-success{background-color:#FEFEFE;border-style:solid;border-width:5px 0px 0px 0px;border-color:var( --e-global-color-primary );}.elementor-kit-5 a{color:var( --e-global-color-secondary );font-weight:500;}.elementor-kit-5 h1{font-family:"NoeText-Regular", Sans-serif;font-size:40px;font-weight:400;}.elementor-kit-5 h2{color:var( --e-global-color-secondary );font-family:"NoeText-Regular", Sans-serif;font-size:30px;font-weight:500;}.elementor-kit-5 h3{color:var( --e-global-color-secondary );font-family:"NoeText-Regular", Sans-serif;font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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);}.e-wc-message-notice .woocommerce-message, .e-wc-message-notice .wc-block-components-notice-banner.is-success{--message-message-text-color:var( --e-global-color-accent );font-family:"NoeText-Regular", Sans-serif;font-size:15px;font-weight:500;--message-message-icon-color:var( --e-global-color-primary );--message-buttons-normal-text-color:var( --e-global-color-accent );--message-buttons-hover-text-color:var( --e-global-color-secondary );--message-buttons-hover-border-color:var( --e-global-color-secondary );--message-border-color:var( --e-global-color-accent );}body.e-wc-message-notice .woocommerce-message .restore-item, body.e-wc-message-notice .wc-block-components-notice-banner.is-success .restore-item, body.e-wc-message-notice .woocommerce-message a:not([class]), body.e-wc-message-notice .wc-block-components-notice-banner.is-success a:not([class]){font-family:"NoeText-Regular", Sans-serif;}.e-wc-message-notice .woocommerce-message .restore-item, .e-wc-message-notice .wc-block-components-notice-banner.is-success .restore-item, .e-wc-message-notice .woocommerce-message a:not([class]), .e-wc-message-notice .wc-block-components-notice-banner.is-success a:not([class]){--notice-message-normal-links-color:var( --e-global-color-primary );}body.e-wc-message-notice .woocommerce-message .button, body.e-wc-message-notice .wc-block-components-notice-banner.is-success .button{font-family:"NoeText-Regular", Sans-serif;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.hover-block {
    position: relative;
    overflow: hidden;
}
.content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: gap 0.5s ease-in-out;
}
.iconlist-knop {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.hover-block:hover .iconlist-knop {
    max-height: 50px; /* Hoogte van de knop, pas aan indien nodig */
    opacity: 1;
}


/* shrinking header section */

/* basis header met gradient */
.shrinker {
  background: linear-gradient(to bottom, #27292B 0%, transparent 100%);
  transition: all .3s linear!important;
  -webkit-transition: all .3s linear!important;
  -moz-transition: all .3s linear!important;
}

/* Elementor sticky effect */
.shrinker.elementor-sticky--effects {
  background: #27292B;
  height: 60px!important;
  padding-top: 2px!important;
  padding-bottom: 2px!important;
  box-shadow: 0px 6px 30px -4px rgba(0,0,0,.05);
  transition: all .2s linear!important;
  -webkit-transition: all .3s linear!important;
  -moz-transition: all .3s linear!important;
}

/* logo standaard */
.shrinking-logo img {
  width: 150px!important;
  transition: all .2s linear!important;
  -webkit-transition: all .2s linear!important;
  -moz-transition: all .2s linear!important;
}

/* logo kleiner in sticky */
.shrinker .elementor-sticky--effects img {
  width: 120px!important;
  transition: all .3s linear!important;
  -webkit-transition: all .3s linear!important;
  -moz-transition: all .3s linear!important;
}
#outgard-knp {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  overflow: hidden; /* belangrijk zodat het icoon niet buiten de knop “hangt” */
}

/* Zorg dat het icoon in de knop goed styled is */
#outgard-knp .elementor-button-icon {
  display: inline-block;
  opacity: 1;
  transform: translateX(0);
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

/* Hover: icoon beweegt naar rechts en fade-out */
#outgard-knp:hover .elementor-button-icon {
  transform: translateX(20px);
  opacity: 0;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'NoeText-Regular';
	font-display: auto;
	src: url('https://outgard.nl/wp-content/uploads/2025/03/Noe-Text-Regular.ttf') format('truetype');
}
/* End Custom Fonts CSS */