/*   
	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
*/

/*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;
}
/*WPML*/
.wpml-ls-legacy-list-horizontal {
    padding: 0px!important;
}
.wpml-ls-legacy-list-horizontal a {
    padding: 0px 5px 0px!important
}



/* Hide h1 home */
.sc-hide-h1-home{
	height: 0px!important;
	width: 0px!important;
	font-size: 0px!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;
}


.sc-body-check li {
	list-style: none;
	padding-left: 0px; /* Ruimte maken voor de afbeelding */
	padding-bottom: 10px; /* Ruimte maken voor de afbeelding */
    position: relative;
    line-height:1.8em!important;
}

.sc-body-check li::before{
	background-image: url('https://www.amstel-engineering.nl/wp-content/uploads/2025/04/pijl-right-solid.png'); /* Vervang met de juiste URL */
	background-size: contain;
	background-repeat: no-repeat;
	content: "";
	position: absolute;
	left: -20px;
	top: 9px;/* transform: translateY(-50%); */
	width: 12px !important; /* Pas de breedte van de afbeelding aan */
	height: 12px !important; /* 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.amstel-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: 10px;
		/* transform: translateY(-50%); */
		width: 10px; /* Pas de breedte van de afbeelding aan */
		height: 10px; /* Pas de hoogte van de afbeelding aan */
		background-image: url('https://www.amstel-engineering.nl/wp-content/uploads/2025/02/amstelengineering-vierkant.svg');
		background-size: contain;
		background-repeat: no-repeat;
		}
			

.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;
 }

 /* inside niet zichtbaar in engels menu
 html[lang="en-US"] .menu-item-4557,
 html[lang="en-US"] .menu-item-4575 {
    display: none !important;
} */