/*
Theme Name: Lumen
Description: Creative & Design Agency Divi Theme
Author: Divi Layouts Pro
Author URI: https://divi-layouts-pro.com/
Template: Divi
Version: 1.0

/* 🔹 Achtergrond van het HELE dropdown-menu wit */
.et_pb_menu .et-menu-nav ul.sub-menu,
.et_pb_fullwidth_menu .et-menu-nav ul.sub-menu,
.et_pb_menu ul.sub-menu,
.et_pb_fullwidth_menu ul.sub-menu {
  background-color: #ffffff !important;  /* wit */
  opacity: 1 !important;                 /* geen transparantie */
  border: 1px solid #000000 !important;  /* optioneel: zwarte rand */
}

/* 🔹 Alle submenu-items zwart */
.et_pb_menu ul.sub-menu li a,
.et_pb_fullwidth_menu ul.sub-menu li a {
  color: #000000 !important;             /* zwarte tekst */
  background: transparent !important;    /* geen achtergrond per item */
}

/* 🔹 Hover state: subtiele grijze achtergrond met zwarte tekst */
.et_pb_menu ul.sub-menu li a:hover,
.et_pb_fullwidth_menu ul.sub-menu li a:hover {
  background: #f5f5f5 !important;        /* lichtgrijs */
  color: #000000 !important;             /* zwart */
}


/* Andere pagina's: menu-items zwart */
body:not(.home) .et_pb_menu_0_tb_header .et-menu > li > a {
  color: black !important;
}

/* 🔹 Alleen homepage: content onder menubalk */
@media (max-width: 980px) {
body.home .lum-home-slider-container.et_pb_section {
  margin-top: 0px;
  padding-top: 0 !important;
}
}
	
body.home header.et-l--header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}

/* 🔹 Puntjes wit bij transparant menu, zwart bij sticky */
body.home .et_pb_menu_0_tb_header,
body.home .et_pb_menu_0_tb_header .et-menu > li > a {
  color: white !important;
}
body.home .et_pb_sticky--top .et_pb_menu_0_tb_header,
body.home .et_pb_sticky--top .et_pb_menu_0_tb_header .et-menu > li > a {
  color: black !important;
}

/* 🔹 Dropdown submenu wit */
header ul.sub-menu {
  background: white !important;
  border: 1px solid black !important;
}


body:not(.et-fb) #main-content {
  padding-top: var(--header-height);
}

@media (min-width: 981px) {
  #lum-home-slider-container {
    padding: 0 !important;
  }
}

@media (min-width: 981px) {
  .et_pb_section.lum-home-slide-container {
    padding: 0 !important;
  }
}

@media (min-width: 981px) {
  .lum-home-slide-container.et_pb_section {
    padding: 0 !important;
  }
}

@media (min-width: 981px) {
  body.home .et_pb_section.lum-home-slide-container.et_pb_section_0 {
    padding: 0 !important;
  }
}

/* Zorg dat het echt nergens wit wordt meegegeven */
.et_pb_menu_0_tb_header {
  background: transparent !important;
}

/* Alleen homepage → header zwevend/transparant */
body.home header.et-l--header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}

/* Alle andere pagina’s → header normaal (niet transparant) */
body:not(.home) header.et-l--header {
  position: relative;
  background: white; /* of de kleur die je wilt */
}

@media (max-width: 980px) {
body.home .lum-home-slider-container.et_pb_section {
  margin-top: 0px;
  padding-top: 0 !important;
}
}

/* Optioneel: mobiele fallback met witte achtergrond */
@media (max-width: 980px) {
  header.et-l--header {
    position: relative;
    background: white !important;
  }

  .lum-home-slider-container.et_pb_section {
    margin-top: 0;
  }
}

/* BEGINSTAND – transparant */

.et_pb_section_0_tb_header,
.et_pb_menu_0_tb_header {
  background: transparent !important;
}

