/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* ALGEMEEN */

body {
	line-height: inherit !important;
}
.bg-blur {
	backdrop-filter: blur(3px);
}
.elementor-widget-text-editor p:last-of-type {
    margin-bottom: 0;
}
.elementor-widget-text-editor ul, .elementor-widget-text-editor ol {
    padding-left: 20px;
    margin-bottom: 12px;
}

.simple-btn-dark .elementor-button,
.simple-btn-light .elementor-button,
a.simple-btn-dark,
a.simple-btn-light {
  position: relative;
  overflow: hidden;
}
.simple-btn-dark .elementor-button::before,
a.simple-btn-dark::before {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 100%; height: 1px;
  background: var(--e-global-color-primary);
}
.simple-btn-dark .elementor-button::after,
a.simple-btn-dark::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 100%; height: 1px;
  background: var(--e-global-color-8fc5b28);
  transform: translateX(-101%);
  transition: transform 0.4s ease;
}
.simple-btn-light .elementor-button {
    background: transparent !important;
    padding: 0px 0px 8px 0px !important;
	border: 0px solid !important;
}
.simple-btn-light .elementor-button:hover {
	background: transparent !important;
	border: 0px solid !important;
	color: var(--e-global-color-accent) !important;
}
.simple-btn-light .elementor-button::before,
a.simple-btn-light::before {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 100%; height: 1px;
  background: #fff;
}
.simple-btn-light .elementor-button::after,
a.simple-btn-light::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 100%; height: 1px;
  background: var(--e-global-color-accent);
  transform: translateX(-101%);
  transition: transform 0.4s ease;
}
.simple-btn-dark .elementor-button:hover::after,
.simple-btn-light .elementor-button:hover::after,
a.simple-btn-dark:hover::after,
a.simple-btn-light:hover::after {
  transform: translateX(0);
}
a.elementor-button {
	z-index: 9999;
}

.elementor-slideshow__footer.elementor-lightbox-prevent-close {
	display: none;
}

.elementor-popup-modal * {
    outline: none !important;
}
/* EIND */

/* HOME PINNED SLIDER */

/* Elementor blok */
  

/* EIND */