html, body {
  color: var(--e-global-color-text);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  transition: all 0.2s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
.elementor-heading-title {
  font-weight: 600;
  line-height: 1.3em;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
.elementor-heading-title span {
  border-bottom: 3px solid #49e59a;
}

/* fix current menu item color */
.elementor .elementor-element .elementor-nav-menu--main li.menu-item.current-menu-parent > a.elementor-item {
  color: var(--e-global-color-accent);
}

/* scroll to top */
#totop {
  cursor: pointer;
  color: #fff;
  background: rgba(255, 255, 255, 0.5);
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: none;
  outline: 0;
  width: 50px;
  height: 50px;
  overflow: hidden;
  transition: border-color 0.2s, background-color 0.2s;
  border-radius: 4px;
}
#totop:hover {
  background-color: #fff;
}
#totop:hover:before {
  animation: totop1 1s ease-in-out infinite;
}
#totop:hover:after {
  animation: totop2 1s ease-in-out infinite;
}
#totop:before, #totop:after {
  content: "";
  width: 13px;
  height: 3px;
  background: var(--e-global-color-primary);
  position: absolute;
  top: 20px;
  border-radius: 10px;
  transition: top 0.2s;
}
#totop:before {
  right: 14px;
  transform: rotate(45deg);
}
#totop:after {
  left: 15px;
  transform: rotate(315deg);
}

@keyframes totop1 {
  0%, 100% {
    transform: translate(0, 0) rotate(45deg);
  }
  50% {
    transform: translate(0, -3px) rotate(45deg);
  }
}
@keyframes totop2 {
  0%, 100% {
    transform: translate(0, 0) rotate(315deg);
  }
  50% {
    transform: translate(0, -3px) rotate(315deg);
  }
}
/* smooth intro animations */
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -30%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-30%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(20%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 30%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
/* elementor form submitted loading spinner fix */
.fa.fa-spinner.fa-spin {
  animation: fa-spin 2s linear infinite;
  display: inline-block;
  margin-right: 10px;
}
.fa.fa-spinner.fa-spin, .fa.fa-spinner.fa-spin:before {
  width: 17px;
  height: 17px;
}
.fa.fa-spinner.fa-spin:before {
  content: "";
  background: url("../images/loading.svg") center center no-repeat;
  background-size: contain;
  display: inline-block;
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
header .elementor-nav-menu {
  z-index: 30;
}

.hero-header {
  background: var(--e-global-color-accent);
}
.hero-header > .elementor-container {
  min-height: 340px;
}
.hero-header__bgtext .elementor-heading-title {
  white-space: nowrap;
  opacity: 0.05;
  color: var(--e-global-color-primary);
  font-size: 287px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 0.7em;
}
.hero-header__title {
  z-index: 21;
}
.hero-header__title .elementor-heading-title {
  font-size: 70px;
  font-weight: 700;
  line-height: 0.9em;
}
.hero-header_alt > .elementor-container {
  min-height: 240px;
}
.hero-header_alt .hero-header__bgtext .elementor-heading-title {
  font-size: 170px;
}
.hero-header_alt .hero-header__title .elementor-heading-title {
  text-align: center;
}

.header-block > .elementor-widget-wrap {
  margin: 0 20px;
  padding: 20px 30px 0 30px !important;
}
.header-block > .elementor-widget-wrap div {
  z-index: 15;
}
.header-block > .elementor-widget-wrap:before, .header-block > .elementor-widget-wrap:after {
  content: "";
  width: 100%;
  background: var(--e-global-color-primary);
  position: absolute;
}
.header-block > .elementor-widget-wrap:before {
  height: 65%;
  top: 0;
  left: 0;
  border-radius: 0 0 5px 0;
}
.header-block > .elementor-widget-wrap:after {
  height: 35%;
  bottom: 5px;
  left: -30px;
  transform: skew(-30deg);
  border-radius: 0 5px 0 0;
}

@media (max-width: 768px) {
  .header-block > .elementor-widget-wrap:after {
    left: -25px;
  }
}
.header-block__image {
  position: absolute;
  bottom: -20px;
  left: -20px;
}

.item-num .elementor-heading-title {
  display: flex;
  align-items: center;
  line-height: 1.3em;
}
.item-num b {
  display: inline-flex;
  width: 40px;
  min-width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  font-size: 29px;
  background: url("../images/shield-simple.png") center center no-repeat;
  background-size: contain;
  margin-right: 20px;
}

/* list icons alignment fix */
.elementor-widget .elementor-icon-list-items .elementor-icon-list-item,
.elementor-widget .elementor-icon-list-items .elementor-icon-list-item a {
  align-items: flex-start;
}
.elementor-widget .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-icon {
  margin-top: 3px;
}

/* Keurmerkhouders */
.elementor .keurmerkhouder__logo .jet-listing-dynamic-image__link {
  border: 1px solid #f3f4f7;
  padding: 20px 10px;
  transition: all 0.2s linear;
}
.elementor .keurmerkhouder__logo .jet-listing-dynamic-image__link:hover {
  transform: scale(1.2);
  box-shadow: 0 0 20px 2px rgba(81, 229, 154, 0.3);
}

/*# sourceMappingURL=style.css.map */