/* STICKY STATE – wit zodra je scrollt */
@media (min-width: 980px) {
.et_pb_section_0_tb_header.et_pb_sticky--top,
.et_pb_sticky--top .et_pb_menu_0_tb_header,
.et_pb_sticky--top .et_pb_menu_0_tb_header .et-menu {
  background-color: white !important;
}
}

/** GENERAL **/
body .container, body .et_pb_row, body .et_pb_slider .et_pb_container, body .et_pb_fullwidth_section .et_pb_title_container, body .et_pb_fullwidth_section .et_pb_title_featured_container, body .et_pb_fullwidth_header:not(.et_pb_fullscreen) .et_pb_fullwidth_header_container {
    max-width: calc(100vw - 80px);
}
.et_pb_row{
	width: 100%;
}
.et-fb-root-ancestor body.single-project #lum-sidebar,
.et-fb-root-ancestor body.single-post #lum-sidebar,
.et-fb-root-ancestor body.page #lum-sidebar{
	display: none !important;
}
.lum-vertical-center{
	display: flex;
	flex-direction: column;
	justify-content: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
}
.lum-fullwidth-row{
	max-width:100% !important;
	width: 100% !important;
}
@media only screen and (min-width:767px) {
	.lum-title .et_pb_text_inner{
		display: flex;
		align-items: baseline;
		gap: 15px;
	}
}
.lum-pb-0{
	padding-bottom: 0px;
}
@keyframes lum-rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.lum-rotating{
	animation: lum-rotating 10s linear infinite;
}

.circleTexts {
    fill: red; /* SVG gebruikt 'fill' voor tekstkleur */
}


.lum-subtitle-dot{
	position:relative;
}
.lum-subtitle-dot:before,
.lum-subtitle-dot-little:before,
.lum-services-list .et_pb_module_header:before{
	content: '';
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: black;
    display: block;
    position: absolute;
    top: 40%;
    left: 20px;
    transform: translateY(-50%);
}
.lum-subtitle-dot-little:before,
.lum-services-list .et_pb_module_header:before{
	width: 7px;
    height: 7px;
    position: relative;
    display: inline-flex;
    transform: none;
    left: auto;
    margin-right: 10px;
}
.lum-services-list .et_pb_module_header:before{
	vertical-align: middle;
	transition: all 0.3s ease;
}
.lum-services-list:hover .et_pb_module_header:before{
	width: 10px;
    height: 10px;
}
.lum-services-list span.et-pb-icon{
	transition: all 0.3s ease;
}
.lum-services-list:hover span.et-pb-icon{
    transform: rotate(45deg);
}

.lum-li li{
	list-style: none !important;
	border-bottom: 1px solid black;
	padding: 5px 0;
}
.lum-li li:before{
	content: '';
    width: 4px;
    height: 4px;
    display: inline-flex;
    border-radius: 100%;
    background: currentColor;
    margin-right: 10px;
    transition: all 0.2s ease-out;
}
.lum-li li:hover{
	border-width:2px;
}
.lum-li li:hover:before{
	width: 6px;
    height: 6px;
}
/* lateral menu */
#lum-sidebar {
	position: fixed;
	top: 0;
	right: -480px;
	width: 480px;
	height: 100%;
	transition: all .4s cubic-bezier(.77, 0, .175, 1);
	z-index: 1000;
	padding: 1em;
}
#lum-sidebar.lum-active {
	right: 0;
}
#lum-overlay.lum-active {
	display: block;
}
#lum-menu-toggle {
	z-index: 1100;
	cursor:pointer;
}

/*Hamburger Menu Icon met Pin-icoon*/
.mk-hamburger-icon {
  position: relative;
  cursor: pointer;
  display: inline-flex;
}

.mk-hamburger-icon-holder {
  width: 46px;
  height: 46px;
  border-radius: 100%;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Container van het pin-icoon, zelfde rotatie + animatie als lines */
.mk-hamburger-icon .mk-hamburger-icon-lines {
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(45deg);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.35, 0.94);
  width: 28px;
  height: 28px;
  position: relative;
}

