/*
 Theme Name:   Move Industries
 Author:       PDK Online Succes
 Author URI:   https://pdk.nl/
 Template:     Total
 Version:      1.0.0
 Text Domain:  totalchildtheme
*/

h1 {
	&.vcex-heading {
		font-size:var(--wpex-text-5xl);
		@media (width > 767px){
			font-size:var(--wpex-text-6xl);
		}
		@media (width > 1023px){
			font-size:var(--wpex-text-7xl);
		}
	}
}
h2 {
	&.vcex-heading {
		font-size:var(--wpex-text-5xl);
		@media (width > 767px){
			font-size:var(--wpex-text-6xl);
		}
	}
}
h3 {
	&.vcex-heading {
		font-size:var(--wpex-text-5xl);
	}
}
h4 {
	&.vcex-heading {
		font-size:var(--wpex-text-4xl);
	}
}

.hide-content * {
	display: none;
}
/* HEADER */
#top-bar {
	display: flex;
	align-items: stretch;
	flex-direction: column;
	#top-bar-content {
		display: flex;
	}
}
#default-header {
	border-bottom:0.5em solid var(--wpex-palette-14-color);
	background-image:
    linear-gradient(to bottom, rgba(51, 51, 51, 1), rgba(51, 51, 51, 0.3), rgba(51, 51, 51, 0.3), rgba(51, 51, 51, 0.6)),
    url('/wp-content/uploads/2025/09/Header.jpg');
	background-size: cover;
	background-position: center center;
	padding-block-end: 2em;
	
	@media (width >= 768px){
		min-height:400px;
	}
	
	.navigation > .vc_column-inner {
		justify-content: center;
		height:80px;
	}
}
.home #default-header {
	@media (width >= 768px){
		min-height:1050px;
	}
	

}
.home #breadcrumb-wrapper{
	display: none;
}
#breadcrumb-wrapper {
	margin-block-end: 1em;
	@media (width > 768px ){
		margin-block-end: 2em;
	}

}
.home-max-width{
	max-width:min(768px,100%);
	margin:auto;
	margin-bottom:2em;
}

#menu-main-menu > li > a {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}

.mi-main-menu .sub-menu {
	backdrop-filter:blur(10px);
	z-index: 999;
}

.chevron-toggle {
	transform: rotate(-180deg);
	transition: transform 0.3s ease;
}

.open .chevron-toggle {
	transform: rotate(0deg);
}

.menu-item-has-children.closed > ul {
  display: none;
}
.menu-item-has-children.open > ul {
  display: block;
}


/* CONTENT */
.single-vacature main > header,
.single-project main > header,
.single-blog main > header,
.single-news main > header {
	display: none;
}

.push-right { margin-left: auto; }
/*.gap-15 {
	gap: 10px;
}*/


.gform-theme--foundation form { 
	--gf-form-gap-y: 1em; 
	--gf-ctrl-choice-check-color: var(--wpex-palette-14-color);
	--gf-ctrl-border-color-focus:  var(--wpex-palette-14-color);
	--gf-ctrl-outline-color-focus: color-mix(in oklab, transparent, var(--wpex-palette-14-color) 65% );
}
.offerteformulier .grid.gfield--type-choice.gfield--choice-align-horizontal .gfield_radio { display: grid; }
.offerteformulier .cols.gfield--type-choice.gfield--choice-align-horizontal .gfield_radio { grid-template-columns: repeat(4,1fr);}


.acf-buttons-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content:center;
  gap: 1rem;
}

.btn, 
.gform-theme--framework.gform-theme.gform_wrapper form .gform_footer input[type=submit].gform_button{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 18px;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  font-family: inherit;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
  border: 2px solid;
  border-radius:0;

  /* Zorg dat iconen mee animeren */
  svg,
  i {
    font-size: 1.2em;
    transition: transform 0.3s ease;
  }

  &:hover svg,
  &:hover i {
    transform: translateX(4px) translateY(-4px);
  }
  &.btn--rotate .fa{
  	rotate:45deg;
  }
  &.btn--red, &.button{
    background-color: var(--wpex-palette-14-color);
	border-color: var(--wpex-palette-14-color);
    color: var(--wpex-palette-23-color);
  }
  
  &.btn--outline {
    background-color: transparent;
    color: var(--wpex-palette-23-color);
    border-color: var(--wpex-palette-23-color);
  }
  &.btn--outline-red {
    background-color: transparent;
    color: var(--wpex-palette-14-color);
    border-color: var(--wpex-palette-14-color);
  }

  &.btn--white-red {
    background-color: var(--wpex-palette-23-color);
    border-color: var(--wpex-palette-23-color);
    color: var(--wpex-palette-14-color);

    svg,
    i {
      color: var(--wpex-palette-14-color);
    }
  }
}
.brandmark {
  position: relative;
  display: inline-block;
  padding-top: 80px;
  padding-bottom: 20px; 
}

