/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/* Default values for standard classes we use */
:root {
	--ws-border-radius: 5px;
}

body .color-white {
	color: #fff !important;
}

.page .rounded, .page .rounded * {
	border-radius: var(--ws-border-radius);
}

body .topbar-socials-container {
	display: flex;
	flex-direction: row;
	align-items: center;
}

body .topbar-socials {
	display: flex;
	flex-direction: row;
	gap: 10px;
	align-items: center;
	margin-left: 11px;
}

body .topbar-socials > a {
	display: flex;
	width: 28px;
	height: 28px;
	background-color: #fff;
	align-items: center;
	justify-content: center;
	transition: 150ms;
}

body .topbar-socials > a:hover {
	background-color: #88AC76;
}

body .topbar-links > a,
body .topbar-links > span {
	padding: 0 10px;
}

body .topbar-links > span {
	padding-right: 0;
}

body .top-bar {
	background: none !important;
	border-bottom: 1px solid rgba(255 255 255 / 0.2);
}

body .site-header {
	background: none !important;
}

body .total-header-container {
	background: url("/wp-content/uploads/2025/07/header-normal.svg") no-repeat center bottom;
	background-size: cover;
}

.footer-socials {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 15px;
}

.copyright-bar {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
}

body .site-footer {
	background: url("/wp-content/uploads/2025/07/footer-normal.svg") no-repeat center top;
	background-size: cover;
}

body div#footer-widgets, body .site-info {
	background: none !important;
}

body footer.site-info {
	border-top: 1px solid rgba(255 255 255 / 0.2);
}

a.footer-social {
	display: flex;
	width: 40px;
	height: 40px;
	background-color: #fff;
	justify-content: center;
	align-items: center;
	transition: 150ms;
}

a.footer-social:hover {
	background-color: #88AC76;
}

body .banner-alternative {
	background-position: center bottom;
	background-size: cover !important;
	overflow: initial !important;
}

body.ws-alternativeheader .total-header-container {
	background: none !important;
	z-index: 10;
	position: relative;
	margin-bottom: -225px;
}

.ws-multibuttons {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 20px;
}

.ws-multibuttons.full-width > a.ws-button {
	width: 100%;
	justify-content: center;
}

a.ws-button {
	display: flex;
	width: max-content;
	padding: 20px 25px;
	border: 1px solid #03704E;
	color: #03704E;
	background: transparent;
}

a.ws-button:hover {
	background: #88AC76;
	border-color: #88AC76;
	color: #fff;
	transition: 150ms;
}

a.ws-button.white {
	border: 1px solid #fff;
	color: #fff;
	background: transparent;
}

a.ws-button.white:hover {
	background: #fff;
	color: #03704E;
	transition: 150ms;
}

a.ws-button.style-2 {
	border: 1px solid #03704E;
	color: #fff;
	background: #03704E;
}

a.ws-button.style-2:hover {
	background: #88AC76;
	border-color: #88AC76;
	color: #fff;
	transition: 150ms;
}

a.ws-button.style-2.white {
	border: 1px solid #fff;
	color: #03704E;
	background: #fff;
}

a.ws-button.style-2.white:hover {
	background: #03704E;
	border-color: #03704E;
	color: #fff;
	transition: 150ms;
}

a.ws-button.full-width {
	width: 100%;
	justify-content: center;
}

h1.green, h2.green, h3.green, h4.green, h5.green, h6.green {
	color: #03704E;
}

body .who-block {
	min-height: 400px;
}

body .who-block > div {
	padding: 25px !important;
	position: relative;
}

body .who-block > div::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000000;
	background: linear-gradient(180deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.71) 100%);
	z-index: 1;
	border-radius: 5px;
}

body .who-block .color-white {
	position: relative;
	z-index: 3;
}

body .who-block h3 {
	font-size: 25px;
	font-weight: 900;
	margin-bottom: 10px;
}

body h2.bigtext {
	font-size: 50px;
}

.vc_images_carousel .vc_carousel-control {
	position: absolute !important;
	right: 0 !important;
	bottom: 0 !important;
	left: inherit !important;
	top: inherit !important;
	background-color: #fff;
	opacity: 1 !important;
	border-radius: 0 !important;
	height: 60px !important;
}

