/*
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
====================================== */
.knop a {
  font-family: "Karla", Sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  border-style: solid !important;
  border-width: 1px 1px 1px 1px !important;
  color: white !important;
  border-color: var(--e-global-color-secondary) !important;
  background: var(--e-global-color-secondary) !important;
  border-radius: 50px 50px 50px 50px !important;
  padding: 15px 25px 15px 25px !important;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.knop a:hover {
  background: white !important;
  color: var(--e-global-color-secondary) !important;
}
.menu_container {
  text-align: center;
  margin: auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  width: 33.3%;
}
.menu_container button {
  font-family: "Karla", Sans-serif;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 0px 0px 50px 50px;
  padding: 40px 15px 30px 15px;
  border: solid thin var(--e-global-color-accent);
  background: var(--e-global-color-accent);
  color: white;
  width: 95px;
  text-transform: uppercase;
}
.menu_container .menu_inhoud {
  background: white;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  padding: 0 40px;
  width: 95%;
  max-width: 500px;
  margin: auto;
  height: 0;
  overflow: hidden;
  box-shadow: 5px 5px 20px #43260119;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.menu_container .notext {
  display: none;
}
.menu_container .text {
  display: block;
}
.menu_container.openedNav .notext {
  display: block;
}
.menu_container.openedNav .text {
  display: none;
}
.menu_container.openedNav .menu_inhoud {
  height: 450px;
}
.navigatie {
  list-style-type: none;
  padding: 40px 0;
}
.navigatie li {
  padding: 5px;
}
.navigatie a {
  color: var(--e-global-color-text);
  font-family: "Playfair";
  font-size: 30px;
  font-weight: 400;
  font-style: italic;
  text-decoration: none;
}
.navigatie a:hover {
  opacity: 0.7;
}
.navigatie .current_page_item a {
  color: var(--e-global-color-accent);
}
.language_switch_btn {
  background: none;
  border: none;
  margin: auto;
  text-transform: uppercase;
  font-family: "Karla", Sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  color: var(--e-global-color-text);
  position: relative;
  top: 10px;
}
.language_switch_btn svg {
  width: 11px;
  fill: var(--e-global-color-secondary);
  position: relative;
  top: 2px;
}
.lang_switcher_list {
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.lang_switcher_list.opened_lang_switcher_list {
  height: 115px;
}
.lang_switcher_list a {
  text-transform: uppercase;
  font-family: "Karla", Sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  color: var(--e-global-color-text);
}
.forminator-ui input, .forminator-ui textarea, .login_form input, .login_form textarea {
  width: 100%;
  padding: 10px;
  border-radius: 20px;
  font-family: "Karla", Sans-serif;
  font-size: 18px;
  border: none !important;
}
.forminator-ui .forminator-row-last, .login_form .forminator-row-last {
  margin-bottom: 0 !important;
}
.forminator-ui .forminator-button, .forminator-ui .elementor-field-type-submit button, .login_form .forminator-button, .login_form .elementor-field-type-submit button {
  font-family: "Karla", Sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  border-style: solid !important;
  border-width: 1px 1px 1px 1px !important;
  color: var(--e-global-color-secondary) !important;
  border-color: white !important;
  background: white !important;
  border-radius: 50px 50px 50px 50px !important;
  padding: 15px 25px 15px 25px !important;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.forminator-ui .forminator-button:hover, .forminator-ui .elementor-field-type-submit button:hover, .login_form .forminator-button:hover, .login_form .elementor-field-type-submit button:hover {
  background: var(--e-global-color-secondary) !important;
  color: white !important;
}
.forminator-ui .elementor-remember-me, .login_form .elementor-remember-me {
  font-family: "Karla", Sans-serif;
  font-size: 17px;
  font-weight: 300;
}
.forminator-ui #elementor-login-remember-me, .forminator-ui input[type="checkbox"], .login_form #elementor-login-remember-me, .login_form input[type="checkbox"] {
  width: 20px;
  background: white;
  float: left;
  border: none;
}
.forminator-ui .elementor-lost-password, .login_form .elementor-lost-password {
  color: var(--e-global-color-text) !important;
  font-family: "Karla", Sans-serif;
  font-size: 17px;
}
/* ======================================
        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;
}
/* ======================================
        FOOTER
====================================== */
/* ======================================
        SINERGIO
====================================== */
.sinergio img {
  height: 30px;
  width: auto;
}
.sinergio {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 15px;
  font-family: "Karla", Sans-serif;
  color: var(--e-global-color-text);
}
.sinergio a {
  color: var(--e-global-color-text);
}
/* ======================================
        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

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