.elementor-kit-6{--e-global-color-primary:#F2F0EC;--e-global-color-secondary:#FFF4E9;--e-global-color-text:#343E33;--e-global-color-accent:#C8C4A1;--e-global-color-d88d1e6:#1F2020;--e-global-color-fdd9e7c:#343E33;--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;color:var( --e-global-color-text );font-family:"Bicyclette", Sans-serif;font-size:18px;font-weight:300;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-accent );}.elementor-kit-6 a:hover{color:var( --e-global-color-d88d1e6 );}.elementor-kit-6 h1{color:var( --e-global-color-fdd9e7c );font-family:"Thermal", Sans-serif;font-size:60px;font-weight:300;letter-spacing:0.04em;}.elementor-kit-6 h2{color:var( --e-global-color-text );font-family:"Thermal", Sans-serif;font-size:60px;font-weight:300;}.elementor-kit-6 h3{color:var( --e-global-color-d88d1e6 );font-family:"Bicyclette", Sans-serif;font-size:22px;font-weight:400;text-transform:uppercase;}.elementor-kit-6 h4{color:var( --e-global-color-accent );font-family:"Bicyclette", Sans-serif;font-size:20px;font-weight:500;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-family:"Thermal", Sans-serif;font-size:24px;font-weight:600;color:#343E33;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{color:var( --e-global-color-fdd9e7c );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}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 h1{font-size:42px;}.elementor-kit-6 h2{font-size:36px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6 h1{font-size:32px;}.elementor-kit-6 h2{font-size:32px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* BASISSTIJL voor beide varianten */
.garret-line-btn .elementor-button,
.garret-line-btn-white .elementor-button {
  --line-color: #343e33;
  --text-color: #343e33;
  --dot-size: 6px;
  --line-thickness: 1px;
  --extra-line: 50px;
  --gap: 6px;
  --anim-speed: 1.5s;
font-weight: 400; /* of 400, 500, 700 afhankelijk van wat je wil */
  position: relative;
  display: inline-block;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 0 calc(var(--gap) + var(--dot-size) + 2px) 0 !important;

  color: var(--text-color) !important;
  text-decoration: none !important;
  line-height: 1;
}

/* WITTE VARIANT */
.garret-line-btn-white .elementor-button {
  --line-color: #c8c4a1;
  --text-color: #c8c4a1;
}

/* tekst mag niet veranderen op hover/focus */
.garret-line-btn .elementor-button:hover,
.garret-line-btn .elementor-button:focus,
.garret-line-btn .elementor-button:active,
.garret-line-btn-white .elementor-button:hover,
.garret-line-btn-white .elementor-button:focus,
.garret-line-btn-white .elementor-button:active {
  background: none !important;
  color: var(--text-color) !important;
  text-decoration: none !important;
  box-shadow: none !important;
}

/* tekstlaag */
.garret-line-btn .elementor-button-text,
.garret-line-btn-white .elementor-button-text {
  position: relative;
  z-index: 2;
}

/* lijn */
.garret-line-btn .elementor-button::before,
.garret-line-btn-white .elementor-button::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% + var(--extra-line));
  height: var(--line-thickness);
  background: var(--line-color);
}

/* bolletje */
.garret-line-btn .elementor-button::after,
.garret-line-btn-white .elementor-button::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: calc((var(--line-thickness) / 2) - (var(--dot-size) / 2));
  width: var(--dot-size);
  height: var(--dot-size);
  background: var(--line-color);
  border-radius: 50%;
  transition: left var(--anim-speed) ease;
}

/* bolletje beweegt naar einde */
.garret-line-btn .elementor-button:hover::after,
.garret-line-btn .elementor-button:focus::after,
.garret-line-btn-white .elementor-button:hover::after,
.garret-line-btn-white .elementor-button:focus::after {
  left: calc(100% + var(--extra-line) - var(--dot-size));
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Bicyclette';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://all-buro-solutions-staging.host.vlaanderen/wp-content/uploads/2026/02/Bicyclette-Light.eot');
	src: url('https://all-buro-solutions-staging.host.vlaanderen/wp-content/uploads/2026/02/Bicyclette-Light.eot?#iefix') format('embedded-opentype'),
		url('https://all-buro-solutions-staging.host.vlaanderen/wp-content/uploads/2026/02/Bicyclette-Light.woff2') format('woff2'),
		url('https://all-buro-solutions-staging.host.vlaanderen/wp-content/uploads/2026/02/Bicyclette-Light.woff') format('woff'),
		url('https://all-buro-solutions-staging.host.vlaanderen/wp-content/uploads/2026/02/Bicyclette-Light.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Thermal';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://all-buro-solutions-staging.host.vlaanderen/wp-content/uploads/2026/02/Thermal-TnDy.eot');
	src: url('https://all-buro-solutions-staging.host.vlaanderen/wp-content/uploads/2026/02/Thermal-TnDy.eot?#iefix') format('embedded-opentype'),
		url('https://all-buro-solutions-staging.host.vlaanderen/wp-content/uploads/2026/02/Thermal-TnDy.woff2') format('woff2'),
		url('https://all-buro-solutions-staging.host.vlaanderen/wp-content/uploads/2026/02/Thermal-TnDy.woff') format('woff'),
		url('https://all-buro-solutions-staging.host.vlaanderen/wp-content/uploads/2026/02/Thermal-TnDy.ttf') format('truetype');
}
/* End Custom Fonts CSS */