.vc_images_carousel .vc_carousel-control.vc_left {
	right: 60px !important;
	border-top-left-radius: 5px !important;
}

.vc_images_carousel .vc_carousel-control.vc_right {
	border-bottom-right-radius: 5px !important;
}

.vc_images_carousel .vc_carousel-control.vc_right span::before {
	content: "" !important;
	display: flex !important;
	width: 75%;
	height: 100% !important;
	background: url("/wp-content/uploads/2025/07/slide-arrow.svg") no-repeat center center !important;
	background-size: contain !important;
	transition: 150ms !important;
	top: 0 !important;
}

.vc_images_carousel .vc_carousel-control.vc_left span::before {
	content: "" !important;
	display: flex !important;
	width: 75%;
	height: 100% !important;
	background: url("/wp-content/uploads/2025/07/slide-arrow.svg") no-repeat center center !important;
	background-size: contain !important;
	transition: 150ms !important;
	top: 0 !important;
	transform: rotate(180deg);
	margin-left: auto;
}

.vc_images_carousel .vc_carousel-control:hover span::before {
	opacity: 0.5 !important;
}

/* Product page */
.product--breadcrumb, .project--breadcrumb {
	font-size: 12px;
}

.product--breadcrumb a, .project--breadcrumb a {
	color: #323434;
	text-decoration: underline;
	font-weight: 500;
	transition: 150ms;
}

.product--breadcrumb a:hover, .project--breadcrumb a:hover {
	color: #88AC76;
}

.product--breadcrumb .product--breadcrumb--current, .project--breadcrumb .project--breadcrumb--current {
	font-weight: 700;
}

.product--content {
	display: flex;
	flex-direction: row;
	gap: 15px;
	margin-top: 35px;
}

.product--content > div {
	width: 50%;
}

body.single-product, body.single-product #page {
	background-color: #F5F5F5;
}

.product--images--bigimage--wrapper img {
	border-radius: 5px;
	padding: 30px;
	background-color: #fff;
    height: 511px;
    object-fit: contain;
}

.product--images--thumbnails-wrapper img {
	border-radius: 5px;
	object-fit: contain;
	padding: 15px;
	background-color: #fff;
	margin-bottom: 5px;
	cursor: pointer;
}

a.icon-button.purple {
	display: flex;
	border: 1px solid #9D2C86;
	color: #fff;
	background: #9D2C86;
	transition: 150ms;
	width: 60px;
	height: 60px;
	justify-content: center;
	align-items: center;
	padding: 0;
}

a.icon-button.purple:hover {
	background: #fff;
	color: #9D2C86;
	transition: 150ms;
}

a.icon-button.purple:hover path {
	stroke: #9D2C86;
}

.product--information {
	padding-left: 115px;
}

.product--relatedproducts--list, .project--products--list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 15px;
}

h5.product--brand {
	color: #323434;
	font-weight: 500;
	font-size: 10px;
	letter-spacing: 3px;
	margin-bottom: 0;
}

h1.product--title {
	font-size: 40px;
	color: #03704E;
}

.product--description p {
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 40px;
}

.product--ctas {
	margin-bottom: 45px;
}

p.product-help--title {
	font-weight: bold;
	margin-bottom: 0;
}

p.product-help--text {
	margin-bottom: 20px;
}

.product-help .ws-multibuttons {
	gap: 15px;
}

h2.product--relatedproducts--title, h2.project--products--title {
	font-size: 20px;
	color: #03704E;
	margin-bottom: 20px;
}

.product--relatedproducts--image img, .project--products--image img {
	border-radius: 5px;
	object-fit: contain;
	padding: 50px;
	background-color: #fff;
}

.product--relatedproducts--image, .project--products--image {
	margin-bottom: 15px;
}

h3.product--relatedproducts--brand,
h4.product--relatedproducts--title,
.project--products--brand,
.project--products--title {
	font-size: 16px;
	color: #323434;
	margin-bottom: 0;
	transition: 150ms;
}

h4.product--relatedproducts--title, .project--products--title {
	font-size: 16px;
	font-weight: bolder;
	color: #323434;
	margin-bottom: 0;
	transition: 150ms;
}