/* Verberg de bestaande lijnen */
.mk-hamburger-icon-lines {
  display: none !important;
}

/* Voeg een pin-icoon toe als achtergrond in de houder */
.mk-hamburger-icon-holder {
  background: white url('https://dirixdevelopment.nl/wp-content/uploads/2025/07/location-map-pins-png-3.png') no-repeat center center;
  background-size: 24px 24px; /* pas aan naar gewenste grootte */
	  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.35, 0.94);
  transform: rotate(45deg);
}

.mk-hamburger-icon:hover .mk-hamburger-icon-holder {
  transform: rotate(0deg);
}

/* highlight */
::selection {
    background: black;
    color: white;
}
/* typography */
body h1{
	font-size: 3.8vw;
}
body h2{
	font-size: 3.1vw;
}
.lum-fw-500 h4,
.lum-fw-500 h2,
.lum-fw-500 h1,
.lum-fw-500 h6,
.lum-fw-500{
	font-weight:500 !important;
}
.lum-stroke{
	-webkit-text-stroke-color: #000000;
	color: #FFFFFF00;
	-webkit-text-stroke-width: 1px;
	font-size: 70px;
	font-weight: 600;
}

.lum-slide-oktoberfest .lum-stroke {
	-webkit-text-stroke-color: #FFC107 !important;
}

/* Zorg dat descenders zichtbaar blijven */
.lum-slide-oktoberfest .et_pb_slide_description,
.lum-slide-oktoberfest .et_pb_slide_content {
    line-height: 1.4;
    padding-bottom: 1em;
    overflow: visible;
    height: auto;
    max-height: none;
}

/* Eventuele beperkingen op de parent opheffen */
.lum-slide-oktoberfest .et_pb_slide {
    overflow: visible;
    height: auto;
}

.lum-slide-oktoberfest .et_pb_slide {
    height: auto !important;
}


@media (max-width:767px){
	.lum-stroke{
		font-size:35px;
	}
}