.brandmark::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 220px;
  height: 190px;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: 0;
  @media (width >= 768px){
	left: -50px;
  }
}
.brandmark--red::before{
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='220.169' height='190.12' viewBox='0 0 220.169 190.12'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_388' data-name='Rectangle 388' width='220.169' height='190.12' fill='%23e01e25'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_59' data-name='Group 59' opacity='0.05'%3E%3Cg id='Group_58' data-name='Group 58' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_191' data-name='Path 191' d='M220.169,0V190.12H1.285A8.591,8.591,0,0,1,0,188.835V19.7l60.825,80.5V19.7l62.538,81.358v-80.5l61.682,80.5V0ZM20.989,118.183c-.283.435-1.285,1.051-1.285,1.285v25.692a8.591,8.591,0,0,0,1.285,1.284h23.13a8.591,8.591,0,0,0,1.285-1.284V119.467a8.6,8.6,0,0,0-1.285-1.285Zm85.241,0H82.67a8.591,8.591,0,0,0-1.285,1.285v26.976H106.23Zm71.105.856H137.071v57.379h40.264Z' fill='%23e01e25'/%3E%3Crect id='Rectangle_385' data-name='Rectangle 385' width='5.495' height='62.072' transform='matrix(0.792, -0.611, 0.611, 0.792, 13.952, 29.377)' fill='%23e01e25'/%3E%3Crect id='Rectangle_386' data-name='Rectangle 386' width='5.443' height='62.085' transform='translate(138.129 29.389) rotate(-37.578)' fill='%23e01e25'/%3E%3Crect id='Rectangle_387' data-name='Rectangle 387' width='5.593' height='62.068' transform='translate(74.775 29.367) rotate(-37.745)' fill='%23e01e25'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.brandmark--dark::before {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='220.169' height='190.12' viewBox='0 0 220.169 190.12'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_388' data-name='Rectangle 388' width='220.169' height='190.12' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_65' data-name='Group 65' opacity='0.05'%3E%3Cg id='Group_58' data-name='Group 58' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_191' data-name='Path 191' d='M220.169,0V190.12H1.285A8.591,8.591,0,0,1,0,188.835V19.7l60.825,80.5V19.7l62.538,81.358v-80.5l61.682,80.5V0ZM20.989,118.183c-.283.435-1.285,1.051-1.285,1.285v25.692a8.591,8.591,0,0,0,1.285,1.284h23.13a8.591,8.591,0,0,0,1.285-1.284V119.467a8.6,8.6,0,0,0-1.285-1.285Zm85.241,0H82.67a8.591,8.591,0,0,0-1.285,1.285v26.976H106.23Zm71.105.856H137.071v57.379h40.264Z' fill='%23fff'/%3E%3Crect id='Rectangle_385' data-name='Rectangle 385' width='5.495' height='62.072' transform='matrix(0.792, -0.611, 0.611, 0.792, 13.952, 29.377)' fill='%23fff'/%3E%3Crect id='Rectangle_386' data-name='Rectangle 386' width='5.443' height='62.085' transform='translate(138.129 29.389) rotate(-37.578)' fill='%23fff'/%3E%3Crect id='Rectangle_387' data-name='Rectangle 387' width='5.593' height='62.068' transform='translate(74.775 29.367) rotate(-37.745)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.push-right {
	margin-left:auto;
}
.flex-align-content-center *{
	align-content:center;
}
.border--red,
.border--red *{
	border-color: var(--wpex-palette-14-color);
}