.product--relatedproducts--item:hover h3.product--relatedproducts--brand,
.product--relatedproducts--item:hover h4.product--relatedproducts--title,
.project--products--item:hover h3.project--products--brand,
.project--products--item:hover h4.project--products--title {
	color: #88AC76;
}

.product--information-mobile {
	display: none;
}

/* Project pages */
.single-project div#page {
	max-width: 100vw;
}

.single-project div#page > #content {
	padding: 0;
}

.project--header {
	min-height: 536px;
	background: url("/wp-content/uploads/2025/08/med-header-bg.svg") no-repeat bottom center;
	background-size: cover;
	padding-top: 250px;
	padding-bottom: 100px;
}

.project--header-wrapper {
	display: flex;
	max-width: 1364px;
	margin: auto;
	padding: 0 40px;
	flex-direction: row;
	gap: 15px;
}

.project--header-wrapper > div {
	width: 50%;
}

.project--content, .project--header-title {
	max-width: 1364px;
	margin: auto;
	padding: 25px 40px 40px;
}

.project--header-title {
	padding: 0 40px 25px;
}

h1.project--header-title {
	color: #fff;
	font-size: 40px;
}

.project--header-description {
	color: #fff;
	font-size: 16px;
	line-height: 32px;
}

ul.project--header-terms-list {
	display: flex;
	flex-direction: row;
	gap: 10px;
	flex-wrap: wrap;
	list-style-type: none;
}

li.project--header-terms-item {
	display: block;
	padding: 5px 10px;
	background: rgb(245 245 245 / 30%);
	border-radius: 5px;
	width: max-content;
}

li.project--header-terms-item > a {
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-weight: 500;
	letter-spacing: 2px;
}

li.project--header-terms-item:hover {
	background: rgb(245 245 245 / 50%);
	transition: 150ms;
}

.project--featured-image {
	margin-top: 35px;
}

img.project--featured-image-img {
	width: 100%;
	height: 556px;
	object-fit: cover;
	border-radius: 5px;
}

.project--details {
	margin-top: 50px;
}

.project--details, .project--details-left-wrapper {
	display: flex;
	flex-direction: row;
	gap: 15px;
}

.project--details > div, .project--details-left-wrapper > div {
	width: 50%;
}

.project--details-left-item {
	display: flex;
	gap: 15px;
}

h2.project--details--title {
	color: #03704E;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 15px;
}

p.project--details--opdrachtgever, p.project--details--locatie {
	opacity: 0.5;
}

p.project--details--werkzaamheden, .project--details--opdracht {
	color: #323434;
	line-height: 32px;
}

.project--details-left-item svg {
	width: 9%;
}

.project--details-left-item.werkzaamheden svg {
	margin-top: 5px;
}

.project--details-left {
	display: flex;
	flex-direction: column;
	gap: 17px;
}

.gray-bg {
	background-color: #F5F5F5;
	padding: 75px 0;
}

.gray-bg .project--content {
	padding: 0 40px;
}

.project--result--images .slick-slide {
	padding: 0 8px;
}

.project--result--images .slick-list {
	margin: 0 -8px;
}

.project--result--images > button::before {
	content: "";
	font-family: none, serif !important;
}

.project--result--images .slick-arrow, .ws_products_slider .slick-arrow {
	position: absolute;
	top: -30px;
	right: 0;
	left: inherit;
	padding-bottom: 25px !important;
}

.ws_products_slider .slick-arrow {
	padding-bottom: 45px !important;
	top: -50px !important;
}

.project--result--images .slick-arrow.slick-prev, .ws_products_slider .slick-arrow.slick-prev {
	right: 40px;
	border-right: 1px solid rgba(136, 172, 118, 0.3) !important;
	padding-right: 40px;
}

.project--result--images .slick-arrow:hover svg path, .ws_products_slider .slick-arrow:hover svg path {
	fill: #88AC76 !important;
	transition: 150ms;
}

.project--result--images .slick-arrow.slick-disabled svg path, .ws_products_slider .slick-arrow.slick-disabled svg path {
	fill: rgba(157, 44, 134, 0.3) !important;
	transition: 150ms;
}

.project--result--images .slick-list {
	overflow: visible;
}

body.single-project {
	max-width: 100vw;
	overflow-x: hidden;
}

h2.project--result--title, h2.project--producten--title, h2.project--contact-title {
	color: #03704E;
}

