/*
Style Responsive
Version: 1.0
Theme_URI: https://www.lemon.nl
Date: 12-2024
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;
	position: fixed;
	top: 19px;
	right: 16px;
	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(--darkgreen);
	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 {
		width: 65%;
		max-width: 300px;
		padding: 0;
	}

	.navbar-nav > li > a {
		font-size: 17px;
		display: inline-block;
		padding: 23px 20px;
	}
}






/* Bootstrap Breakpoint - Large devices (desktops, 992px and up) */
@media (max-width: 991.98px) {

	h1							{ font-size: 40px; line-height: 1.20em; }
	h2, .accordion-title		{ font-size: 30px; line-height: 1.25em; }
	h3, .faq-title				{ font-size: 26px; line-height: 1.35em; }
	h4 							{ font-size: 22px; line-height: 1.30em; }
	h4.quote					{ font-size: 40px; line-height: 1.25em; }
	h5 							{ font-size: 21px; line-height: 1.30em; }
	h6							{ font-size: 19px; line-height: 1.30em; }
	.quote h6					{ font-size: 25px; line-height: 1.40em; }
	body, .content				{ font-size: 18px; line-height: 1.40em; }
	.card, .date				{ font-size: 17px; line-height: 1.40em; }
	.caption, .small, .small a 	{ font-size: 13px; line-height: 1.40em; }
	.tip-blok 					{ font-size: 14px; line-height: 1.20em; }
	.navbar-nav li a 			{ font-size: 19px; line-height:   26px; }
	.gform_button, .btn 		{ font-size: 19px; line-height:   26px; }

	html { margin-top: 0 !important; }
	#wpadminbar { display: none !important; }

	.tip-blok {
		position: relative;
		right: unset;
	}
	/*
	.widthcontainer { max-width: calc(100% - 40px); }
	.container 		{ max-width: calc(100vw - 40px); }
	.smallcontainer { max-width: calc(100% - 40px); }
	*/

	.desktop,
	.desktop-inline	{ display: none; }
	.mobile 		{ display: block; }
	.mobile-inline 	{ display: inline-block; }

	.header-nav {
		padding: 22px 0 15px 0;
	}

	/* deze nog beter uitlijnen zodat hij altijd klopt.*/
	.navbar-brand.logo {
		width: 65%;
		max-width: 320px;
		padding: 0;
		margin: -12px 20px 0 32px;
	}

	.navbar-toggler {
		display: block;
	}

	#primary-menu {
		display: block !important;
		position: fixed;
		width: 100%;
		top: 80px;
		left: -100vw;
		z-index: 999;
		overflow-x: hidden;
		overflow-y: auto;
		transition: left 0.2s;
	}

	#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;
		/* font-size: 16px; */
		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;
	}

	.menu-item-has-children span {
		cursor: pointer;
	}

	#primary-menu .sub-menu.open {
		max-height: unset;
		opacity: 1;
	}

	.breakout-img {
		width: 115%;
		height: 100%;
		margin-left: -15%;
		min-height: 200px;
	}

	.breakout-1 {
		margin-bottom: 30px;
	}



	.accordion {
		padding: 10px 0px 10px 0;
	}

	.accordion-answer,
	.faq-answer {
		max-height: 0;
		transition: max-height 0;
	}

	.accordion-answer.active,
	.faq-answer.active {
		max-height: unset;
		transition: max-height 0s;
	}

	.has-icon {
		display: block;
		margin: 0 0 10px 0;
	}

	.tool-header-extra::after {
		width: 520px;
		height: 130px;
		left: -17px;
		top: -132px;
	}

	.tool-header::after {
		right: -15px;
		border-width: 0px 0px 60px 70px;
	}



	.footer {  padding-left: var(--halfmargin); padding-right: var(--halfmargin);  }
	span.colofon { display: block; padding-bottom: 10px; }
}



/* Extra breakpoint */
@media (max-width: 889.98px) {
}



/* Bootstrap Breakpoint - Medium devices (tablets, 768px and up) */
@media (max-width: 767.98px) {

	.pagewrapper 		{ width: 100%; margin-left: auto; margin-right: auto; }
	.fullcontainer 		{ width: 100%; max-width: 100%;   padding-left: 0; padding-right: 0; }
	.headerwrapper 		{ width: 100%; max-width: 100%;   padding: 0; margin-left: auto; margin-right: auto; margin-bottom: 0px; }
	.widthcontainer 	{ width: 100%; max-width: 1440px; padding-left: var(--halfmargin); padding-right: var(--halfmargin); margin-left: auto; margin-right: auto; }
	.headercontainer 	{ width: 100%; max-width: 1350px; padding-left: var(--halfmargin); padding-right: var(--halfmargin); margin-left: auto; margin-right: auto; }
	.container 			{ width: 100%; max-width: 1240px; padding-left: var(--halfmargin); padding-right: var(--halfmargin); margin-left: auto; margin-right: auto; }
	.navbar .container 	{ width: 100%; max-width: 1240px; margin-left: auto; margin-right: auto; }
	.smallcontainer 	{ width: 100%; max-width: 960px;  padding-left: var(--halfmargin); padding-right: var(--halfmargin); margin-left: auto; margin-right: auto; }
	.footer {  padding-left: var(--halfmargin); padding-right: var(--halfmargin);  }

	h1							{ font-size: 36px; line-height: 1.20em; }
	h2, .accordion-title		{ font-size: 27px; line-height: 1.25em; }
	h3, .faq-title				{ font-size: 23px; line-height: 1.35em; }
	h4 							{ font-size: 20px; line-height: 1.30em; }
	h4.quote					{ font-size: 36px; line-height: 1.25em; }
	h5 							{ font-size: 19px; line-height: 1.30em; }
	h6							{ font-size: 17px; line-height: 1.30em; }
	.quote h6					{ font-size: 23px; line-height: 1.40em; }
	body, .content				{ font-size: 16px; line-height: 1.40em; }
	.card, .date				{ font-size: 15px; line-height: 1.40em; }
	.caption, .small, .small a 	{ font-size: 14px; line-height: 1.40em; }
	.tip-blok 					{ font-size: 14px; line-height: 1.20em; }
	.navbar-nav li a 			{ font-size: 19px; line-height:   26px; }
	.gform_button, .btn 		{ font-size: 19px; line-height:   26px; }
}

/* Bootstrap Breakpoint - Small devices (landscape phones, 576px and up) */
@media (max-width: 575.98px) {
	h1							{ font-size: 32px; line-height: 1.20em; }
	h2, .accordion-title		{ font-size: 24px; line-height: 1.25em; }
	h3, .faq-title				{ font-size: 21px; line-height: 1.35em; }
	h4 							{ font-size: 18px; line-height: 1.30em; }
	h4.quote					{ font-size: 32px; line-height: 1.25em; }
	h5 							{ font-size: 17px; line-height: 1.30em; }
	h6							{ font-size: 15px; line-height: 1.30em; }
	.quote h6					{ font-size: 20px; line-height: 1.40em; }
	body, .content				{ font-size: 15px; line-height: 1.40em; }
	.card, .date				{ font-size: 14px; line-height: 1.40em; }
	.caption, .small, .small a 	{ font-size: 14px; line-height: 1.40em; }
	.tip-blok 					{ font-size: 14px; line-height: 1.20em; }
	.navbar-nav li a 			{ font-size: 17px; line-height:   23px; }
	.gform_button, .btn 		{ font-size: 18px; line-height:   24px; }
}
