/*
Theme Name: Sinergio
Author: Sinergio
Author URI: https://www.sinergio.be/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/* ======================================
        VARIABELE
====================================== */
/* ======================================
        INCLUDES FUNCTIES
====================================== */
/* ======================================
        ALGEMEEN
====================================== */
body {
  overflow-x: hidden;
}
.drag-content {
  transition: none !important;
}
.project-tags {
  list-style-type: none;
  display: flex;
  flex-flow: row wrap;
  gap: 5px;
  padding-left: 0;
}
.project-tags li {
  padding: 5px 10px 3px;
  border-radius: 100px;
  background: #EBE7DF;
  color: #010442;
}
.button:hover a::after {
  left: 0;
  transition-delay: 0s;
}
.button:hover a::before {
  left: 0;
  transition-delay: 0.1s;
}
.button:not(:hover) a::before {
  transition-delay: 0s;
}
.button:not(:hover) a::after {
  transition-delay: 0.1s;
}
.button a::before, .button a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.button a::before {
  background: #3C19B1;
  z-index: 2;
}
.button-blue a::before {
  background: #C514FF;
}
.button a::after {
  background: #3CE6B1;
  z-index: 1;
}
.button-blue a::after {
  background: #010442;
}
.button .elementor-button-content-wrapper {
  position: relative;
  z-index: 3;
}
.btn-nieuwsgierig {
  cursor: pointer;
}
.btn-nieuwsgierig svg {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-nieuwsgierig:hover svg {
  transform: rotate(30deg);
}
.btn-nieuwsgierig .elementor-widget-heading {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  transform: rotate(30deg);
  opacity: 0;
}
.btn-nieuwsgierig.active .elementor-widget-heading {
  transform: rotate(0deg);
  opacity: 1;
}
.btn-nieuwsgierig.active svg {
  opacity: 0;
}
@keyframes arrowFade {
  0% {
    opacity: 0.1;
  }
  30% {
    opacity: 1;
  }
  60% {
    opacity: 0.1;
  }
  100% {
    opacity: 0.1;
  }
}
/* ======================================
        ANIME.JS
====================================== */
#cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #33E10F;
  pointer-events: none;
  will-change: transform;
  mix-blend-mode: difference;
  z-index: 9999;
  opacity: 0.8;
}
.text-switch {
  display: inline-block;
  position: relative;
  width: 220px;
  /* pas aan naar jouw layout of gebruik min-width */
  height: 1.2em;
  vertical-align: middle;
  overflow: hidden;
  font-weight: 600;
  font-size: 1.1rem;
  color: #111;
  font-size: 48px;
  font-weight: 800;
  margin-left: 10px;
  top: 3px;
}
.text-switch > span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transform: translateY(0);
  opacity: 0;
  pointer-events: none;
  transition: transform 400ms ease, opacity 400ms ease;
  display: flex;
  flex-direction: row;
  text-align: left;
  gap: 10px;
}
/* zichtbare regel */
.text-switch > span.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
/* enter from below */
.text-switch > span.enter {
  transform: translateY(20%);
}
/* exit upwards */
.text-switch > span.exit {
  transform: translateY(-20%);
  opacity: 0;
}
/* ======================================
        EXTRA
====================================== */
a, input, textarea, select, button {
  outline: 0;
}
.elementor-widget-text-editor p:last-child {
  margin-bottom: 0;
}
/* ======================================
        IMPORTS
====================================== */
/* ======================================
        HEADER
====================================== */
/* ======================================
        LOGO
====================================== */
/* ======================================
        NAVIGATIE
====================================== */
/* ======================================
        OVERZICHT
====================================== */
/* ======================================
        INDIVIDUEEL
====================================== */
/* ======================================
        WINKELMAND
====================================== */
/* ======================================
        AFREKENEN
====================================== */
/* ======================================
        THANK YOU
====================================== */
.forminator-module-edit-link {
  display: none !important;
}
.cmplz-blocked-content-container {
  position: relative;
}
.cmplz-blocked-content-container::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}
.forminator-g-recaptcha.cmplz-placeholder-element {
  background: none !important;
}
.forminator-g-recaptcha.cmplz-blocked-content-container {
  box-shadow: none !important;
  margin-bottom: 0 !important;
}
.forminator-g-recaptcha.cmplz-blocked-content-container::after {
  display: none !important;
}
.cmplz-blocked-content-notice {
  border-radius: 10px !important;
  border: none !important;
  padding: 15px !important;
  color: white !important;
  background: #302f3e !important;
  box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.4) !important;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.cmplz-blocked-content-notice:hover {
  background: #434159 !important;
}
input.forminator-input, textarea.forminator-textarea {
  background: #e8e8e8 !important;
  border-radius: 5px !important;
  border: 1px solid #5a5a5a !important;
}
span.select2-selection {
  background: #e8e8e8 !important;
  border-radius: 5px !important;
  border: 1px solid #5a5a5a !important;
  height: 42.8px !important;
}
.forminator-select-dropdown {
  background: #2a4e42 !important;
  border-radius: 5px !important;
  border: 1px solid #5a5a5a !important;
}
.forminator-label {
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  color: black !important;
}
.forminator-button-submit {
  background: #F21D2F !important;
  color: white !important;
  padding: 10px 15px !important;
  border-radius: 5px !important;
  font-weight: bold !important;
  box-shadow: none !important;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.forminator-button-submit:hover {
  background: #c31b29 !important;
}
.forminator-error-message {
  padding: 0 !important;
  font-size: 14px !important;
}
.forminator-select-dropdown {
  background: #e8e8e8 !important;
  border: 1px solid #5a5a5a !important;
}
#ui-datepicker-div {
  background: #e8e8e8 !important;
}
/* ======================================
        FOOTER
====================================== */
/* ======================================
        SINERGIO
====================================== */
.sinergio img {
  height: 30px;
  width: auto;
}
/* ======================================
        RESPONSIVE
====================================== */
/*  BIG SCREEN  */
/*  MID SCREEN  */
/*  SMALL SCREEN  */
/*  TABLET  */
/*  SMARTPHONE  */
@media screen and (max-width: 767px) {
  .inverted-icons .elementor-icon-list-icon {
    order: 1 !important;
    margin-left: initial !important;
  }
  .inverted-icons .elementor-icon-list-text {
    order: 2 !important;
  }
}
/*  EXTRA  */
/* ======================================
        NUTTIGE FUNCTIES
========================================= 

@include transition; -> Transitie functie ophalen
@include transition_easyload; -> Transitie easyload functie ophalen
@include displayflex; -> Display Flex

========================================= */