.project--producten {
	margin-top: 75px;
}

.project--contact {
	display: flex;
	flex-direction: row;
	gap: 15px;
	margin-top: 75px;
}

.project--contact-left {
	width: 50%;
}

.project--contact-right {
	width: 50%;
	padding-left: 75px;
}

h2.project--contact-title {
	font-size: 28px;
}

p.project--contact-text {
	color: #323434;
	line-height: 32px;
}

.project--contact-form input[type=text],
.project--contact-form input[type=email],
.project--contact-form input[type=tel],
.project--contact-form textarea {
	border: none !important;
	background-color: #F5F5F5;
	padding: 20px !important;
	border-radius: 5px !important;
}

.project--contact-form input[type=text]::placeholder,
.project--contact-form input[type=email]::placeholder,
.project--contact-form input[type=tel]::placeholder,
.project--contact-form textarea::placeholder {
	color: rgba(50, 52, 52, 0.3);
}

.project--contact-form input[type=submit] {
	padding: 15px 50px !important;
	font-size: 16px;
}

.ws_projects-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
}

.ws_projects-item {
	background-color: #fff;
	border-radius: 5px;
	padding-left: 35px;
	padding-bottom: 20px;
}

.ws_projects-item__image {
	width: 100%;
	height: 341px;
	object-fit: cover;
	object-position: center;
	border-radius: 0 5px 0 5px !important;
}

.ws_projects-item__text {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

span.ws_projects-item__title {
	color: #03704E;
	font-weight: bold;
	font-size: 20px;
	margin-top: 15px;
}

span.ws_projects-item__link {
	color: #323434;
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: 500;
}

.ws_projects-item a:hover span.ws_projects-item__link {
	color: #88AC76;
	transition: 150ms;
}

.recent_projects_smalltitle {
	color: #9D2C86;
}

.recent_projects_title {
	color: #03704E;
	font-size: 30px;
	font-weight: bolder;
}

.recent_projects_text {
	color: #323434;
	line-height: 32px;
	margin-top: 15px;
	font-size: 16px;
}

h5.duurzaamheid_subtitle {
	color: #88AC76;
}

.duurzaamheid_text {
	line-height: 32px;
	margin-top: 15px;
	font-size: 16px;
}

.overflow-visible {
	overflow: visible !important;
}

.helpen-title {
	color: #03704E;
	font-size: 30px;
	font-weight: bolder;
}

.ws-tabs .vc_tta-panels {
	background: transparent !important;
	border: 0 !important;
	margin-top: 75px;
}

.ws-tabs .vc_tta-panels .vc_tta-panel-body {
	padding: 0 !important;
	border: 0 !important;
}

.ws-tabs ul.vc_tta-tabs-list {
	display: grid !important;
	grid-template-columns: repeat(4, 1fr);
	gap: 15px;
}

.ws-tabs span.vc_tta-title-text {
	font-size: 14px;
	font-weight: 700;
}

.ws-tabs .vc_tta-tab > a {
	height: 100%;
	display: flex !important;
	align-items: center;
	background-color: #fff !important;
	color: #03704E !important;
	border: 0 !important;
	border-radius: 5px !important;
	padding: 25px 20px !important;
}

.ws-tabs .vc_tta-tab > a i.vc_tta-icon {
	color: #9D2C86;
}

.ws-tabs li.vc_tta-tab.vc_active > a, .ws-tabs li.vc_tta-tab:hover > a {
	background-color: #03704E !important;
	color: #fff !important;
	border: 0 !important;
}

.ws-tabs li.vc_tta-tab.vc_active > a i.vc_tta-icon, .ws-tabs li.vc_tta-tab:hover > a i.vc_tta-icon {
	color: #fff;
}

.helpen-subtitle, .PET-subtitle, .assortiment-subtitle {
	color: #9D2C86;
}

.helpen-headtitle, .PET-title, .assortiment-title {
	color: #03704E;
}

body .PET-row {
	background-size: 85% !important;
}

body .box-shadow {
	background-color: #fff;
	-webkit-box-shadow: 0 0 15px 5px rgb(0 0 0 / 16%);
	box-shadow: 0 0 15px 5px rgb(0 0 0 / 16%);
	border-radius: 5px;
	height: 75%;
	margin: auto;
}

.ws_product-item__text {
	display: flex;
	flex-direction: column;
	gap: 5px;
	margin-top: 15px;
}

span.ws_product-item__vendor {
	color: #323434;
}

span.ws_product-item__title {
	font-weight: 700;
	color: #323434;
}

.ws_product-item > a:hover span.ws_product-item__vendor, .ws_product-item > a:hover span.ws_product-item__title {
	color: #88AC76;
	transition: 150ms;
}

.ws_products_slider .slick-slide {
	padding: 10px;
}

a.all-vendors {
	text-decoration: underline;
}

a.all-vendors:hover {
	color: #88AC76 !important;
	transition: 150ms;
	text-decoration: none !important;
}

.big-usps img {
	margin-left: 10px;
}

body .achterliggend-banner {
	background-position: center bottom !important;
}

.breadcrumb-custom > div > p {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 10px;
}

.breadcrumb-custom a {
	color: #323434;
	text-decoration: underline;
	font-weight: 500;
	transition: 150ms;
}

.breadcrumb-custom a:hover {
	color: #88AC76;
	text-decoration: none;
}

.ws_project-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	column-gap: 15px;
	row-gap: 50px;
	margin-bottom: 50px;
}