.diensten {
    gap: 15px;
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr;
}
.diensten-home {
	margin-top:-140px;
	@media (width <= 768px){
		margin-top: -70px;
	}
	@media (width < 600px){
		margin-top: 1em;
	}
}
/* container-name: diensten-home; */
/* container-type: inline-size; */
/* z-index:10; */

/* @container diensten-home (width > 768px){
	.diensten {
	margin-top: calc(-50cqh / 2);
	}
} */
a:has(div.dienst-block){
	border-bottom: 7px solid var(--wpex-palette-14-color);
}
.dienst-block {
	background-repeat: no-repeat;
	background-color: var(--wpex-palette-13-color);
	background-blend-mode: soft-light;
	/* border-bottom: 7px solid var(--wpex-palette-14-color); */
	padding: 15px;
	width: auto;
	flex-grow: 1;
	/* margin: 0 calc(var(--wpex-row-gap)/2); */
	margin:0px;
	* {	color: var(--wpex-palette-23-color); }
	svg { margin:0 auto 1em; max-width: calc(attr(width px, inherit) * 0.75); }
	.wpb_wrapper { display: flex; flex-direction: column; }
	.vc_column-inner{ position:relative; }
	.btn { position:absolute; right:0; padding: 7px 9px; font-size:1em; }
	h3 { font-size: var(--wpex-text-lg); }
}


.project {
	.project-img img{
		border-right-width: 28px;
		border-style: solid;
		border-color: var(--wpex-palette-14-color);
	}
	.project-info {
		position: absolute;
		left:15px;
		bottom: 0;
	}
}
.project--alt {
	.project-img  img{
		border-left-width:28px;
		border-right:unset;
	}
	.project-info {
		left:unset;
		right:15px;
	}
}

.projecten {
	.type-projecten {
		.project-img img {
			border-style: solid;
			border-color: var(--wpex-palette-14-color);
		}
		.project-info {
			position: absolute;
			bottom: 0;
		}
	}

	.type-projecten:not(:has(.is-odd)):not(:has(.is-even)):nth-child(odd),
	.type-projecten.is-odd,
	.type-projecten:not(:has(.is-odd)):not(:has(.is-even)):nth-child(even),
	.type-projecten.is-even {
		a {
			box-shadow: 5px 5px 5px -5px rgba(0, 0, 0, 0.1);
		}
		.project-img img {
			border-left-width:28px;
		}
		.project-info {
			right:15px;
		}
	}
	/* .type-projecten:not(:has(.is-odd)):not(:has(.is-even)):nth-child(even),
	.type-projecten.is-even {
		a {
			box-shadow: -5px 5px 5px -5px rgba(0, 0, 0, 0.1);
		}
		.project-img img {
			border-right-width: 28px;
		}
		.project-info {
			left:15px;
		}
	} */
}

.project-tag-filter {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin-bottom: 1rem;
}
.project-tag-filter .ptf-btn {
  border: 1px solid #ddd;
  background: #fff;
  padding: .4rem .7rem;
  border-radius: .5rem;
  cursor: pointer;
  font: inherit;
}
.project-tag-filter .ptf-btn:hover {
  border-color: #bbb;
}
.project-tag-filter .ptf-btn.is-active {
  border-color: #333;
  font-weight: 600;
}

.wpex-post-cards-entry {
  opacity: 1;
  transform: translateX(0);

  /* Belangrijk: laat transitions ook werken naast discrete toggles */
  transition-behavior: allow-discrete;

  /* Staggered delay via CSS custom property */
  transition:
    opacity 0.5s ease var(--fx-delay, 0ms),
    transform 0.5s ease var(--fx-delay, 0ms),
    height 0.5s ease,
    margin-top 0.5s ease,
    margin-bottom 0.5s ease;
}

.wpex-post-cards-entry.is-collapsing { overflow: hidden; }

.wpex-post-cards-entry.is-hidden { opacity: 0; pointer-events: none; }

/* Richting (blijft gelijk) */
.wpex-post-cards-entry.is-odd.is-hidden  { transform: translateX(-40px); }
.wpex-post-cards-entry.is-even.is-hidden { transform: translateX( 40px); }

/* Optioneel: respecteer reduced motion */
@media (prefers-reduced-motion: reduce) {
  .wpex-post-cards-entry {
    transition: opacity 0.2s linear, transform 0.2s linear;
  }
}

