/*
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
====================================== */
.rij1 > div {
  padding-top: 50px;
  padding-bottom: 50px;
  height: calc(100vh - 100px) !important;
}
.rij2 > div {
  padding-top: 50px;
  padding-bottom: 50px;
  height: 100% !important;
}
.vertical-border {
  position: relative;
  min-height: 100%;
}
.vertical-border > div:first-child {
  height: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
}
.vertical-border.vertical-border-top > div:first-child {
  height: calc(100% - 100px) !important;
}
.vertical-border > div:nth-child(2) {
  height: 100px;
}
.elementor-widget-text-editor ul {
  padding-left: 20px;
  list-style: circle;
}
.elementor-widget-text-editor ul li {
  margin-bottom: 10px;
}
.rij2 .vertical-border svg {
  margin-top: 7px;
}
.rij2 .horizontal-border svg {
  margin-left: 18px;
}
.rij3 .horizontal-border svg {
  margin-right: 18px;
  margin-left: -13px;
}
.rij3 .vertical-border svg {
  margin-top: 7px;
}
.rij3 .vertical-border {
  transform: rotateY(180deg);
}
.styled-accordeon .elementor-widget-n-accordion summary.e-n-accordion-item-title {
  justify-content: space-between;
  padding-left: 50px;
  padding-top: 40px;
  padding-bottom: 10px;
  position: relative;
}
body {
  counter-reset: accordion1;
}
.inhoud_container > .elementor > div {
  overflow: hidden;
}
.styled-accordeon .elementor-widget-n-accordion summary.e-n-accordion-item-title::before {
  counter-increment: accordion1;
  content: counter(accordion1);
  display: inline-block;
  color: #3DD3B0;
  font-family: "Poppins";
  font-weight: 900;
  font-size: 50px;
  position: absolute;
  left: 0;
  bottom: 9px;
  line-height: 1;
}
.styled-accordeon .elementor-widget-n-accordion .e-n-accordion-item > div[role="region"] {
  border: none;
  padding: 0;
  padding-top: 10px;
}
body::after {
  content: "";
  display: block;
  position: fixed;
  left: -200px;
  bottom: 0;
  width: 50%;
  height: 50%;
  filter: blur(100px);
  opacity: 0.4;
  border-radius: 50%;
  background: #45CAAD;
  bottom: -600px;
  z-index: 0;
  height: 1000px;
  width: 1000px;
}
.inhoud_container .e-con-inner {
  z-index: 1;
}
.elementor-button {
  margin-left: 6px;
  transform: skew(-15deg);
  -webkit-transform: skew(-15deg);
  -moz-transform: skew(-15deg);
  -ms-transform: skew(-15deg);
  -o-transform: skew(-15deg);
}
.elementor-button > span {
  transform: skew(15deg);
  -webkit-transform: skew(15deg);
  -moz-transform: skew(15deg);
  -ms-transform: skew(15deg);
  -o-transform: skew(15deg);
}
body {
  background-color: #070916;
}
/* ======================================
        EXTRA
====================================== */
a, input, textarea, select, button {
  outline: 0;
}
.elementor-widget-text-editor p:last-child {
  margin-bottom: 0;
}
body > div.elementor-location-footer > div {
  position: relative;
  z-index: 1;
}
/* ======================================
        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;
}
/* ======================================
        FOOTER
====================================== */
/* ======================================
        SINERGIO
====================================== */
.sinergio img {
  height: 30px;
  width: auto;
}
/* ======================================
        RESPONSIVE
====================================== */
/*  BIG SCREEN  */
/*  MID SCREEN  */
/*  SMALL SCREEN  */
/*  TABLET  */
/*  SMARTPHONE  */
/*  EXTRA  */
/* ======================================
        NUTTIGE FUNCTIES
========================================= 

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

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