.ws_project-list > div {
	width: calc(50% - 7.5px);
}

.ws_project-list .third-view {
	width: calc(33.33% - 10px);
}

.ws_project-list img.ws_project-list-item__image {
	border-radius: 5px;
	height: 350px;
	object-fit: cover;
    width: 100%;
}

.ws_project-list .ws_project-list-item__text {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.ws_project-list-item__tags {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 20px;
}

span.ws_project-list-item__tag {
	background-color: #F5F5F5;
	padding: 5px 10px;
	border-radius: 50px;
	color: rgb(50 52 52 / 50%);
	text-transform: uppercase;
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-weight: 500;
	font-size: 12px;
	letter-spacing: 1px;
}

span.ws_project-list-item__title {
	color: #03704E;
	font-size: 20px;
	font-weight: 500;
	display: flex;
	align-items: center;
	gap: 10px;
}

.ws_project-list-item a:hover span.ws_project-list-item__title {
	color: #88AC76;
	transition: 150ms;
}

body .z-index-2 {
	position: relative;
	z-index: 2;
}

.ws_product-categories {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 10px;
}

.ws_product-categories__item {
	background-color: rgb(255 255 255 / 30%);
	padding: 5px 10px;
	border-radius: 5px;
}

.ws_product-categories__item a {
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-weight: 500;
	letter-spacing: 2px;
}

.ws_product-categories__item:hover {
	background-color: rgb(255 255 255 / 50%);
	transition: 150ms;
}

body.post-type-archive-product div#page {
	max-width: none !important;
}

body.post-type-archive-product div#content {
	flex-direction: column;
	padding: 0;
}

body.post-type-archive-product .ws-container {
	max-width: 1364px;
	margin: auto;
	padding: 0 40px;
}

body.post-type-archive-product .product-list__header {
	background: url("/wp-content/uploads/2025/08/med-header-bg.svg") no-repeat bottom center;
	background-size: cover;
	padding-top: 210px;
	z-index: 2;
}

.product-list__header .ws-container {
	display: flex;
	flex-direction: row;
	gap: 15px;
	align-items: center;
}

.product-list__header .ws-container > div {
	width: 50%;
}

.product-list__header__text {
	margin-bottom: 35px;
}

div#product-list {
	background-color: #F5F5F5;
	padding-top: 50px;
	margin-top: -35px;
	padding-bottom: 50px;
}

.product-list__precontent {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.precontent--info {
	display: flex;
	align-items: center;
	gap: 15px;
	position: relative;
}

.precontent--info > span {
	color: #323434;
	font-size: 14px;
	font-weight: bold;
}

.product-list__filter-button {
	color: #323434;
	background-color: #fff;
	border-radius: 5px;
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 16px;
}

.product-list__filter-button:hover {
	background-color: #88AC76;
	color: #fff;
	transition: 150ms;
}

body.post-type-archive-product main#main {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 15px;
	margin-top: 20px;
}

