/*
* Theme Name: Yooker Theme
* Description: Yooker Theme
* Template: Impreza
* Version: 1.0
* Author:	Yooker
* Theme URI: https://yooker.nl
* Author URI: https://yooker.nl
*/


/* Headings */
.heading-1 {
	font-family: var(--h1-font-family);
	font-size: var(--h1-font-size);
	line-height: var(--h1-line-height);
	font-weight: var(--h1-font-weight);
	text-transform: var(--h1-text-transform);
	font-style: var(--h1-font-style);
	letter-spacing: var(--h1-letter-spacing);
	margin-bottom: var(--h1-margin-bottom);
}
.heading-2 {
	font-family: var(--h2-font-family);
	font-size: var(--h2-font-size);
	line-height: var(--h2-line-height);
	font-weight: var(--h2-font-weight);
	text-transform: var(--h2-text-transform);
	font-style: var(--h2-font-style);
	letter-spacing: var(--h2-letter-spacing);
	margin-bottom: var(--h2-margin-bottom);
}
.heading-3 {
	font-family: var(--h3-font-family);
	font-size: var(--h3-font-size);
	line-height: var(--h3-line-height);
	font-weight: var(--h3-font-weight);
	text-transform: var(--h3-text-transform);
	font-style: var(--h3-font-style);
	letter-spacing: var(--h3-letter-spacing);
	margin-bottom: var(--h3-margin-bottom);
}
.heading-4 {
	font-family: var(--h4-font-family);
	font-size: var(--h4-font-size);
	line-height: var(--h4-line-height);
	font-weight: var(--h4-font-weight);
	text-transform: var(--h4-text-transform);
	font-style: var(--h4-font-style);
	letter-spacing: var(--h4-letter-spacing);
	margin-bottom: var(--h4-margin-bottom);
}
.heading-5 {
	font-family: var(--h5-font-family);
	font-size: var(--h5-font-size);
	line-height: var(--h5-line-height);
	font-weight: var(--h5-font-weight);
	text-transform: var(--h5-text-transform);
	font-style: var(--h5-font-style);
	letter-spacing: var(--h5-letter-spacing);
	margin-bottom: var(--h5-margin-bottom);
}
.heading-6 {
	font-family: var(--h6-font-family);
	font-size: var(--h6-font-size);
	line-height: var(--h6-line-height);
	font-weight: var(--h6-font-weight);
	text-transform: var(--h6-text-transform);
	font-style: var(--h6-font-style);
	letter-spacing: var(--h6-letter-spacing);
	margin-bottom: var(--h6-margin-bottom);
}



/* Separators */
.w-separator.size_small { height: 1rem !important; }
.w-separator.size_medium { height: 2rem !important; }
.w-separator.size_large { height: 4rem !important; }
.w-separator.size_huge { height: 8rem !important; }


/* - Algemeen - */
.no-click { pointer-events: none; } /* Clickthrough */
.overflow-slider .owl-stage-outer { overflow: visible; } /* Overflowing slider */
.logo-main i { color: var(--color-content-primary);} /* Logo main color */
.logo-secondary i { color: var(--color-content-secondary); } /* Logo secondary color */
.contain-img img { object-fit: contain !important; }
.flex { display: flex; }
.flex-center {
	justify-content: center;
	align-items: center;
}

.img-grey img {
	filter: grayscale(1);
	transition: ease 0.3s;
}
.img-grey:hover img {
	filter: grayscale(0);
}


.section-lines { overflow: hidden; }
.section-lines > .l-section-h::before {
	content: "";
	background: rgba(128, 128, 128, 0.10);
	width: 2px;
	height: 300%;
	position: absolute;
	top: -100%;
	pointer-events: none;
}


.section-lines > .l-section-h::after {
	content: "";
	background: rgba(128, 128, 128, 0.10);
	width: 2px;
	height: 300%;
	position: absolute;
	top: -100%;
	left: 100%;
	pointer-events: none;
}

.section-lines > .l-section-h > .vc_row::before {
	content: "";
	background: rgba(128, 128, 128, 0.10);
	width: 200%;
	height: 2px;
	position: absolute;
	bottom: 100%;
	left: -50%;
	display: block !important;
	pointer-events: none;
}

.section-lines > .l-section-h > .vc_row::after {
	content: "";
	background: rgba(128, 128, 128, 0.10);
	width: 200%;
	height: 2px;
	position: absolute;
	top: 100%;
	left: -50%;
	display: block !important;
	pointer-events: none;
}

#footer-main.section-lines > .l-section-h::before,
#footer-main.section-lines > .l-section-h::after,
#footer-main.section-lines > .l-section-h > .vc_row::before,
#footer-main.section-lines > .l-section-h > .vc_row::after {
	background: rgba(128, 128, 128, 0.50);
}