/* button */
html body #page-container .et_pb_section .lum-btn.et_pb_promo .et_pb_promo_button.et_pb_button,
html body #page-container .et_pb_section .lum-btn:not(.lum-slide-text),
.lum-blog .more-link,
html body #page-container .et_pb_section .lum-pricing-tables .et_pb_pricing_table .et_pb_button{
	padding-right: 40px !important;
	overflow:hidden !important;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
}
html body #page-container .et_pb_section .lum-btn.et_pb_promo .et_pb_promo_button.et_pb_button:hover,
html body #page-container .et_pb_section .lum-btn:not(.lum-slide-text):hover,
.lum-blog .more-link:hover,
html body #page-container .et_pb_section .lum-pricing-tables .et_pb_pricing_table .et_pb_button:hover{
	padding-left: 40px !important;
}
html body #page-container .et_pb_section .lum-btn.et_pb_promo .et_pb_promo_button.et_pb_button:after,
html body #page-container .et_pb_section .lum-btn.et_pb_promo .et_pb_promo_button.et_pb_button:before,
html body #page-container .et_pb_section .lum-btn:not(.lum-slide-text):after,
html body #page-container .et_pb_section .lum-btn:not(.lum-slide-text):before,
.lum-blog .more-link:before,
.lum-blog .more-link:after,
html body #page-container .et_pb_section .lum-pricing-tables .et_pb_pricing_table a.et_pb_button:before,
html body #page-container .et_pb_section .lum-pricing-tables .et_pb_pricing_table a.et_pb_button:after{
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	opacity: 1;
	position: absolute;
	right: -1px;
    top: -1px;
	border: 1px solid white;
	border-radius: 50%;
	color: white;
	content: "•";
	font-size: 25px;
	font-family: 'Poppins' !important;
	line-height: 1em;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
}
html body #page-container .et_pb_section .lum-btn.et_pb_promo .et_pb_promo_button.et_pb_button:before,
html body #page-container .et_pb_section .lum-btn:not(.lum-slide-text):before,
html body #page-container .et_pb_section .lum-pricing-tables .et_pb_pricing_table .et_pb_button:before{
	right:auto;
	left:-17px;
}
html body #page-container .et_pb_section .lum-btn.et_pb_promo .et_pb_promo_button.et_pb_button:hover:before,
html body #page-container .et_pb_section .lum-btn:not(.lum-slide-text):hover:before,
html body #page-container .et_pb_section .lum-pricing-tables .et_pb_pricing_table .et_pb_button:hover:before{
	left:24px;
}
html body #page-container .et_pb_section .lum-btn.et_pb_promo .et_pb_promo_button.et_pb_button:hover:after,
html body #page-container .et_pb_section .lum-btn:not(.lum-slide-text):hover:after,
.more-link:hover:after,
html body #page-container .et_pb_section .lum-pricing-tables .et_pb_pricing_table .et_pb_button:hover:after{
	right:-45px;
}
.lum-blog .more-link{
	width: fit-content;
    border: 1px solid black;
    border-radius: 25px;
    position: relative;
	padding-left: 15px;
	margin-top:25px;
	display: block;
}
.lum-blog .more-link:hover{
	padding-right: 15px !important;
}
.lum-blog .more-link:before{
	right:auto;
	left:-35px;
}
.lum-blog .more-link:hover:before {
    left: -1px;
}
/* testimonials */
.et_pb_testimonial_description{
	margin-left:0px !important;
}
.lum-testimonial .et_pb_testimonial_portrait {
    position: absolute;
    bottom: 6%;
}
.lum-testimonial  span.et_pb_testimonial_author{
	margin-top:20px !important;
}
.lum-testimonial  span.et_pb_testimonial_author, 
.lum-testimonial .et_pb_testimonial_meta {
    padding-left: 90px !important;
	margin-top: 0px;
}
.lum-testimonial:before{
	border-radius: 0px !important;
    background-size: 32px !important;
    content: "" !important;
    background: url(/wp-content/uploads/2025/04/double-quotes.png);
    width: 32px;
    height: 30px;
    top: 50px;
    background-repeat: no-repeat;
    right: 60px;
    left: auto;
}
@media (max-width:1500px){
	body .et_pb_testimonial.lum-testimonial{
		padding-top: 100px !important;
		padding-right: 20px !important;
		padding-left: 20px !important;
	}
}

