/*
Style Responsive
Version: 1.0
Theme_URI: https://www.lemon.nl
Date: 12-2025
Author: Roeland ten Holder | Lemon
Author URI: roeland@lemon.nl
*/

/** ******************************** **/
/**      _____                       **/
/**    _(  _  )__________________    **/
/**   ( | (___)     | ____ |  _  |   **/
/**   |_|_______|_|_|______|_| |_|   **/
/**                                  **/
/**            www.lemon.nl          **/
/**                                  **/
/** ******************************** **/

/************* RESPONSIVE *************/
.desktop 		{ display: block; }
.desktop-inline { display: inline-block; }
.mobile,
.mobile-inline	{ display: none; }



/* Responsive menu */
.navbar-toggler {
	display: none;
	padding: 10px 9px;
	border: 0;
	z-index: +2;
	width: 40px;
	height: 40px;
	border-radius: 0;
	background-color: transparent;
	transition: all 0.2s;
}

/* Closed show hamhurger */
.navbar-toggler:focus {
	box-shadow: none;
}

.navbar-toggler-inner,
.navbar-toggler-inner::before,
.navbar-toggler-inner::after {
	display: block;
	width: 22px;
	height: 3px;
	background-color: var(--darkblue);
	border-radius: 4px;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}
.navbar-toggler-inner::before 									{ content: " "; top: -7px; }
.navbar-toggler-inner::after 									{ content: " "; bottom: -7px; }

/* Opened show X */
.navbar-toggler:not(.collapsed) .navbar-toggler-inner 			{ transform: rotate(45deg); }
.navbar-toggler:not(.collapsed) .navbar-toggler-inner::before 	{ opacity: 0; }
.navbar-toggler:not(.collapsed) .navbar-toggler-inner::after 	{ transform: rotate(-90deg); bottom: 0; }





/* Extra breakpoint */
@media (max-width: 1269.98px) {
}


/* Extra breakpoint */
@media (max-width: 1169.98px) {
	/* deze nog beter uitlijnen zodat hij altijd klopt.*/
	.navbar-brand.logo {
	}

	.navbar-nav > li > a {
	}
}