/* Scrollbar */
body::-webkit-scrollbar { width: 1em; }
body::-webkit-scrollbar-track {
	background:#fff;
}
body::-webkit-scrollbar-thumb {
	background-color: var(--color-content-primary);
}


/* Home */
#home-banner > .l-section-overlay {
	background-image: url(/wp-content/uploads/2025/07/header-background-eurotechniek-scaled.png) !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}

#video-afbeelding button {
	width: 72px;
	height: 72px;
	padding: 0;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
#video-afbeelding button i {
	font-size: 1.5rem;
	margin: 0;
}

#video-usp-sectie .w-iconbox .w-iconbox-icon {
	border-radius: 8px;
}


.sectoren-wrapper {
	display: grid;
	grid-gap: 0.5rem;
	grid-template-columns: repeat(4, 1fr);
}
.sector {
	background: var(--color-content-bg-alt);
	padding: 1.5rem;
	text-align: center;
	border-bottom: solid 2px var(--color-content-line-detail);
	cursor: pointer;
	transition: ease 0.3s;
	position: relative;
	overflow: hidden;
}
.sector.active {
	border-color: var(--color-content-primary);
}
.sector.active::before {
	content: "\f2ec";
	font-family: 'fontawesome';
	color: var(--color-content-primary);
	font-weight: 700;
	position: absolute;
	bottom: -5px;
	line-height: 1;
	left: 50%;
	transform: translatex(-50%);
}
.sector img {
	width: 40px;
	aspect-ratio: 1;
}
.sector-title {
	font-family: 'IBM Plex Mono';
	text-transform: uppercase;
	letter-spacing: 3.5px;
}

.case-single {
	padding: 0 5rem 2rem;
	display: flex;
	gap: 4rem;
	align-items: center;	
}
.case-wrapper {
	display: none;
}
.case-wrapper.active {
	display: block;
}
.case-row {
	display: flex;
	gap: 1rem;
}
.case-row.align-center { align-items: center; }
.case-row.justify-between { justify-content: space-between; }
.case-single .column { width: 50%; }

.case-image { 
	position: relative; 
	display: flex;
}
.case-image img {
	aspect-ratio: 1;
	object-fit: cover;
	width: 100%;
}
.quote-wrapper {
	color: #fff;
	font-size: 14px;
	font-style: italic;
	background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.8) 80%);
	padding: 4rem 1.5rem 1.5rem;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}
.quote-wrapper > .quote {
	padding-left: 0.5rem;
	border-left: solid 2px var(--color-content-primary);
}
.quote-wrapper > .quote-schrijver { font-weight: 700; }

.case-logo {
	max-width: 120px;
}
.case-single a.w-btn::after { display: none; }
.case-single a.w-btn { transition: ease 0.3s; }
.case-single a.w-btn:hover {
	background: linear-gradient(315deg, #144BB8 0%, #23a2fa 100%);
}

.case-subtitle {
	color: var(--color-content-heading);
	font-size: 1.75rem;
	font-weight: 500;
	margin-bottom: 0.75rem;
}


/* Expertises */
#expertises-doorklik .w-iconbox .w-iconbox-icon { border-radius: 8px; }

/* Single case */
#case-result-checks .repeater-row {
	position: relative;
	padding-left: 1.5rem;
}
#case-result-checks .repeater-row::before {
	position: absolute;
	left: 0;
}


/* Werken bij */
#euro-techniek-werkgever .w-iconbox .w-iconbox-icon { border-radius: 8px; }

#vacature-icons .w-iconbox-icon > i {
	color: #fff;
	font-size: 3rem;
	background: var(--color-content-heading);
	padding: 1rem;
	border-radius: 8px;
}
#vacature-icons .w-iconbox-title {
	font-weight: 700;
}



/* Gforms */
.gform_required_legend { display: none; }

#gform_submit_button_1 {
	width: 100%;
	border: 0;
}

.gform-field-label--type-sub {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 8px;
	padding: 0;
}

/* Machinelijst aanvraag (G5) */
#gform_5 .gform-footer { padding-bottom: 0; }
#gform_5 .gform-footer #gform_submit_button_5 { 
	border: 0;
	margin-bottom: 0; 
}

/* Cases */
#case-filter .w-filter-item {
	display: flex;
	align-items: center;
	gap: 1rem;
}
#case-filter .w-filter-item > .w-filter-item-title { color: #000; }
#case-filter .w-filter-item-values {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}
#case-filter input[type="checkbox"] { display: none; }
#case-filter .w-filter-item-value-label {
	background: transparent;
	color: var(--color-content-heading);
	padding: 0.75em 1.25em;
	border: solid 2px var(--color-content-primary);
	border-radius: 50px;
}
#case-filter input:checked ~ .w-filter-item-value-label {
	background: linear-gradient(135deg, #144BB8 0%,#23a2fa 100%);
	color: #fff;
	padding: calc(0.75em + 2px) calc(1.25em + 2px);
	border: 0;
}




