.elementor-kit-6{--e-global-color-primary:#CE7F26;--e-global-color-secondary:#5C6F59;--e-global-color-text:#FFFFFF;--e-global-color-accent:#000000;--e-global-color-01f0a00:#B05C44;--e-global-color-58d41f3:#CE7F26;--e-global-color-e6c1bb7:#8A5A38;--e-global-typography-primary-font-family:"Steelfish";--e-global-typography-secondary-font-family:"Steelfish";--e-global-typography-text-font-family:"Rubik";--e-global-typography-accent-font-family:"Rubik";background-color:var( --e-global-color-accent );font-family:"Rubik", Sans-serif;font-size:18px;font-weight:400;line-height:24px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h1{font-family:"Steelfish", Sans-serif;font-size:120px;font-weight:400;line-height:120px;}.elementor-kit-6 h2{font-family:"Steelfish", Sans-serif;font-size:96px;font-weight:400;line-height:90px;}.elementor-kit-6 h3{font-family:"Steelfish", Sans-serif;font-size:64px;}.elementor-kit-6 h4{font-family:"Rubik", Sans-serif;font-size:32px;font-weight:400;line-height:40px;}.elementor-kit-6 h5{font-family:"Rubik", Sans-serif;font-size:24px;font-weight:400;line-height:42px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1380px;}.e-con{--container-max-width:1380px;}.elementor-widget:not(:last-child){--kit-widget-spacing: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{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 *//* Exacte target: Elementor Button widget */
.button-algemeen a.elementor-button {
  background-color: #c97b1e !important;
  color: #ffffff !important;
  margin-top:-12px;
  padding: 16px 30px 8px 30px;
  text-transform: uppercase;
  letter-spacing: 0px;
  font-weight: 500;
  border: none;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  /* Trapezium: schuine bovenkant, rechte zijkanten */
  -webkit-clip-path: polygon(
    0 20%,     /* linksboven lager */
    100% 0%,   /* rechtsboven hoger */
    100% 100%, /* rechtsonder */
    0 100%     /* linksonder */
  );
  clip-path: polygon(
    0 20%,
    100% 0%,
    100% 100%,
    0 100%
  );
}

/* Zorg dat de tekst-span geen eigen achtergrond krijgt */
.button-algemeen a.elementor-button span {
  background: transparent !important;
}

/* Hover effect */
.button-algemeen a.elementor-button:hover {
  filter: brightness(0.92);
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Steelfish';
	font-display: auto;
	src: url('https://qtimeadventures.nl/wp-content/uploads/2026/01/Steelfish.ttf') format('truetype');
}
/* End Custom Fonts CSS */