#lum-testimonials-col-fw button.slide-arrow.next-arrow.slick-arrow {
    bottom: 0px;
    top: auto;
}
#lum-testimonials-col-fw button.slide-arrow.prev-arrow.slick-arrow {
    bottom: 0;
    top: auto;
    right: 120px;
    left: auto;
}
#lum-testimonials-col-fw .slick-track {
    display: flex;
}
/* accordion */
.lum-accordion .et_pb_toggle{
    margin-bottom: 0px !important;
}
.lum-accordion .et_pb_accordion_item.et_pb_toggle_open .et_pb_toggle_title:before {
	display: block;
	content: "\4b" !important;
}
.lum-accordion .et_pb_toggle_title:before {
    border: 1px solid black;
    border-radius: 100%;
    display: flex;
    text-indent: -1px;
    padding: 5px;
}
.lum-accordion .et_pb_accordion_item:before{
	content: "01";
    position: absolute;
    left: 0;
    font-size: 12px;
}
.lum-accordion .et_pb_accordion_item:nth-child(2):before{
	content: "02";
}
.lum-accordion .et_pb_accordion_item:nth-child(3):before{
	content: "03";
}
.lum-accordion .et_pb_accordion_item:nth-child(4):before{
	content: "04";
}
.lum-accordion .et_pb_accordion_item:nth-child(5):before{
	content: "05";
}
.lum-accordion .et_pb_accordion_item {
	padding-left: 55px;
	padding-top: 40px;
	padding-bottom: 40px;
}
@media (max-width: 767px) {
	.lum-accordion .et_pb_toggle_title {
		padding-right: 30px !important;
	}
	.lum-accordion .et_pb_toggle {
		padding-left: 35px !important;
	}
	.lum-accordion .et_pb_toggle_title:before {
		padding: 4px;
		font-size: 16px !important;
	}
}
/* services */
.lum-services-col{
	min-height:60vh;
	border: 1px solid black;
    border-left: none;
}
.lum-services-col:before{
	content: "01";
    position: absolute;
    left: 50%;
    top: 2vh;
}
.lum-services-col:nth-child(2):before{
	content: "02";
}
.lum-services-col:nth-child(3):before{
	content: "03";
}
.lum-services-col:nth-child(4):before{
	content: "04";
	color:white;
}
/* person */
.lum-person .et_pb_team_member_image{
    max-width: 100%;
    text-align: left;
}
@media (min-width: 980px) {
	.lum-person .et_pb_module_header {
		padding-top: 22px;
	}
}
.lum-person ul.et_pb_member_social_links {
    margin-top: 0px !important;
}
.lum-person .et_pb_team_member_image{
	overflow:hidden;
}
.lum-person .et_pb_team_member_image img{
	transition: all 0.3s ease-in-out;
}
.lum-person:hover .et_pb_team_member_image img{
	transform: scale(1.02);
}
/* pricing tables */
.lum-pricing-tables .et_pb_pricing_table_wrap{
	gap:2%;
	justify-content: center;
}
@media (min-width:980px){
	.lum-pricing-tables .et_pb_pricing_table_wrap{
		flex-wrap: nowrap;
	}
}
@media (max-width:980px){
	html body #page-container .et_pb_section .lum-pricing-tables .et_pb_pricing_table{
		margin-top:50px !important;
	}
}
.lum-pricing-tables .et_pb_pricing{
	width:fit-content;
	margin:auto;
}
.lum-pricing-tables .et_pb_pricing_table{
	padding: 5% 3%;
}

/* navigation */
.wp-pagenavi{
	text-align: center;
}
.wp-pagenavi span.pages{
	display: none;
}
.wp-pagenavi a, .wp-pagenavi span.current{
	border-radius: 100% !important;
    background: transparent !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    width: 29px;
    height: 29px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
	border: none;
}
.wp-pagenavi span.current{
	border: 1px solid #000000 !important;
}
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink{
	font-size: 0px !important;
}
.wp-pagenavi .nextpostslink:before,
.wp-pagenavi .previouspostslink:before{
	content: "\24";
    font-family: ETmodules;
    font-size: 27px;
    font-weight: 100;
    margin-left: 5vw;
    top: 6px;
    position: relative;
}
.wp-pagenavi .previouspostslink:before{
	content: "\23";
	margin-left: 0px;
	margin-right: 5vw;
}
/** MENU **/
header .et-menu a, .et-menu a:hover{
	opacity:1 !important;
	background-color:unset !important;
}
header .et-menu li li a{
	font-weight:400 !important;
	transition: all 0.3s ease-in-out;
}
header .nav li ul{
	width:300px;
}
header .et-menu li li a {
    width: 250px;
}
header ul.sub-menu {
	font-family: "roboto mono";
	font-weight: 100 !important;
	box-shadow: none !important;
	left: 25px !important;
}
header ul.sub-menu a:before{
	content: '';
    position: relative;
    display: inline-block;
    top: calc(50% + 1px);
    vertical-align: middle;
    height: 1px;
    width: 0;
    background: currentColor;
    opacity: 0;
    transition: all 0.3s cubic-bezier(.25,.59,.29,.96);
}
header ul.sub-menu .current-menu-item a:before,
header ul.sub-menu a:hover:before{
	opacity: 1;
	transform: translateX(0);
	width: 17px;
	left: -9px;
}
header .et_pb_menu .et-menu>li {
	padding-left: 22px;
	padding-right: 22px;
}
header .et-menu .menu-item-has-children>a:first-child{
	padding-right:0px !important;
}
header .et-menu .menu-item-has-children>a:first-child:after{
	display: none;
}
header .et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li{
	vertical-align: middle;
    display: flex;
    align-items: center;
	padding-bottom: 30px;
}
header .et_pb_menu .et-menu>li:before{
	content: '';
    width: 6px;
    height: 6px;
    display: inline-flex;
    border-radius: 100%;
    background: currentColor;
    margin-right: 10px;
    transition: opacity .2s ease-out, transform .27s ease;
	opacity:0;
	transform:translateX(-6px);
	transition: all 0.3s ease;
}
header .et_pb_menu .et-menu>li.current-menu-parent:before,
header .et_pb_menu .et-menu>li:hover:before{
	opacity:1;
	transform:translatex(0px);
}
header .et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li>a {
    padding-bottom: 0px;
}
.mobile_nav.opened .mobile_menu_bar:before {
	content: "\4d";
}
@media (min-width:980px){
	header ul.sub-menu {
		border: 1px solid black !important;
	}
}
@media (max-width:980px){
	#lum-header-row{
		display:flex;
	}
	.et_mobile_menu li a{
		background-color:unset !important;
		opacity:1 !important;
		font-weight:500 !important;
		font-size:15px !important;
	}
	ul#mobile_menu1 {
		width: 80vw;
		left: -40vw;
		margin-top: 20px;
	}
	#lum-header-row .et_pb_menu__wrap{
		display: flex;
		justify-content: end;
	}
}