/* Single case */
.case-taxonomy > span {
	display: flex;
	align-items: center;
}
.case-taxonomy > span:not(:last-child) {
	margin-bottom: 0.5rem;
}
.case-taxonomy > span::before {
	content: "\f111";
	font-family: 'fontawesome';
	font-size: 10px;
	font-weight: 700;
	margin-right: 0.5rem;
}
#case-result-checks .repeater > .repeater-row:not(:last-child) {
	margin-bottom: 0.5rem;
}
#case-result-checks .repeater > .repeater-row::before {
	content: "\f00c";
	font-family: "fontawesome";
	color: var(--color-content-primary);
	font-weight: 700;
	margin-right: 0.5rem;
}


/* Cookie Banner */
.seopress-user-consent {
	font-size: 1rem !important;
	padding: 0.75rem !important;
	background: #f7f7f7 !important;
	border-right: 0 !important;
}
.seopress-user-consent p a:first-child {
	content: "";
	background-image: url(/wp-content/uploads/2022/01/yooker-cookies.png);
	width: 32px;
	height: 32px;
	display: inline-block;
	background-size: cover;
	margin-bottom: -11px;
	margin-right: 13px;
}
.seopress-user-consent #seopress-user-consent-accept{
	background: var(--color-content-primary);
	color: #fff;
	padding: 0.5rem 2rem;
	margin-top: 5px;
	font-size: 13px;
	font-weight: 600;
	margin-left: 50px !important;
	border: none;
	cursor: pointer;
	transition: all ease .3s;
}
.seopress-user-consent #seopress-user-consent-close {
	background: none;
	border: none;
	font-size: 13px;
	padding: 3px 20px;
	margin-top: 5px;
	font-weight: 600;
	color: #000;
	transition:all ease .3s;
}
.seopress-user-consent #seopress-user-consent-close:hover {
	border:none;
	background:none;
	color:red;
	transition:all ease .3s;
}
.seopress-user-consent p a:nth-child(2) {
	text-decoration:underline;
}
.seopress-user-consent p {
	padding-bottom:0 !important;
}


/* Mobile Responsive */
@media screen and (max-width: 600px){	

	/* Algemeen */
	.section-lines > .l-section-h::before,
	.section-lines > .l-section-h::after,
	.section-lines > .l-section-h > .vc_row::before,
	.section-lines > .l-section-h > .vc_row::after {
		display: none !important;
	}

	/* Home */
	.sectoren-wrapper {
		grid-template-columns: 1fr;
	}
	.sector {
		display: flex;
		gap: 1.5rem;
		align-items: center;
	}
	.sector img {
		width: 36px;
	}

	.case-single {
		padding: 0;
		display: block;
	}
	.case-row {
		display: block;
	}
	.case-single .column { width: 100%; }
	.case-single .challenge-solution .column.left {
		margin-bottom: 1rem;
	}
	.case-single .desktop-only { display: none; }
	.case-single .w-separator.size_large {
		height: 2rem !important;
	}

	/* Cases */
	#case-filter .w-filter-item {
		max-width: 100%;
		flex-wrap: wrap;
	}
	#case-filter .w-filter-item-value {
		flex: 1;
		min-width: 45%;
	}
	#case-filter .w-filter-item-value-label {
		text-align: center;
		width: 100%;
	}


	/* Footer */
	footer .w-tabs-section.active:not(.has_text_color)>.w-tabs-section-header{
		color: #fff;
	}
	#footer-main > .l-section-img::before {
		content: "";
		background: rgba(0,0,0,0.15);
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		pointer-events: none;
	}

	#footer-main > .l-section-img {
		background-image: url("/wp-content/uploads/2025/08/mobiel-homepage_header_afbeelding.png") !important;
	}
}


@media screen and (min-width: 601px) {
	.case-single .mobile-only { display: none; }
}

/* Tablet Responsive */
@media screen and (min-width: 601px) and (max-width: 1024px){
	
	/* Algemeen */
	.tablet-stacking .wpb_column { width: 100%; }
	
	/* HOME */
	/* Sectoren */
	.sector { padding: 1rem 0.5rem; }
	
	.case-single { padding: 0 2rem 2rem; }
	.case-image img { aspect-ratio: 2/3; }
	.case-row.challenge-solution { display: block; }
	.case-row.challenge-solution > .column { width: 100%; }
	
	/* Werken bij */
	.tablet-liggend,
	.tablet-liggend * {
		aspect-ratio: 3/2;
		overflow: hidden;
	}
}

/* Mobile & Tablet */
@media screen and (max-width: 1024px){

}

/* Vanaf laptop */
@media screen and (min-width: 1025px){

}

/* Laptop Responsive */
@media screen and (min-width: 1025px) and (max-width: 1536px){

}

/* Desktop Responsive */
@media screen and (min-width: 1537px){

}