@media (max-width: 991.98px) {
	.headerwrapper h1					{ font-size: 40px; line-height: 1.1em; }
	h1									{ font-size: 34px; }
	h2, .accordion-title				{ font-size: 34px; }
	h3, .faq-title, h4.big				{ font-size: 27px; }
	h4 									{ font-size: 17px; }
	h4.quote, blockquote				{ font-size: 32px; }
	h5 									{ font-size: 18px; }
	h6									{ font-size: 22px; }
	.quote h6, .large					{ font-size: 18px; }
	body, .content						{ font-size: 18px; }
	.toolkit, .card-body.content, .card	{ font-size: 15px; }
	.has-footer-menu a, .page-numbers,
	.footer p, .topfooter p,
	.news-card .date, .date,
	.caption, .small, .small a 			{ font-size: 13px; }
	.navbar-nav li a 					{ font-size: 14px; }
	.gform_button, .btn 				{ font-size: 17px; }
	.btn.small 							{ font-size: 14px; }
	blockquote::before 					{ font-size: 89px; }
	blockquote strong 					{ font-size: 27px; }
	.tag, .readmore 					{ font-size: 11px; }
	.event-datetime .month 				{ font-size: 11px; }
	.event-datetime .day 				{ font-size: 41px; }
	a.event p.date						{ font-size: 14px; }
	a.event h4 							{ font-size: 17px; }
	a.event p 							{ font-size: 14px; }
	.title-with-icon i 					{ font-size: 86px; }
	.has-card .has-sector-icon 			{ font-size: 99px; }
	.sector-card .card-footer-item span { font-size: 10px; }
	.sector-card .card-body h4 			{ font-size: 19px; }


	html { margin-top: 0 !important; }
	#wpadminbar { display: none !important; }


	.widthcontainer,
	.container,
	.smallcontainer 	{ padding-left: var(--inbetweenmargin); padding-right: var(--inbetweenmargin); }

	blockquote { padding: 0; }
	blockquote::before {
		margin-top: 0;
	}

	.has-header-nav {
		padding: 0 var(--inbetweenmargin);
		position: fixed;
		z-index: +2;
	}
	.header-nav {
		padding: 10px var(--inbetweenmargin);
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}


	li.search.menu-item {
		display: none;
	}

	.desktop,
	.desktop-inline	{ display: none; }
	.mobile 		{ display: block; }
	.mobile-inline 	{ display: inline-block; }

	

	.navbar-brand.logo {
		z-index: 1000;
	}

	.navbar-toggler {
		display: block;
		z-index: 1000;
	}

	#primary-menu {
		display: block !important;
		position: fixed;
		width: 100%;
		top: 0;
		padding-top: 102px;
		left: -100vw;
		z-index: 999;
		overflow-x: hidden;
		overflow-y: auto;
		transition: left 0.2s;
		background-color: #ffffff;
	}

	#primary-menu.show {
		left: 0;
	}

	#primary-menu ul {
		width: 100%;
		background-color: #ffffff;
	}

	#primary-menu > ul > li {
		padding: 0;
		margin: 0;
	}

	#primary-menu > ul > li a {
		display: block;
		padding: 17px 32px;
		border-bottom: 1px solid #eeeeee;
	}

	#primary-menu > ul > li > ul > li a {
		padding-left: 55px;
    }

	#primary-menu li.menu-search {
		display: none;
	}

	.sub-menu li:first-of-type, 
	.primary-menu .menu-item.all {
		margin-top: 0;
		padding-top: 0;
	}

	#primary-menu > ul > li.menu-item-has-children span {
		position: absolute;
		right: 0;
		top: 0;
		height: 100%;
		width: 60px;
		text-align: center;
		padding-top: 17px;
		border-left: 1px solid #eeeeee;
	}

	#primary-menu > ul > li.menu-item-has-children > a::after {
		display: none;
	}

	#primary-menu > ul > li.menu-item-has-children span::after {
		display: block;
		content: "▼";
		transition: all 0.2s;
	}

	#primary-menu > ul > li.menu-item-has-children span.open::after {
		transform: rotate(180deg);
		transition: all 0.2s;
	}

	#primary-menu .sub-menu {
		max-height: 0;
		overflow: hidden;
		position: relative;
		background-color: var(--submenu);
		margin: 0;
		padding: 0;
		border: none;
		opacity: 0;
		border-radius: 0;
	}

	.menu-item-has-children span {
		cursor: pointer;
	}

	#primary-menu .sub-menu.open {
		max-height: unset;
		opacity: 1;
	}

	.home .header {
		aspect-ratio: 2 / 1;
	}
	.home .header .has-header-title {
		/* padding-top: 180px; */
		padding-top: 45%;
	}



	.has-header-title {
		padding-top: 160px;
		padding-bottom: 60px;
	}

	.toolkit {
		min-height: unset;
		padding-bottom: 5px;
	}
	.toolkits .toolkit-downloads {
		display: none;
	}
	.toolkits .toolkit-body {
		width: 100%;
	}


	.footer .logo img {
		max-width: 50%;
		margin-bottom: 30px;
	}
}



/* Extra breakpoint */
@media (max-width: 889.98px) {
}


@media (max-width: 767.98px) {
	
	.headerwrapper h1					{ font-size: 30px; }
	h1									{ font-size: 30px; }
	h2, .accordion-title				{ font-size: 30px; }

	h3, .faq-title, h4.big				{ font-size: 24px; }
	h4 									{ font-size: 15px; }
	h4.quote, blockquote				{ font-size: 24px; }
	h5 									{ font-size: 16px; }
	h6									{ font-size: 19px; }
	.quote h6, .large					{ font-size: 16px; }
	body, .content						{ font-size: 16px; }
	.toolkit, .card-body.content, .card	{ font-size: 14px; }
	.has-footer-menu a, .page-numbers,
	.footer p, .topfooter p,
	.news-card .date, .date,
	.caption, .small, .small a 			{ font-size: 11px; }
	.navbar-nav li a 					{ font-size: 15px; }
	.gform_button, .btn 				{ font-size: 15px; }
	.btn.small 							{ font-size: 13px; }
	blockquote::before 					{ font-size: 80px; }
	blockquote strong 					{ font-size: 22px; }
	.tag, .readmore 					{ font-size: 10px; }
	.event-datetime .month 				{ font-size: 10px; }
	.event-datetime .day 				{ font-size: 37px; }
	a.event p.date						{ font-size: 13px; }
	a.event h4 							{ font-size: 15px; }
	a.event p 							{ font-size: 12px; }
	.title-with-icon i 					{ font-size: 78px; }
	.has-card .has-sector-icon 			{ font-size: 86px; }

	
	.widthcontainer,
	.container,
	.smallcontainer 	{ padding-left: var(--quartmargin); padding-right: var(--quartmargin); }

	

	.has-header-nav {
		padding: 0 var(--quartmargin);
		position: fixed;
		z-index: +2;
	}
	.header-nav {
		padding: 10px var(--quartmargin);
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}

	.has-header-card {
		position: relative;
	}

	.title-with-icon h1 {
    	margin-left: 100px;
	}

}

@media (max-width: 575.98px) {

}