/** HOME **/
.lum-home-slide{
	max-width:100vw !important;
}
@media (min-width: 767px) {
	.lum-home-slide .et_pb_column{
		min-height:calc(100vh - 80px);
	}
	.lum-slide-title{
		width: 1100px;
		margin-right: auto;
		margin-left: auto;
		padding-top: 6vh;
		padding-bottom: 15vh;
	}
}
@media (max-width: 767px) {
	.lum-home-slide .et_pb_column{
		min-height: 400px;
		margin-top: 5vh;
	}
	.lum-home-slide .lum-slider-img .et_pb_image_wrap{
		text-align: center;
	}
	.lum-home-slide .lum-slider-img img{
		width:90%;
	}
}
@media only screen and (min-width:980px) {
.lum-slide-text{
	margin-top: 17.5vh !important;
	margin-bottom: -5vh !important;
	transform: translateX(18vw);
}
}
@media (min-width: 2000px) {
	.lum-slide-text{
		transform: translateX(10vw);
	}
}
@media (max-width:980px){
	.lum-slide-text{
		transform: translateX(15vw);
	}
}
.lum-slide-text:before {
    content: '';
    width: 300px;
    height: 300px;
    border-radius: 100%;
    display: block;
    background: #ffffff;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    z-index: 0;
    position: absolute;
    margin-left: -80px;
    margin-top: -80px;
}
body:not(.et-fb) .lum-slider-img{
	position: absolute; 
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-55%);
}
.lum-slider-img{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
body:not(.et-fb) .lum-slider-img img,
body:not(.et-fb) .lum-slide-text:before{
	transition: 2.6s cubic-bezier(.25,.46,.45,.94);
	-webkit-clip-path: circle(0 at 50% 50%);
	clip-path: circle(0 at 50% 50%);
	opacity: 0;
}
body:not(.et-fb) .lum-home-slide.slick-current .lum-slider-img img,
body:not(.et-fb) .lum-home-slide.slick-current .lum-slide-text:before{
	transition-delay: 0.5s;
    transition-duration: 0.4s;
    opacity: 1;
    -webkit-clip-path: circle(50% at 50% 50%);
    clip-path: circle(50% at 50% 50%);
}

/* 🔸 Toon de pompoen-afbeelding i.p.v. de ronde afbeelding */
.lum-slide-halloween .lum-slider-img img {
    content: url('https://dirixdevelopment.nl/wp-content/uploads/2025/07/Naamloos-1.png');
    clip-path: none !important;
    -webkit-clip-path: none !important;
    border-radius: 0 !important;
    opacity: 1 !important;
    transition: none !important;
    width: auto !important;
    height: auto !important;
    max-width: 900px;
    max-height: 900px;
    display: block;
    position: relative;
    z-index: 1;
}

/* 🔸 Center de afbeelding mooi */
.lum-slide-halloween .lum-slider-img {
    display: flex !important;
    justify-content: center;
    align-items: center;
}


/* 🔸 Toon de pompoen-afbeelding i.p.v. de ronde afbeelding */
.lum-slide-oktoberfest .lum-slider-img img {
    content: url('https://dirixdevelopment.nl/wp-content/uploads/2025/11/Vastelaovend-verkleden-carnaval-in-Venlo-kostuums-verkleden-carnavalspakken-Versierhoes-van-der-Veer-Venlo.webp');
    clip-path: none !important;
    -webkit-clip-path: none !important;
    border-radius: 0 !important;
    opacity: 1 !important;
    transition: none !important;
    width: auto !important;
    height: auto !important;
    max-width: 900px;
    max-height: 900px;
    display: block;
    position: relative;
    z-index: 1;
}

/* 🔸 Center de afbeelding mooi */
.lum-slide-oktoberfest .lum-slider-img {
    display: flex !important;
    justify-content: center;
    align-items: center;
}


.lum-slide-sinterklaas .lum-slider-img img {
    content: url('https://dirixdevelopment.nl/wp-content/uploads/2025/11/Sinterklaas-en-kerst-Versierhoes-van-der-Veer.webp');
    clip-path: none !important;
    -webkit-clip-path: none !important;
    border-radius: 0 !important;
    opacity: 1 !important;
    transition: none !important;
    width: auto !important;
    height: auto !important;
    max-width: 900px;
    max-height: 900px;
    display: block;
    position: relative;
    z-index: 1;
}

/* 🔸 Center de afbeelding mooi */
.lum-slide-sinterklaas .lum-slider-img {
    display: flex !important;
    justify-content: center;
    align-items: center;
}


/* Zorg dat de h4 voldoende ruimte krijgt */
.et_pb_text_1 h4 {
    line-height: 1.4;
    padding-bottom: 0.3em;
    margin-bottom: 0;
}

h4 {
	padding-bottom: 20px !important;
}

/* Fix mogelijke afsnijding in de omringende tekstmodule */
.et_pb_text_1 {
    overflow: visible;
    padding-bottom: 1em;
    line-height: 1.4;
}


body:not(.et-fb) .lum-home-slide .et_pb_text_inner{
	width: fit-content;
}
body:not(.et-fb) .lum-home-slide .et_pb_text_inner,
body:not(.et-fb) .lum-slide-text .et_pb_promo_description,
body:not(.et-fb) .lum-slide-text a.et_pb_button.et_pb_promo_button{
	transition: 1.6s cubic-bezier(.25,.46,.45,.94);
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
}
body:not(.et-fb) .lum-home-slide.slick-current .et_pb_text_inner,
body:not(.et-fb) .lum-home-slide.slick-current .lum-slide-text .et_pb_promo_description,
body:not(.et-fb) .lum-home-slide.slick-current .lum-slide-text a.et_pb_button.et_pb_promo_button{
	transition-delay: .7s;
	transition-duration: 0.4s;
	opacity: 1;
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
}
body:not(.et-fb) .lum-slide-text a.et_pb_button.et_pb_promo_button{
	transition: padding 0.4s 0s cubic-bezier(0.25, 0.46, 0.45, 0.94), clip-path 0.6s 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}
/* services 2 */
.lum-service-blurb .et_pb_image_wrap img{
	display:none;
}
.lum-service-blurb .et_pb_image_wrap:before {
    content: "01";
    font-family: "roboto mono";
    font-size: 14px;
	top: 10px;
    position: relative;
	font-weight: 400;
}
.lum-service-blurb:nth-child(2) .et_pb_image_wrap:before {
	content: "02";
}
.lum-service-blurb:nth-child(3) .et_pb_image_wrap:before {
	content: "03";
}
.lum-service-blurb:nth-child(4) .et_pb_image_wrap:before {
	content: "04";
}
.lum-service-blurb:nth-child(5) .et_pb_image_wrap:before {
	content: "05";
}
.lum-service-blurb{
	transition: none !important;	
}
.lum-services-2-img-col {
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.lum-slide-img {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	z-index: 10;
	transition: left 0.6s ease;
	pointer-events: none;
}

/* portfolio item*/
.et_pb_portfolio .et_pb_portfolio_item{
	transition: all 0.3s ease;
}
.et_pb_portfolio .et_portfolio_image{
	overflow: hidden;
	background: rgb(255,255,255);
}
.et_pb_portfolio .et_portfolio_image img{
	transition: transform ease-in-out 7s;
	margin-left: -1px;
	max-width: calc(100% + 1px);
}

.et_pb_portfolio .et_pb_portfolio_item .et_pb_module_header{
	border-top: 1px solid #d3d3d359;
	margin-top: 0px;
	padding: 13px 0px;
	letter-spacing: 0px;  
}
.lum-portfolio-gallery .post-meta a{
	font-weight: 400 !important;
}
.lum-portfolio-gallery .et_pb_module_header{
	padding-top: 30px !important;
	padding-bottom: 0px !important;
}
.lum-portfolio-gallery .post-meta:before {
    content: '';
    width: 18px;
    height: 1px;
    background: black;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

/** FOOTER **/
.lum-footer-txt h5 {
    padding-bottom: 20px;
}
.lum-footer-txt li {
    margin-bottom: 9px;
}

/** Slick CSS **/
.slick-slide {
	float: left;
}
.slick-list{
	overflow:hidden;
}
ul.slick-dots {
	display: flex;
	justify-content: center;
	list-style: none;
	margin-top: 20px;
}
ul.slick-dots button {
	background-color: #9f9f9f4d;
	width: 8px;
	height: 8px;
	padding: 0;
	margin: 4px;
	border-radius: 100%;
	font-size: 0px;
	cursor: pointer;
	transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
ul.slick-dots .slick-active button{
	background-color: var(--divi-primary-color);
	transform: scale(1.2);
}
button{
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.slide-arrow{
	position: absolute;
	top: calc(50% - 50px);
	transform: translateY(-50%);
	transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	z-index: 5;
}
.prev-arrow{
	width: 50px;
	height: 50px;
	left: 50px;
}
.slide-arrow:before, .lum-arrows .et-pb-arrow-next:before, .lum-arrows .et-pb-arrow-prev:before{
	content: "5";
	content: "\24";
	font-family: ETmodules;
	color: white;
	font-weight: 100;
	font-size: 32px;
	border: 1px solid black;
	border-radius: 100%;
	border-radius: 100%;
	content: "\24";
	font-family: ETmodules;
	font-size: 25px;
	font-weight: 100;
	display: flex;
	justify-content: center;
	-webkit-transition: .3s cubic-bezier(0,0,.3642,1);
	transition: .3s cubic-bezier(0,0,.3642,1);
	cursor: pointer;
	border: 1px solid white;
	width: 50px;
	padding-top: 13px;
	padding-bottom: 12px;
	align-items: center;
	position: relative;
}
.slide-arrow.prev-arrow:before, .lum-arrows .et-pb-arrow-prev:before{
	content: "\23";
}
.slide-arrow:hover:before{
	color: white;
}
.next-arrow{
	right: 50px;
	width: 50px;
	height: 50px;
}