.product-list__item__image img {
	background-color: #fff;
	border-radius: 5px;
	padding: 20px;
    height: 361px;
    object-fit: contain;
}

span.product-list__item__brand {
	color: #323434;
	font-weight: 500;
	font-size: 16px;
	margin-top: 10px;
	display: block;
}

p.product-list__item__title {
	color: #323434;
	font-weight: 900;
	font-size: 16px;
	margin-top: 5px;
}

.product-list__item:hover span.product-list__item__brand, .product-list__item:hover p.product-list__item__title {
	color: #88AC76;
	transition: 150ms;
}

nav#nav-below {
	grid-column: 1 / -1;
}

nav#nav-below .nav-links {
	display: flex;
	justify-content: flex-end;
	gap: 15px;
}

nav#nav-below a.prev.page-numbers, nav#nav-below a.next.page-numbers {
	display: none;
}

.nav-links > * {
	display: flex;
	width: 35px;
	height: 35px;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	color: #9D2C86;
	font-weight: 900;
	padding: 0 !important;
}

.nav-links > *:hover {
	background-color: #88AC76;
	color: #fff;
	transition: 150ms;
}

span.page-numbers.current {
	background-color: #03704E;
	color: #fff;
}

span.page-numbers.dots {
	background-color: #F5F5F5;
	color: #323434;
}

.filters_box {
	display: none;
	position: absolute;
	top: 67px;
	right: 0;
	background-color: #fff;
	width: 310px;
	border-radius: 5px;
	padding: 20px 20px 0 20px;
	-webkit-box-shadow: 0 0 20px 5px #0000002e;
	box-shadow: 0 0 20px 5px #0000002e;
}

.filters_box.open {
	display: block;
}

.widget-title.wpc-filter-title {
	color: #03704E;
	font-weight: 600;
}

a.wpc-filter-link {
	color: #323434;
}

body .wpc-filters-checkboxes > li:not(:last-child) {
	padding-bottom: 10px !important;
	margin-bottom: 10px !important;
	border-bottom: 1px solid rgb(112 112 112 / 30%) !important;
}

body .wpc-filter-layout-submit-button {
	flex-direction: column;
	gap: 15px;
}

body .wpc-filter-layout-submit-button > * {
	width: 100% !important;
	padding: 10px !important;
}

span.filters_box-close, .product-form-close {
	cursor: pointer;
}

span.filters_box-close svg, .product-form-close svg {
	width: 16px;
}

.filters_box-heading, .product-form-heading {
	display: flex;
	justify-content: flex-end;
}

.wpc-filter-chips-list, .wpc-filter-chip {
	margin-bottom: 0 !important;
}

.wpc-chip-remove-icon {
	margin-top: -3px;
}

.product-form {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	z-index: 1000;
}

.product-form .product-form__wrapper {
	background-color: #fff;
	padding: 50px 100px 25px;
	border-radius: 5px;
	position: relative;
	max-width: 700px;
}

.product-form-heading {
	position: absolute;
	top: 20px;
	right: 20px;
}

.product-form-close svg {
	width: 20px;
}

.product-form__background {
	display: block;
	background-color: #00000069;
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
}

h2.product-form__title {
	color: #03704E;
	font-size: 27px;
}

.ws_products_slider .ws_product-item__image {
    height: 361px;
    object-fit: contain;
    width: 100%;
}

.project--result--image {
    height: 275px;
    width: 100%;
    object-fit: cover;
}


/* Only desktop */
@media only screen and (min-width: 1280px) {
	body #menu-hoofdmenu > li:last-child a {
		background-color: #fff;
		color: #03704E;
		position: relative;
		display: flex;
		flex-direction: row;
		gap: 30px;
		padding: 0 0 0 30px;
		margin-left: 20px;
		transition: 150ms;
	}

	body #menu-hoofdmenu > li:last-child a::after {
		content: "";
		display: block;
		height: 60px;
		width: 60px;
		position: relative;
		background: #9D2C86 url("/wp-content/uploads/2025/07/icon-adviesgesprek.svg") no-repeat center;
	}

	body #menu-hoofdmenu > li:last-child a:hover {
		background-color: #9D2C86;
		color: #fff;
	}
}

/* 110% size */
@media (min-width: 1701px) and (max-width: 1919px) {}

