/*   
	Theme Name:        Studio Campo Theme
	Theme URI:         https://studiocampo.nl
	Description:       Studio Campo theme.
	Author:            Studio Campo
	Author URI:        https://studiocampo.nl
	License:           GNU General Public License v3 or later.
	License URI:       https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain:       sc-theme
*/
/*WPML*/
.wpml-ls-legacy-list-horizontal {
    padding: 0px!important;
}
.wpml-ls-legacy-list-horizontal a {
    padding: 0px 5px 0px!important
}


/*Menu*/
/* Small devices (mobile/tablets, 767px and below) */
@media only screen and (max-width: 766px) {
	svg.e-font-icon-svg.e-fas-caret-down {
	fill: #ffffff !important;
	}
	}
	

/* Algemeen */
html,
body {
  padding: 0;
  margin: 0;
}

a,
input,
button,
select,
textarea,
i {
  outline: none;
}
/*slider project home*/
.sc-hover-img:hover {
    -webkit-transform: scale(1.02,1.02)!important;
    -webkit-transition: all 0.3s ease-in-out!important;
	cursor: pointer!important;
}
.sc-body-txt-zuid a{
	color:#eceef2 ;
	text-decoration: underline!important;
}
/* 
lightbox
 */
.elementor-lightbox .dialog-lightbox-close-button svg, .elementor-lightbox .elementor-swiper-button svg {
    fill: #0090d2 !important;
}
a.dialog-close-button.dialog-lightbox-close-button {
    fill: #0090d2 !important;
}
.elementor-slideshow__header>svg {
   fill: #0090d2 !important;

}

/*clip body*/
main {
	overflow-x: clip;
}
Body{
	overflow-x: clip;
}
/*Body link*/
.sc-body-txt a{
	color: #0090D2 !important;
}
.sc-intro a{
color:#ffffff!important;
font-weight: 800!important;
text-decoration: underline!important;

}
.dialog-lightbox-close-button {
  text-decoration: none;
}

.sc-beeldlogo{
	opacity: 0.5;
}


.line-height-li {
    line-height: 40px !important;
}
/*Footer*/
.sc-footer-txt a{
	color: #fff;
	text-decoration: underline !important;
}

.sc-footer-txt a:hover{
	color: #0090D2;
	text-decoration: underline!important;
}

/*Equale Hights loop*/
.sc-inside-loop{
    height: 100% !important;
}
.sc-expertisegebieden-loop
{
    height: 100% !important;
}

/*bullet List icone change*/
/*check vacature sym*/
.sc-body-check li {
	list-style: none;
	padding-left: 0px; /* Ruimte maken voor de afbeelding */
    position: relative;
    line-height:1.9em!important;
}

.sc-body-check li::before{
	background-image: url('https://www.brabant-engineering.nl/wp-content/uploads/2025/03/pijl-right-solid.svg'); /* Vervang met de juiste URL */
	background-size: contain;
	background-repeat: no-repeat;
	content: "";
	position: absolute;
	left: -20px;
	top: 9px;/* transform: translateY(-50%); */
	width: 12px; /* Pas de breedte van de afbeelding aan */
	height: 12px; /* Pas de hoogte van de afbeelding aan */
}


.sc-txt-product li {
    list-style: none;
    padding-left: 10px; /* Ruimte maken voor de afbeelding */
    position: relative;
    line-height:1em!important;
}
.sc-txt-product li::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 2px;
    /* transform: translateY(-50%); */
    width: 8px; /* Pas de breedte van de afbeelding aan */
    height: 8px; /* Pas de hoogte van de afbeelding aan */
    background-image: url('https://www.brabant-engineering.nl/wp-content/uploads/2025/02/amstelengineering-vierkant.svg'); /* Vervang met de juiste URL */
	background-size: contain;
    background-repeat: no-repeat;
	}
	
.sc-txt-tool li {
	list-style: none;
	padding-left: 10px; /* Ruimte maken voor de afbeelding */
	position: relative;
	line-height:2em!important;
	}
.sc-txt-tool li::before {
	content: "";
	position: absolute;
	left: -20px;
	top: 12px!important;
	/* transform: translateY(-50%); */
	width: 8px; /* Pas de breedte van de afbeelding aan */
	height: 8px; /* Pas de hoogte van de afbeelding aan */
	background-image: url('https://www.brabant-engineering.nl/wp-content/uploads/2025/02/amstelengineering-vierkant.svg'); /* Vervang met de juiste URL */
	background-size: contain;
	background-repeat: no-repeat;
	}
			
.sc-body-check li {
	list-style: none;
	padding-left: 0px;
			
}

.sc-tool-image img{
	background-repeat: no-repeat!important;
	max-height: 65px !important;
} 
.sc-home-tool{
  align-self: center !important;
	text-align: center !important;
	align-items: center !important;
	justify-content: center !important;
	flex-direction: column !important;
    
}

.e-con.e-flex {
	--width: 100%;
	/* --flex-wrap: var(--flex-wrap-mobile); */
	-webkit-box-flex: inherit !important;
}
/*youtube*/
.youtube-video {
	aspect-ratio: 16 / 9!important;
	width: 100%!important;
  }
  

/*scale logo vestigingen neitraco*/
.sc-amterlkmop{
	transform: scale(0.9)!important;
 }