/*
 * Theme Name: Yooker Theme
 * Description: Yooker Theme
 * Template: Impreza
 * Version: 1.0
 * Author:	Yooker
 * Theme URI: https://yooker.nl
 * Author URI: https://yooker.nl
*/
/* Global */
.g-cols.via_flex.type_default {
	margin: 0 -1rem;
}
.w-nav-list.level_1.hover_underline{
	backdrop-filter: blur(79px) !important;
	background-color: rgba(255, 255, 255, 1) !important;
	margin: 0rem 1rem 0 1rem !important;
	border-radius: 1rem !important;
}
/* Menu */
.ush_menu_1.type_desktop {
    --menu-items-gap: 16px;
}
.object-fit-contain img{
	object-fit: contain !important;
}
/* Gap zoals in Figma design */
.g-cols.via_flex.type_default>div>.vc_column-inner {
    padding: 0 1rem;
}
/* Body background image zoals in Figma design */
.l-canvas.type_wide{
	background-image: url(https://3-kracht.nl/wp-content/uploads/2026/03/background-middle.png) !important;
    background-position: right 1732px !important;
    background-repeat: no-repeat !important;
}
/* Main background image zoals in Figma design */
main{
	background-image: url(https://3-kracht.nl/wp-content/uploads/2026/03/background-top.png);
    background-position: left top;
    background-repeat: no-repeat;
}
/* Header */
.header-section > .l-section-h.i-cf{
	padding-top: 0 !important
}
/* Menu */
span.w-nav-title {
    font-family: 'tablet-gothic';
    font-weight: 616;
}
.l-subheader.at_middle > .l-subheader-h {
    background: #ffffff;
    border-radius: 1rem;
    box-shadow: 0 0.75rem 1rem 0 rgba(0, 0, 0, 0.12);
    backdrop-filter: blur(0.3125rem);
    padding: 1rem;
	margin-top: 1rem;
}
.l-header.shadow_thin .l-subheader.at_middle,.l-header.shadow_thin .l-subheader.at_bottom {
	box-shadow: none !important;
}
/* Footer links Algemene voorwaarden, Privacyverklaring, Cookies */
.avpc a {
    padding: 0 .75rem;
}
.tabs-section-header:focus, .tabs-section-header:hover{
	background: none !important;
}
.w-tabs-section.active{
	position: relative;
}
.w-tabs-section.active:before{
    content: '';
    width: 3px;
    top: .75rem;
    height: calc(100% - .75rem);
    position: absolute;
    background-color: #F6A11D;
}
.w-tabs-section-title{
	color: #212121 !important;
	font-size: 1.5rem !important;
	font-style: normal;
	font-weight: 700;
	line-height: 125%
}
.w-tabs-section .w-tabs-section-control{
	display: none;
}
.w-tabs.accordion>div>.w-tabs-section{
	border-width: 0 !important;
}
.w-tabs-section-header{
	padding: .75rem 2rem !important;
}
@media (max-width: 1360.98px) {
	.w-tabs-section-content{
		padding: 0rem 2rem 0rem 2rem !important;
	}
}
@media (min-width: 1361px) {
	.w-tabs-section-content{
		padding: 0rem 7.0625rem 0rem 2rem !important;
	}
}
/* Footer social links */
.w-socials.style_outlined .w-socials-item-link {
	border-radius: 50%;
}
.no-touch .w-tabs-section-header:hover, .no-touch .w-tabs-section-header:focus {
    background: none !important;
}
.footer-menu li a{
	font-family: var(--Font-Family-Body, Inter) !important;
	font-size: var(--Font-Size-S, 14px) !important;
	font-style: normal !important;
	font-weight: 400 !important;
	line-height: 150% !important; /* 21px */
}
.lc-3 p{
	display: -webkit-box !important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}
.employees .owl-carousel .owl-stage-outer{
	overflow: visible !important;
}
@media (min-width: 1361px) {
    .l-subheader-h {
		max-width: 1376px !important
        /*max-width: calc(var(--site-content-width, 1200px)) !important;*/
    }
}
.dotstyle_circle .owl-dot span{
	margin: 4px !important;
	background: rgba(155, 149, 142, 0.50) !important;
}

.dotstyle_circle .owl-dot.active span{
	box-shadow: none !important;
	background: rgba(155, 149, 142, 1) !important;
}

/* Blockquote */
blockquote:before {
    content: '' !important;
    display: block !important;
    font-size: 6rem !important;
    line-height: 0.8 !important;
    font-family: Georgia, serif !important;
    position: absolute !important;
    left: 0 !important;
    opacity: 1 !important;
    height: 100% !important;
    border-left: 3px solid #F6A11D !important;
}
blockquote{
	font-size: 1rem !important;
	padding: 0 2rem !important;
}

/* 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);
}

/* .w-image.has_height img, .w-image[class*="ush_image_"] img {
    width: revert-layer !important;
} */

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

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


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

/* 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){	
	
	/* Footer */
	footer .w-tabs-section.active:not(.has_text_color)>.w-tabs-section-header{
		color: #fff;
	}
}

/* Tablet Responsive */
@media screen and (min-width: 601px) and (max-width: 1024px){
	
}

/* 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){
	
}