/* Laptop L (120%) size */
@media (min-width: 1501px) and (max-width: 1700px) {}

/* Macbook screens size (1440x768) */
@media (min-width: 1401px) and (max-width: 1500px) {}

/* Laptop S/M (150%) sizes */
@media (min-width: 1200px) and (max-width: 1400px) {
	.product--information {
		padding-left: 50px;
	}
	.uitgelicht-project .vc_images_carousel {
		width: 703px !important;
	}
}

/* Tablet/iPad landscape mode */
@media (min-width: 901px) and (max-width: 1199px) {
	.product--information {
		padding-left: 30px;
	}
	img.project--featured-image-img {
		height: 442px;
	}
	.uitgelicht-project .vc_images_carousel {
		width: 633px !important;
	}
	body .uitgelicht-project-right > div {
		padding: 50px 45px !important;
	}
	body .home-greenbg {
		margin-top: 110px !important;
		padding-top: 35px !important;
		padding-bottom: 35px !important;
	}
	body .circulairbuttons {
		flex-direction: column;
		gap: 5px;
	}
	body .box-shadow > div {
		padding: 55px !important;
	}
}

/* Tablet/iPad portrait mode */
@media (min-width: 501px) and (max-width: 900px) {
	/* Default tablet flex rules for WPBakery Rows. Use class tab-flexcol or tab-flexcol-rev on a row to have it below each other. */
	body .tab-flexcol {
		display: flex;
		flex-direction: column;
	}
	body .tab-flexcol-rev {
		display: flex;
		flex-direction: column-reverse;
	}
	body .tab-flexcol > div, body .tab-flexcol-rev > div {
		width: 100%;
	}
	.product--information-mobile {
		display: block;
		margin-top: 35px;
		margin-bottom: -15px;
	}
	.product--content {
		flex-direction: column;
		gap: 0;
	}
	.product--content > div {
		width: 100%;
	}
	.product--information {
		padding-left: 0;
		margin-top: -50px;
	}
	.product--information h5.product--brand, .product--information .product--title {
		display: none;
	}
	.product--relatedproducts, .project--products {
		margin-top: 50px;
	}
	.product--relatedproducts--list, .project--products--list {
		grid-template-columns: repeat(2, 1fr);
	}
	ul.project--header-terms-list {
		margin-left: 0;
		margin-top: 35px;
	}
	.project--header {
		padding-top: 200px;
		padding-bottom: 50px;
	}
	img.project--featured-image-img {
		height: 296px;
	}
	.project--contact-right {
		padding-left: 0;
		display: none;
	}
	body.home .banner-alternative {
		padding-top: 150px !important;
		padding-bottom: 70px !important;
	}
	body .home-firstlogos {
		text-align: center !important;
	}
	body .voorwie-container {
		margin-top: 15px !important;
	}
	body .voorwie-blocks {
		display: grid !important;
		grid-template-columns: repeat(2, 1fr);
	}
	body .voorwie-blocks > div {
		width: 100% !important;
	}
	body .tab-titlespace {
		margin-bottom: 0 !important;
	}
	.uitgelicht-project .vc_images_carousel {
		width: 741px !important;
		margin-left: -15px !important;
	}
	body .recente-projecten-textblock {
		margin-bottom: 35px !important;
	}
	body .duurzaamheid-column > div {
		margin-top: 0 !important;
	}
	.ws-tabs ul.vc_tta-tabs-list {
		grid-template-columns: repeat(2, 1fr) !important;
	}
	body .advies-image {
		margin-top: 35px !important;
	}
	.has-inline-mobile-toggle #site-navigation.toggled {
		margin-top: 0 !important;
	}
	div#primary-menu {
		position: absolute;
		background-color: #03704E;
		width: 100%;
		margin-top: 400px;
	}
	.ws_project-list .third-view {
		width: calc(50% - 7.5px);
	}
	body.post-type-archive-product main#main {
		grid-template-columns: repeat(2, 1fr);
	}
}