.row-img {
	aspect-ratio: calc(1920 / 720) ;
	background-size: cover;
	background-repeat: no-repeat;
}

.brochure {
	margin-top: -351px;

	@media (width <= 1440px){
		margin-top: -200px;
	}
	@media (width <= 1024px){
		margin-top: -100px;
	}
	@media (width <= 768px){
		margin-top: -50px;
	}
	@media (width < 600px){
		margin-top: unset;
	}
}


.red-bar-two-fourth {
	--vp-width: calc(100vw - var(--wpex-vc-full-width-vp-offset, 0px) - (var(--wpex-site-frame-border-size) * 2));
	--vp-width-two-fourth: calc(50vw - var(--wpex-vc-full-width-vp-offset, 0px) - (var(--wpex-site-frame-border-size) * 2));
    --vp-width-half: calc(var(--vp-width) / 2);
    --wpex-vc-full-width-offset-half: calc(var(--wpex-vc-full-width-offset, 0px) / 2);
    position: relative;
    width: calc(var(--vp-width-two-fourth) - var(--wpex-vc-full-width-offset, 0px));
    /* margin-inline: 0 !important; */
	padding-block: 80px;
	margin-bottom: -80px;
	@media (width <= 1440px) {
		width: 100%;
	}
	@media (width <= 600px) {
		width: 100vw;
	}
}

.red-bar-two-fourth--left {
	--wpex-vc-full-width-padding-x: calc(var(--vp-width-half) - 50% - var(--wpex-vc-full-width-offset-half) - (var(--wpex-vc-gutter, 0px) / 2) - (var(--wpex-vc-column-gap, 0px) / 2));
	inset-inline-start: calc(50% - var(--vp-width-half) + var(--wpex-vc-full-width-offset-half));
	padding-left: var(--wpex-vc-full-width-padding-x);
	padding-right: 80px;
}
.red-bar-two-fourth--right {
	inset-inline-end: calc(25% - var(--vp-width-half) + var(--wpex-vc-full-width-offset-half));
	padding-left: 80px;
	@media (width <= 1440px) {
		inset-inline-end: unset;
	}
	@media (width <= 600px) {
		padding-inline: 2rem;
		margin-inline: -21px !important;
	}
}


.red-bar-three-fourth {
	--vp-width: calc(100vw - var(--wpex-vc-full-width-vp-offset, 0px) - (var(--wpex-site-frame-border-size) * 2));
	--vp-width-three-fourth: calc(75vw - var(--wpex-vc-full-width-vp-offset, 0px) - (var(--wpex-site-frame-border-size) * 2));
    --vp-width-half: calc(var(--vp-width) / 2);
    --wpex-vc-full-width-offset-half: calc(var(--wpex-vc-full-width-offset, 0px) / 2);
    position: relative;
    width: calc(var(--vp-width-three-fourth) - var(--wpex-vc-full-width-offset, 0px));
    margin-inline: 0 !important;
	padding-block: 80px;
	margin-bottom: -80px;
	@media (width <= 1440px) {
		width: 100%;
	}
	@media (width <= 600px) {
		width: 100vw;
	}
}

.red-bar-three-fourth--left {
	--wpex-vc-full-width-padding-x: calc(var(--vp-width-half) - 50% - var(--wpex-vc-full-width-offset-half) - (var(--wpex-vc-gutter, 0px) / 2) - (var(--wpex-vc-column-gap, 0px) / 2));
	inset-inline-start: calc(50% - var(--vp-width-half) + var(--wpex-vc-full-width-offset-half));
	padding-left: var(--wpex-vc-full-width-padding-x);
	padding-right: 80px;
}
.red-bar-three-fourth--right {
	inset-inline-end: calc(50% - var(--vp-width-half) + var(--wpex-vc-full-width-offset-half));
	padding-left: 80px;
	@media (width <= 1440px) {
		inset-inline-end: unset;
	}
	@media (width <= 600px) {
		padding-inline: 2rem;
		margin-inline: -21px !important;
	}
}

.red-border-bottom:not(:has( > div.vc_column-inner)),
.red-border-bottom > .vc_column-inner {
	border-bottom: 7px solid var(--wpex-palette-14-color);
}

