@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900');

@media screen and (max-width: 1335px){
	.header__nav--show li .subnav {
		display: none !important;
	}

	.header__nav--show li a {
		padding-bottom: 20px !important;
		font-size: 24px !important;
	}
}

.filter-buttons {
	display: flex !important;
}

.filter-buttons .filter-item {
    white-space: nowrap !important;
	padding: 5px 10px !important;
}


.contact__map a:focus, .contact__map a:active, a:focus {
    outline: none !important;
}

figure {
	margin: 0 !important;
}

.content__werken--left ul {
    padding: 0 !important;
}

.content__werken--left ul li {
	text-indent: 0px !important; 
}

.nieuws__page--content img {
    width: 100%;
    height: 430px;
    object-fit: cover;
}

@media screen and (max-width: 1024px){
	.nieuws__page--content img {
		height: 280px;
	}	
}

/* PAGINA WERKEN BIJ */
.content__vacature--sidebar ul li,
.content__werken--left ul li {
	position: relative;
}
.content__vacature--sidebar ul li::before,
.content__werken--left ul li::before {
	position: absolute !important;
    left: 0 !important;
    top: 11px;
}


.wp-block-gallery {
	margin-top: 32px !important;
	margin-bottom: 32px !important;
}

/* Grondbanken */

.grondbankpagina .nieuws__page--navigation, 
.projectpagina .nieuws__page--navigation {
	flex-direction: row !important;
	width: 100%;
	justify-content: space-between;
}

.grondbankpagina .navigatie-post a,
.projectpagina .navigatie-post a {
	color: #9C9B9B !important;
	text-decoration: none !important;

}

.grondbankpagina .navigatie-post,
.projectpagina .navigatie-post {
	display: flex;
	width: 40%;
}

.grondbankpagina .volgende-post,
.projectpagina .volgende-post {
	justify-content: flex-end;
}

.grondbankpagina .navigatie-post svg,
.projectpagina .navigatie-post svg {
	width: 15px;
	margin-right: 12px;
	margin-left: 12px;
	fill: #9C9B9B !important;
}

.grondbankpagina .nieuws__page--navigation h4,
.projectpagina .nieuws__page--navigation h4 {
	color: #e4170e !important;
	
}

.grondbankpagina .nieuws__page--navigation .volgende-post,
.projectpagina .nieuws__page--navigation .volgende-post {
	text-align: right !important; 
}

.grondbank__item {
	padding: 0 !important;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.20) !important;
	background:#f9f9f9!important;
	transition: all 200ms ease-in-out;
}

.grondbank__item:hover {
	transform: translateY(-3px);
	box-shadow: 0 4px 9px rgba(0, 0, 0, 0.14) !important;
	transition: all 200ms ease-in-out;
	cursor: pointer;
}

.grondbank__item .grondbank__details {
	padding: 24px !important;
}


/* MIJLPALEN */
	
html, body {
    height: auto !important;
    overflow-y: visible !important;
	
}


.content__intro p{
	font-weight: 400 !important;
}

a{
	clip-path: unset !important;
}

.kantoor-item2 a{
	color: #e4170e !important;
	margin-left: 0px !important;
}

.kantoor-item2 a:hover{
	color: #e4170e !important;
}

.wpcf7-response-output{
	color: #fff !important;
}

/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: #f0f0f0 !important;
  top: 165px;
  bottom: 184px;
  left: 50%;
  margin-left: -3px;
  border-radius: 30px;
	z-index: -1;
}

/* Container around content */
.timeline-container {
  padding: 10px 25px;
  position: relative;
  background-color: transparent;
  width: 50%;
}