/* Mobile general */
@media (max-width: 500px) {
	body .mob-flexcol {
		display: flex;
		flex-direction: column;
	}
	body .mob-flexcol-rev {
		display: flex;
		flex-direction: column-reverse;
	}
	body .mob-flexcol > div, body .mob-flexcol-rev > div {
		width: 100%;
	}
	.product--information-mobile {
		display: block;
		margin-top: 35px;
		margin-bottom: -15px;
	}
	.product--content {
		flex-direction: column;
		gap: 0;
	}
	.product--content > div {
		width: 100%;
	}
	.product--information {
		padding-left: 0;
	}
	.product--information h5.product--brand, .product--information .product--title {
		display: none;
	}
	.product--relatedproducts, .project--products {
		margin-top: 50px;
	}
	.product--relatedproducts--list, .project--products--list {
		grid-template-columns: repeat(1, 1fr);
		gap: 35px;
	}
	.product--ctas.ws-multibuttons {
		flex-direction: column;
		gap: 10px;
	}
	ul.project--header-terms-list {
		margin-left: 0;
		margin-top: 35px;
	}
	.project--header {
		padding-top: 200px;
		padding-bottom: 50px;
	}
	img.project--featured-image-img {
		height: 206px;
	}
	.project--contact-right {
		padding-left: 0;
		display: none;
	}
	.project--details-left-item.werkzaamheden svg {
		width: 47%;
	}
	#footer-container > div:not(:last-child) {
		padding-bottom: 50px !important;
	}
	.copyright-bar {
		flex-direction: column;
		gap: 10px;
	}
	.topbar-links {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin-bottom: 5px;
	}
	.project--result--images .slick-list {
		overflow: hidden !important;
	}
	body.ws-alternativeheader div#content {
		padding-top: 0;
	}
	body.home .banner-alternative .ws-multibuttons {
		flex-direction: column;
		gap: 15px;
	}
	body.home .banner-alternative .ws-multibuttons > a {
		width: 100%;
		justify-content: center;
	}
	body .voorwie-container {
		margin-top: 15px !important;
	}
	body .uitgelicht-project-right > div {
		padding: 50px 45px !important;
	}
	.uitgelicht-project .vc_images_carousel {
		width: 346px !important;
		margin-left: -15px !important;
	}
	body .recente-projecten-textblock {
		margin-bottom: 35px !important;
	}
	body .duurzaamheid-column > div {
		margin-top: 0 !important;
	}
	.ws-tabs ul.vc_tta-tabs-list {
		grid-template-columns: repeat(1, 1fr) !important;
	}
	body .advies-image {
		margin-top: 35px !important;
	}
	body.home .ws_projects-list {
		grid-template-columns: repeat(1, 1fr);
	}
	body .home-greenbg {
		margin-top: 110px !important;
		padding-top: 35px !important;
		padding-bottom: 35px !important;
	}
	.ws-tabs .vc_tta-tabs-container {
		display: block !important;
	}
	.ws-tabs .vc_tta-panel .vc_tta-panel-heading {
		display: none !important;
	}
	body .box-shadow > div {
		padding: 35px !important;
	}
	body .circulairbuttons {
		flex-direction: column;
		gap: 5px;
	}
	h2.assortiment-title {
		padding-bottom: 60px;
	}
	.has-inline-mobile-toggle #site-navigation.toggled {
		margin-top: 0 !important;
	}
	div#primary-menu {
		position: absolute;
		background-color: #03704E;
		width: 100%;
		margin-top: 400px;
	}
	.ws_project-list > div {
		width: 100% !important;
	}
	body .achterliggend-banner {
		padding-bottom: 50px !important;
	}
	body.post-type-archive-product main#main {
		grid-template-columns: repeat(1, 1fr);
	}
	.product-list__header__image {
		display: none;
	}
	.product-list__header__text {
		width: 100% !important;
	}
	.product-list__header__text h1 {
		font-size: 30px;
	}
	.product-list__precontent {
		flex-direction: column;
		gap: 15px;
	}
	.filters_box {
		top: 67px;
		right: -39px;
	}
	.post-type-archive-product .wpc-custom-selected-terms {
		display: block !important;
	}
	.precontent--info {
		flex-wrap: wrap;
		justify-content: center;
	}
	.filters_chips {
		width: 100%;
	}
	.wpc-filter-chips-list {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.product-form .product-form__wrapper {
		padding: 50px 20px 25px;
		max-height: 100vh;
		overflow-y: auto;
	}
}

/* iPhone X en kleiner */
@media (max-width: 380px) {

}