.multi-bg { 
	background-image: linear-gradient(to bottom, var(--wpex-palette-23-color) 50%, var(--wpex-palette-65-color) 50%);
	@media (width <= 600px) {
		background-image: none;
		background-color: var(--wpex-palette-65-color);
	}
}
.relative {
	position: relative;
}
.absolute {
	position: absolute;
}
.patrick {
	margin-bottom: -80px;
	bottom:0;
	img {
		max-height: 490px;
		width: auto;
	}
}
.onderschrift {
	margin-bottom: -60px !important;
	bottom: 0;
	text-shadow: 1px 1px 1px #000000;
	font-size: 1.1em;
	font-weight: 500;
}
.mockup {
}
.bottom {
	bottom: 1em;
}
.margin-bottom {
	margin-bottom: 1rem;
}
.top-right,
.right-top {
	top:0;
	right:0;
}

.top-right-15,
.right-top-15 {
	top:30px;
	right:30px;
}

.top-right-1,
.right-top-1 {
	top:15px;
	right:30px;
}
.stretch-horizontal {
	margin-inline: -15px;
}

.floating-contact {
	position: fixed;
	bottom: 75px;
	right: 0;
	z-index: 9999;
}

.contact-button {
	display: flex;
	align-items: center;
	background-color: var(--wpex-palette-14-color);
	color: white;
	padding: 0;
	font-weight: bold;
	text-decoration: none;
	border-radius: 0;
	box-shadow: 0 2px 5px rgba(0,0,0,0.3);
	transition: background-color 0.3s ease;
}

.contact-button .vcex-button-inner {
	padding-right:18px;
}

@media (width < 600px){
	.contact-button .vcex-button-inner {
		font-size: 0;
		padding-right: 0;
	}
}

.contact-button .theme-button-icon-left {
	padding: 14px 18px;
	font-size: 1rem;
}
.contact-button .theme-button-icon-left span {
	font-size: 1rem;
}

.contact-button:hover {
	background-color: color-mix(in oklab, var(--wpex-palette-14-color) 65%, transparent);
}

/* @media (width < 768px) {
  
  .contact-button .vcex-button-inner {
	font-size: 0;
    display: none;
  }

  
  .contact-button .vcex-button-icon {
    margin-right: 0; 
    font-size: 20px; 
  }
} */

/* FOOTER */
.offerte__center {
    --wpex-vc-full-width-padding-x: calc(var(--vp-width-half) - 50% - var(--wpex-vc-full-width-offset-half) - (var(--wpex-vc-gutter, 0px) / 2) - (var(--wpex-vc-column-gap, 0px) / 2));
   /*padding-inline: var(--wpex-vc-full-width-padding-x);*/
	padding-left: var(--wpex-vc-full-width-padding-x);
}



.offerte__redbar {
	--vp-width: calc(100vw - var(--wpex-vc-full-width-vp-offset, 0px) - (var(--wpex-site-frame-border-size) * 2));
	--vp-width-three-third: calc(75vw - var(--wpex-vc-full-width-vp-offset, 0px) - (var(--wpex-site-frame-border-size) * 2));
    --vp-width-half: calc(var(--vp-width) / 2);
    --wpex-vc-full-width-offset-half: calc(var(--wpex-vc-full-width-offset, 0px) / 2);
    position: relative;
    width: calc(var(--vp-width-three-third) - var(--wpex-vc-full-width-offset, 0px));
    inset-inline-start: calc(50% - var(--vp-width-half) + var(--wpex-vc-full-width-offset-half));
    margin-inline: 0 !important;
	@media (width <= 1440px) {
		width: 100%;
	}
	@media (width <= 600px) {
		width: 100vw;
	}
}
.page-id-719 .offerte__redbar{
	display: none!important;
}
.column-flex > .vc_column-inner > .wpb_wrapper{
	display:flex;
	gap: 1em;
	@media (width <= 600px) {
		flex-direction: column;
	}
}
.mobile-flex-row > .vc_column-inner > .wpb_wrapper {
	flex-direction: row;
}

.footer-inner-container {
	--gap: 1em;
	gap: var(--gap);
	@media (width > 768px ){
		.vc_col-sm-3 {
			--columns:4;
			width: calc( 25% - ( var(--gap) / var(--columns) * ( var(--columns) - 1 ) ) );
		}
	}
}