/* The circles on the timeline */
.timeline-container::after {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  right: -9px;
  background-color: #E30613;
  border: 4px solid #E30613;
  top: 45%;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.left {
  left: 0;
}

/* Place the container to the right */
.right {
  left: 50%;
}

/* Fix the circle for containers on the right side */
.right::after {
  left: -9px;
}

/* The actual content */
.timeline-content {
  padding: 15px 5px;
  position: relative;
  border-radius: 6px;
  display: flex;
}

.timeline .text-container{
	display: flex;
    flex-wrap: wrap;
    align-content: center;
}
	
.timeline .timeline-img{
	width: 48%;
	padding: 10px;
	z-index: 100;
	position: relative;
	display: flex;
    align-self: center;
}
	
	.timeline .right .timeline-img{
		order: 1;
	}
	
.timeline .timeline-text{
	width: 52%;
	background-color: #f0f0f0;
	padding: 10px;
	position: relative;
	z-index: 99;
	display: flex;
    align-self: center;
	
}
	
.timeline .right .timeline-text{
	padding: 30px 10px 30px 20px;
	min-height: 300px;
}
	
.timeline .left .timeline-text{
	padding: 30px 20px 30px 10px;
	min-height: 300px;
}

.timeline .left .timeline-text:before{
content: "";
    display: flex;
    height: 100%;
    width: 322px;
    left: -163px;
    top: 0px;
    position: absolute;
    background-color: #f0f0f0;
    transform: skewX(-26deg);
    z-index: -4;
	}
	
	.timeline .right .timeline-text:before{
	content: "";
    display: flex;
    height: 100%;
    width: 322px;
    right: -163px;
    top: 0px;
    position: absolute;
    background-color: #f0f0f0;
    transform: skewX(26deg);
    z-index: -4;
	}
	
@media screen and (min-width: 1080px) {
	.right h3.jaartal{
		position: absolute;
		top: 35%;
		left: -60% !important;
		font-size: 37px;
	}
		
	.left h3{
		position: absolute !important;
		top: 35% !important;
		right: -60% !important;
		font-size: 37px !important;
	}
}
	
@media screen and (max-width: 1080px) {
  /* Place the timelime to the left */
  .timeline::after {
      left: 31px;
  }
  
  /* Full-width containers */
  .timeline-container {
  width: 100%;
  padding-left: 70px;
  padding-right: 25px;
  }
  
  /* Make sure that all arrows are pointing leftwards */
  .timeline-container::before {
  left: 60px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  .left::after, .right::after {
	  left: 22px;
	  top: 45%;
  }
  
	/* Make all right containers behave like the left ones */
	.right {
		left: 0%;
	}
	
	.timeline .timeline-img {
		width: 48%;
		padding: 40px;
	}
	
	.timeline .timeline-text {
		width: 52%;
		padding: 40px;
	}
}

	@media screen and (max-width: 768px) {
		.timeline .right .timeline-text:before,
		.timeline .left .timeline-text:before{
			content: "";
			display: flex;
			height: 177px;
			width: 100%;
			left: 0;
			top: -82px;
			position: absolute;
			background-color: #f0f0f0;
			transform: skewY(14deg);
			z-index: -4;
		}

		.timeline .timeline-img {
			width: 68%;
			padding: 10px;
			position: relative;
			left: 15px;
			display: block !important;
		}

		.timeline-content{
			display: block;
		}

		.timeline .timeline-text {
			width: 100%;
			padding: 10px 20px 10px 25px !important;
		}
		
		.timeline::after {
    		left: 14px;
			bottom: 292px;
			top: 295
		}
		
		.left::after, .right::after {
    		left: 5px;
          	top: 45%;
		}
		
		.timeline-container {
			width: 100%;
			padding-left: 43px;
    		padding-right: 25px;
		}
	}

/* END MIJLPALEN */

/* BANNER / OVERLAY */

	.banner{
		position: relative;
		overflow: hidden;
	}

	.banner .a{
		clip-path: none !important;
	}
	
	.banner-divider-container{
		width: 100%;
		height: 40px;
		left: 0;
		position: absolute;
		bottom: 0px;
		display: flex;
		z-index: 9;
	}
	
	.banner-divider-container .banner-divider-grey{
		width: calc(5% - 20px);
		height: 100%;
		background-color: #9C9B9B;
		position: relative;
		/*clip-path: polygon(0% 0%,70px 0%,100% 100%,0% 100%);*/
	}
	
	.banner-divider-container .banner-divider-grey:after{
		content: "";
		display: flex;
		height: 100%;
		width: 40px;
    	right: -18px;
    	top: 0px;
    	position: absolute;
    	background-color: #9C9B9B;
    	transform: skewX(40deg);
    	z-index: 9;
	}
	
	.banner-divider-container .banner-divider-red{
		width: calc(10% - 30px);
		height: 100%;
		background-color: #E30613;
		margin: 0 65px;
		position: relative;
	}
	
	.banner-divider-container .banner-divider-red:before{
		content: "";
		display: flex;
		height: 100%;
		width: 40px;
		left: -18px;
    	top: 0px;
    	position: absolute;
    	background-color: #E30613;
    	transform: skewX(40deg);
    	z-index: 9;
	}
	
	.banner-divider-container .banner-divider-red:after{
		content: "";
		display: flex;
		height: 100%;
		width: 40px;
		right: -18px;
    	top: 0px;
    	position: absolute;
    	background-color: #E30613;
    	transform: skewX(40deg);
    	z-index: 9;
	}
	
	.banner-divider-container .banner-divider-green{
		width: calc(87% - 20px);
		height: 100%;
		background: rgb(147,192,31);
		background: linear-gradient(90deg, rgba(147,192,31,1) 0%, rgba(173,201,18,1) 25%, rgba(193,209,8,1) 50%, rgba(206,213,2,1) 75%, rgba(210,215,0,1) 100%);
		position: relative;
		margin-left: auto;
	}
	
		.banner-divider-container .banner-divider-green:before{
		content: "";
		display: flex;
		height: 100%;
		width: 40px;
		left: -18px;
    	top: 0px;
    	position: absolute;
    	background: #93C01F !important;
    	transform: skewX(40deg);
    	z-index: 9;
	}

	.overlay-dark{
		background-color: #00000060;
		width: 70%;
		height: 330%;
		position: absolute;
		left: -21%;
		top: -25%;
		transform: rotate(
	-37deg);
		z-index: 1;
	}

	.banner__block {
		position: relative;
		z-index: 9;
		background-color: transparent !important;
	}

.banner__block {
	clip-path: unset !important;
}

	

	@media only screen and (min-width: 1180px) and (max-width: 1580px)  {
		
		.overlay-dark{
			width: 80%;
		}
	}

	@media only screen and (min-width: 876px) and (max-width: 1180px)  {
		.intro video{
			width: auto;
			height: 100%;
		}
		
		.overlay-dark{
			left: -5%;
			width: 80%;
		}
	}

@media screen and (max-width: 878px) {
		.overlay-dark{
			left: -11%;
			width: 80%;
			top: -95%;
		}
	}

@media screen and (max-width: 590px) {
		.banner-divider-container{
			height: 20px;
		}
		
		.banner-divider-container .banner-divider-red{
			margin: 0 50px;
		}
		
		.banner-divider-container .banner-divider-grey {
    		width: calc(12% - 20px);
		}
		
		.banner-divider-container .banner-divider-red {
    		width: calc(18% - 20px);
		}
		
		.banner-divider-container .banner-divider-green {
    		width: calc(70% - 20px);
		}
		
		.overlay-dark{
			left: -11%;
			width: 80%;
			top: -95%;
		}
	}
/* END BANNER */

/* TEAMLID */
.team-container{

}

.teamlid-container{
	position: relative;
	width: 98%;
	margin-bottom: 2%;
}

.teamlid-container .image1{
	position: relative;
}

.teamlid-container .image2{
	opacity: 0;
}

.teamlid-container .overlay-text{
	left: 20px;
    bottom: 30px;
	position: absolute;
}

.teamlid-container .teamlid-overlay{

	position: absolute;
	top: 0;
	overflow: hidden;
	
}


.image1:before, .image2:before{
    width: 100%;
    height: 100%;
    background: beige;
    z-index: 0;
    content: '';
    position: absolute;
    background: linear-gradient(180deg, rgba(0,0,0,0) 39%, rgba(0,0,0,0.840795693277311) 100%, rgba(0,0,0,0.7035407913165266) 100%);

}

.team-container .gb-grid-wrapper:last-child {
    margin-bottom: 120px;
}

.teamlid-container .image2:hover{
	opacity: 1;
	transition: opacity 500ms ease;
}

.teamlid-naam{
    font-size: 18px;
}

.teamlid-naam, .teamlid-tel{
	color: #F0F0F0;
}

.teamlid-functie{
	color: #9C9B9B;
	font-size: 14px;
    font-weight: 600 !important;
}

.teamlid-mail{
    line-height: 0.2;
}

.teamlid-mail a{
	color: #93C01F;
	font-size: 9.5px;
	text-decoration: none;
}

.teamlid-mail a:hover{
	color: #5c7a0c;
}

.teamlid-naam, .teamlid-functie{
	text-transform: uppercase;
	margin: 0;
}

.teamlid-tel, .teamlid-mail{
	text-transform: lowercase;
	margin: 0;
}

.teamlid-tel{
	margin-top: 15px;
	font-size: 14px;
    font-weight: 300 !important;
}

.team-container>h2 {
    	font-size: 30px;
	    padding-top: 35px;
		margin-top: 0 !important;
		margin-bottom: 10px;
}

.team-container>h2:first-child {
	padding-top: 0 !important;
}

.page-id-9242 .contact__intro {
	margin-bottom: 0 !important;
}

@media (max-width: 767px){
	
	.team-container>h2 {
    	text-align: center;
	}
	
	.gb-grid-wrapper > .gb-grid-column {
		width: 92% !important;
		margin: auto;
	}
	
	.teamlid-container .overlay-text, .teamlid-container .teamlid-overlay{
		opacity: 1;
	}
	
	.contact__form--general h4 {
		font-size: 23px;
	}
	
	.contact__form--general h5{
		font-size: 20px;
	}
	
	.contact__form--general {
    	padding: 2rem;
	}
	
	.text-container .jaartal{
		width: 100%;
	}
	
	.teamlid-mail a{
		font-size: 11px;
	}

}

.contact__form--general input[type="submit"]{
	clip-path: unset !important;
	border-radius: 0;
}

html {
  scroll-padding-top: 280px !important;
}

/* 404 */

.error-404{
	height: 70vh;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url('');
}

.error-page-content{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	padding: 25px;
}

.error-big{
	text-align: center;
	font-size: 180px;
	width: 100%;
	margin: 0;
    line-height: 1;
	color: #e4170e;
}

.error-sub{
	text-align: center;
	width: 100%;
}

.error-page-content a{
	background-color: #92c01f;
	color: #4a4a4a !important;
	padding: 8px 12px;
	font-family: 'Poppins' !important;
	font-weight: 700;
	margin-top: 20px;
	text-decoration: none !important;
	text-transform: uppercase;
}

@media screen and (max-width: 1000px){
	.error-sub {
		font-size: 27px;
		line-height: 1;
	}
	
	.error-big{
		text-align: center;
		font-size: 130px;
	}
}

/* END TEAMLID */

.content__skewed{
	box-shadow: none !important;
	background: #F0F0F0 !important;
}

.content__skewed:after{
	background: #F0F0F0 !important;
	border: none;
}

@media screen and (max-width: 1185px){
	.content__skewed {
		box-shadow: unset;
		border: none !important;
	}
}

h1, h2, h3, h4, h5, div, span, a, button, p{
	font-family: 'Poppins' !important;
}

h1, h2, h3, h4, h5{
	text-transform: uppercase !important;
}

h1, h2{
	font-weight: 900 !important;
}

h2{
	font-size: 48px;
}

h3{
	font-size: 32px;
}

h3, h4{
	font-weight: 700 !important;
}

.intro h3{
	font-weight: 900 !important;
}

.content__intro h1 {
	color: #9C9B9B;
}

.contact__intro h3{
	color: #e4170e;
	margin: 10px 0px;
}

.banner__block--content h1 {
    line-height: 68px;
}

.content__section h1, .content__section h2, .content__section h3, .content__section--last h3, .contact__intro h2, .content__werken--container h1, .content__werken--container h3, .content-section h3 {
	color: #9C9B9B;
}

.contact__cards--item h3, .jaartal, .content__block--right h3, .content__block--left h3, {
	color: #4a4a4a !important;
}

@media screen and (max-width: 1330px){
	h2{
	    font-size: 37px;
    line-height: 38px;
}

h3{
	font-size: 32px;
}
	
	.header__nav ul li ul li:not(:last-child){
	border: none !important;
}
}

.content__block--right:before {
    right: 210px !important;
    transform: skew(-13deg, 0deg) !important;
}

.content__section > a, .content__block--right-content > a, .content__section--last > a{
	color: #4a4a4a !important;
}

.container-bg-left{
	background-image: url(https://grondbalans.nl/wp-content/uploads/2022/02/BG-trail-edit3.svg);
    background-size: 49%;
    background-position: -26% 110%;
    background-repeat: no-repeat;
}

.container-bg-right{
	background-image: url(https://grondbalans.nl/wp-content/uploads/2022/02/BG-trail-inverted.svg);
	background-size: 45%;
    background-position: 112% 110%;
    background-repeat: no-repeat;
}

.contactgegevens-box h5{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 0.5rem;
	color: #e4170e !important;
}

.contactgegevens-box ul{
	padding: 0;
    margin: 0;
}

.contactgegevens-box {
    width: 45%;
}

@media only screen and (max-width: 755px) {
	.contactgegevens-box {
    	width: 100%;
	}
}

.contactgegevens-box ul li{
    list-style: none;
    margin-bottom: 2.5px;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-size: 16px;
}

.contactgegevens-box ul li span{
	color: #a3a3a3;
    font-weight: 600;
}

.contactgegevens-box ul li > a:link {
    margin-left: 5px;
    text-decoration: none;
    color: #4a4a4a;
}

.contactgegevens-box ul li > a:hover{
	text-decoration: underline;
}

.contactgegevens-intro{
	margin: 50px 0px 10px 0 !important;
	flex-wrap: wrap;
	justify-content: space-between !important;
}

.contact__map {
    width: 70%;
    margin-left: 11%;
}

.content__section, .content__section--last{
	border-bottom: none !important;
}

.content-section{
	font-family: 'Poppins';
	line-height: 1.2;
}

.content-section h2{
	margin-bottom: 10px !important;
}

.contact_tussenafbeeldin_container {
	padding: 50px 0 0 0;
}

.slide-overlay {
    width: 100%;
    height: 100%;
    background: #00000080;
    position: absolute;
	padding: 5%;
	display: flex;
    align-items: center;
    justify-content: center;
	opacity: 1;
	transition: opacity 1s ease;
}

.slide-overlay:hover {
	opacity: 0;
	transition: opacity 1s ease;
}

.content-projecten .content__section{
	margin: 0 !important;
	padding: 0;
}

.content-projecten-top{
	margin-top: 5rem;
}

.content-projecten-bottom{
	margin-bottom: 12rem;
}

.content-projecten .owl-carousel{
	margin: 40px 0;
}

.content__bagger{
	background: #f0f0f0;
}

.content__bagger--container:before{
	display: none;
}

.footer__left--brochure > a{
	color: #fff !important;
}

.footer__left--brochure > a:hover{
	color: #e4170e !important;
}


.header__nav ul li:nth-child(8) > a, .header__nav ul li:nth-child(8) > a:active, .header__nav ul li:nth-child(8) > a:visited, .header__nav ul li:nth-child(8) > a:link, .portfolio__block--left-content > a, .portfolio__block--left-content > a:active, .portfolio__block--left-content > a:visited, .portfolio__block--left-content > a:link, .banner__block--content > a, .banner__block--content > a:active, .banner__block--content > a:visited, .banner__block--content > a:link, .nieuws__item--content--button > a, .nieuws__item--content--button > a:active, .nieuws__item--content--button > a:visited, .nieuws__item--content--button > a:link, .content__form--radio input[type="radio"]:checked + span{
	color: #4a4a4a;
}


.content__form--right .wpcf7-submit{
	border-radius: 0;
	border: none;
	color: #4a4a4a;
	clip-path: none;
}

.header-nav-container{
	overflow-y: scroll;
}

.gegevens-titel{
	color: #4a4a4a !important;
	margin-right: 10px;
}

.contact-bedrijfsgegevens{
	margin-top: 25px;	
}


@media screen and (max-width: 1335px){
	ul.header__nav--show{
			overflow-y: scroll;
			/*height: 80vh !important;*/
			z-index: 9999 !important;
	}

	.subnav{
		overflow: unset !important;
	}

	.header__nav ul li:nth-child(8) > a, .header__nav ul li:nth-child(8) > a:link{
		color: #fff !important;
	}
}

@media screen and (min-width: 1335px){
	.contact-button-nav{
		margin-left: 10px !important;
	}
}

@media screen and (max-width: 1024px){
	.popup {
		display: none !important;
	}
}

.popup__container p{
	font-weight: 700 !important;
	font-size: 20px;
}

.portfolio__block--left-content > a:hover, .portfolio__block--left-content > a:active:hover, .portfolio__block--left-content > a:visited:hover, .portfolio__block--left-content > a:link:hover, .header__nav ul li:nth-child(8) > a:hover, .intro__block > a:hover,  .content__section--last > a:link:hover, .content__section > a:hover, .content__section--last > a:hover, .content__section > a:active:hover, .content__section--last > a:active:hover, .content__section > a:visited:hover, .content__section--last > a:visited:hover, .content__section > a:link:hover, .content__section--last > a:link:hover, .content__block--right-content > a:hover, .content__block--right-content > a:active:hover, .content__block--right-content > a:visited:hover, .content__block--right-content > a:link:hover, .banner__block--content > a:hover, .banner__block--content > a:active:hover, .banner__block--content > a:visited:hover, .banner__block--content > a:link:hover  {
    filter: none !important;
	background-color: #adc912 !important;
}

.slide-overlay a{
	 position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: transparent;
}

@media screen and (max-width: 1335px){
	.header__nav ul {
		background-color: transparent !important;
	}

	.header__nav .subnav{
		background: transparent;
	}
}
	
.back-to-top{
	background-color: #92c01f;
	position: fixed;
	width: 40px;
	height: 40px;
	right: 20px;
	bottom: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px;
	z-index: 99999999;
}

.timeline-content p{
	font-size: 14px;
    margin-bottom: 0;
}

.timeline-content h4{
	margin: 0;
	font-size: 24px;
    line-height: 1;
}

.gb-grid-wrapper > .gb-grid-column {
    width: 20%;
}

.voorwaarden {
	display: flex;
	width: 70%;
    margin: auto;
}

.voorwaarden .content__intro p {
	margin: 0 70px;
}

@media screen and (max-width: 1335px){ 
	.voorwaarden {
		display: block;
		width: 100%;
	}
}

/* PAGE HOME */
/* content__banner--img */
.content__banner--img-show {
	background-repeat: repeat-x;	
}