
/* AANPASSINGEN 26/02 */
.pt-0{
	padding-top: 0 !important;
}
.home .site-main div.home-intro{
	gap: var(--spacing-medium);
}
.intro-div{
	/* border: 2px solid var(--donker-groen); */
	border-radius: 30px;
	padding: 30px;
}
.wp-block-column:has( > .intro-div){
	gap: 30px;
	display: flex;
	flex-direction: column;
}


/* EINDE AANPASSINGEN */


header .intro-wrapper .info-icon img{
	height: 53px;
    aspect-ratio: 1;
    width: auto;
}
p > img:not(:first-child){
	margin-left: 1rem;
}
p:has(img) a{
	font-weight: 500;
	text-decoration: unset;
}
p:has(img){
	display: flex;
    align-items: center;
    gap: 1rem;
}

footer p:has(img),
footer p img + a{
	line-height: 1.5;
}

header .intro-wrapper .info-icon-col{
	display: flex;
    flex-direction: column;
    justify-content: space-around;
    flex-wrap: nowrap;
    gap: var(--spacing-small);
    width: 34%;
}
header .intro-wrapper.single-project{
	display: flex;
    gap: var(--spacing-small);
}

.label-text{
	position: absolute;
    margin-left: -4px;
    background-color: var(--wit);
    padding: 8px 1rem;
    border-radius: 3px;
    box-shadow: 0 0 10px #00000017;
}
.label-text::after{
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2023/11/Component-3-OCo-7.svg);
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    background-size: cover;
    right: -14px;
    top: calc(50% - 20px);
}
.single .info-label{
	font-size: 1rem;
    color: var(--groen);
    position: relative;
    width: fit-content;
    padding-right: 1rem;
	font-weight: 500;
}
.single:has(p.excerpt) .info-label{
	margin-top: 2rem;
}
.single .info-label::after{
	content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2023/11/Component-3-OCo-7.svg);
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: cover;
    right: -11px;
    top: calc(50% - 16px);
}
.single .excerpt,
.single .info-text{
	margin-top: 8px;
}
.site{
    background: var(--beige);
}
.intro-wrapper.frontpage video{
	width: 100%;
    object-fit: cover;
    height: 100%;
}
.custom .wp-block-post-featured-image,
.custom .wp-block-post-featured-image img{
	aspect-ratio: 1;
	height: auto;
}





.mockup.active{
    display: block !important;
}
.is-style-origineel-formaat img{
	object-fit: contain;
}
figure.is-style-default.link img{
	aspect-ratio: 2 / 3;
    object-position: top;
    height: 100%;
    width: 100%;
}
body .cmplz-cookiebanner.cmplz-show{
	z-index: 9999999999999999;
}
.single .wp-block-columns.andere-projecten-titel{
	padding-bottom: 0;
	padding-top: calc(var(--spacing-big) / 2);
}
.empty{
	display: none;
}
.breed img{
    aspect-ratio: unset;
    max-height: calc(var(--max-width) / 3 - 2 / 3 * var(--spacing-small));
}
.breed.eerste{
	grid-column: 1 / 3;
}
.breed.tweede{
	grid-column: 2 / 4;
}
.breed.derde{

}
.wp-block-quote{
    border-left: 4px solid var(--donker-groen);
    margin: 0;
    padding-left: 2rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}


/* CUSTOM CLASSES */
.pb-0{
    padding-bottom: 0;
}
.pt-0{
    padding-top: 0;
}
p.has-medium-font-size{
    font-size: 20px;
    font-weight: 700;
    color: var(--donker-groen);
    margin-bottom: 0;
}
p.has-medium-font-size.groen{
    color: var(--groen);
}
.deco-logo{
    position: relative;
}
.deco-logo::after{
    position: absolute;
    content: '';
    width: 150px;
    background-image: url(/wp-content/themes/Groeninzicht/assets/images/stempel.svg);
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 0;
    right: calc(50% - var(--max-width) / 2);
}

.single main > figure,
.single .wp-block-columns,
.single .wp-block-group {
    padding-bottom: calc(var(--spacing-big) / 4);
    padding-top: calc(var(--spacing-big) / 4);
}


/* HOME */
div.wp-block-columns.deco-home-1{
    padding-right: 0;
    max-width: 100%;
}
.deco-home-1 .wp-block-gallery{
    margin-bottom: 3rem;
}
.deco-home-1 .wp-block-gallery img{
    aspect-ratio: 1/1;
}
.deco-home-2{
    max-width: 950px;
    margin: auto;
}
p.quote{
	z-index: 1; 
	position: relative;
    padding-bottom: 3rem;
    margin-top: -10px;
    padding-left: 20%;
    font-weight: 600;
    max-width: 65%;
    font-family: 'Playfair Display';
}
.bigger img{
    width: 125%;
}
.bigger.is-style-pinda::before{
    top: -25%;
    width: 117%;
    left: 46%;
}
.content-header{
    padding-bottom: var(--spacing-small);
}


/* LISTS */
.is-style-vinkjes {
    list-style: none;
}
.is-style-vinkjes li{
    position: relative;
    padding: 1.25rem 0px 1.25rem 2rem;
}
.is-style-vinkjes li::before{
    content: '';
    width: 40px;
    height: 40px;
    background: url(/wp-content/themes/Groeninzicht/assets/images/vinkje.svg);
    position: absolute;
    left: -40px;
    background-size: contain;
    top: calc(50% - 20px);
}


/* BUTTONS */
.is-style-pijltje a{
    background-color: unset;
}
.wp-block-post-excerpt__more-link,
.wp-block-button__link{
    transition: var(--transition);
    position: relative;
    z-index: 1;
    padding-top: 8px;
}

.wp-block-post-excerpt__more-link:hover::before,
.cross-link:hover p.wp-block-button__link::before,
.wp-block-button__link:hover::before{
    clip-path: polygon(50% 0%, 100% 0, 100% 60%, 100% 100%, 0 100%, 0% 60%, 0 0);
}
.wp-block-post-excerpt__more-link::before,
.wp-block-button__link::before{
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    background-image: url(/wp-content/themes/Groeninzicht/assets/images/blaadjes.svg);
    height: 30px;
    transition: var(--transition);
    right: -38px;
    bottom: 14px;
    position: absolute;
    clip-path: polygon(0 100%, 0 100%, 0 100%, 0 100%, 0 100%, 0 100%, 0 100%);
}
.wp-block-post-excerpt__more-link:hover,
.cross-link:hover p.wp-block-button__link,
.wp-block-button__link:hover{
    color: var(--donker-groen);
    border-color: var(--groen);
}


/* IMAGES */
.deco-icon{
    margin-top: auto;
}
.deco-icon img{
    object-fit: contain;
}
.is-style-cirkel,
.is-style-lever,
.is-style-pinda,
.is-style-afgerond,
.is-style-ruit{
    position: relative;
}
/* masks */
.is-style-cirkel img{
    -webkit-mask-image: url(/wp-content/themes/Groeninzicht/assets/images/cirkel.svg);
    mask-image: url(/wp-content/themes/Groeninzicht/assets/images/cirkel.svg);
    -webkit-mask-size: contain;
    aspect-ratio: 659/631;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
}
.is-style-lever img{
    -webkit-mask-image: url(/wp-content/themes/Groeninzicht/assets/images/lever.svg);
    mask-image: url(/wp-content/themes/Groeninzicht/assets/images/lever.svg);
    -webkit-mask-size: contain;
    aspect-ratio: 1415/888;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
}
.is-style-pinda img{
    -webkit-mask-image: url(/wp-content/themes/Groeninzicht/assets/images/home.svg);
    mask-image: url(/wp-content/themes/Groeninzicht/assets/images/home.svg);
    -webkit-mask-size: contain;
    aspect-ratio: 353/323;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
}
.is-style-afgerond img{
    -webkit-mask-image: url(/wp-content/themes/Groeninzicht/assets/images/afgerond.svg);
    mask-image: url(/wp-content/themes/Groeninzicht/assets/images/afgerond.svg);
    -webkit-mask-size: contain;
    aspect-ratio: 202/211;
	mask-repeat: no-repeat;
}
.is-style-ruit img{
    -webkit-mask-image: url(/wp-content/themes/Groeninzicht/assets/images/ruit.svg);
    mask-image: url(/wp-content/themes/Groeninzicht/assets/images/ruit.svg);
    -webkit-mask-size: contain;
    aspect-ratio: 745/611;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
}
/* backgrounds */
.is-style-ruit::before{
    content: '';
    position: absolute;
    background-image: url(/wp-content/themes/Groeninzicht/assets/images/ruit-achtergrond.svg);
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
    aspect-ratio: 231/244;
    top: -10%;
    width: 100%;
}
.is-style-cirkel::before{
    content: '';
    position: absolute;
    width: 117%;
    background-image: url(/wp-content/themes/Groeninzicht/assets/images/cirkel-achtergrond.svg);
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
    aspect-ratio: 14/11;
    top: 11%;
    left: -6%;
}
.is-style-afgerond::before{
    content: '';
    position: absolute;
    background-image: url(/wp-content/themes/Groeninzicht/assets/images/cirkel-achtergrond.svg);
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
    aspect-ratio: 256/201;
    top: -3%;
    width: 136%;
    transform: rotate(240deg);
    left: -15%;
}
.is-style-lever::before{
    content: '';
    position: absolute;
    background-image: url(/wp-content/themes/Groeninzicht/assets/images/lever-achtergrond.svg);
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
    aspect-ratio: 46/41;
    top: -1%;
    width: 67%;
    left: 21%;
}
.is-style-pinda::before{
    content: '';
    position: absolute;
    background-image: url(/wp-content/themes/Groeninzicht/assets/images/home-achtergrond.svg);
    height: auto;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
    aspect-ratio: 1083/1390;
    top: 0%;
    width: 87%;
    left: 47%;
	max-width: 500px;
	max-height: 600px;
}
.is-style-per-drie{
    display: grid;
    grid-template-columns: 5fr 8fr;
    grid-template-rows: 1fr 1fr;
    gap: var(--spacing-small);
}
.is-style-per-drie figure:nth-child(even){
    grid-area: 1 / 2 / 3 / 2;
}
.is-style-per-drie img{
	height: 100%;
}
.blaadjes{
    position: relative;
}
.blaadjes::before{
    content: '';
    position: absolute;
    width: 300px;
    height: auto;
    background-image: url(/wp-content/themes/Groeninzicht/assets/images/blaadjes.svg);
    background-repeat: no-repeat;
    background-size: contain;
    left: -185px;
    top: 0;
    aspect-ratio: 487/408;
}
.werknemer-block.blaadjes::before{
    left: -148px;
    width: 400px;
}


/* ARCHIVE */
.query-loop{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding-top: 0;
}
.query-item a{
    text-decoration: unset;
}
.query-item .featured-image img{
    aspect-ratio: 1;
	object-fit: cover;
}
.wp-block-post-title a{
    text-decoration: unset;
    font-weight: 500;
}
.wp-block-post-title,
.query-item p{
    font-weight: 500;
    margin-top: 1rem;
    font-family: 'Playfair Display';
}
.featured-image img,
.featured-image{
    width: 100%;
}
.ul-filter{
    list-style: none;
    display: flex;
    align-items: center;
    padding: 0;
    gap: 8px;
    justify-content: flex-end;
}
.ul-filter a{
    font-family: 'Playfair Display';
    font-size: 20px;
    text-decoration: unset;
    font-weight: 500;
    padding-bottom: 0.5rem;
}
.filter{
    padding-top: 0;
    padding-bottom: 0;
}
.li-filter.active a{
    border-bottom: 2px solid var(--groen);
}
.wp-block-query.vertical ul{
    display: grid;
    gap: var(--spacing-medium);
    grid-template-columns: 1fr;
    grid-template-rows: unset;
    padding:0;
}
.vertical .wp-block-post{
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.vertical .wp-block-post-title{
    max-width: 50%;
    font-family: 'Playfair Display';
}
.wp-block-post-title a{
    font-family: 'Playfair Display';
    font-weight: 700;
}
.wp-block-query.vertical  .wp-block-post-template .wp-block-post img{
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
}
.vertical .wp-block-post-excerpt__excerpt{
    max-width: 50%;
}


/* SINGLE */
.single .wp-block-columns.post-excerpt{
	padding-top: 0;
	padding-bottom: 0;
}
.info-icon-col{
    justify-content: space-between;
    padding-top: 0;
    padding-bottom: 0;
    flex-wrap: wrap;
}
.info-icon{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    width: fit-content;
    justify-content: flex-start;
}
span.info{
    display: flex;
    flex-direction: column;
    gap: 4px;
}
span.info p{
    margin: 0;
    font-weight: 600;
}
.excerpt{
	max-width: 50%;
}
span.info p:first-child{
    color: var(--groen);
}
.single-excerpt{
    max-width: 50%;;
}
.wp-block-columns.andere-projecten-block{
    gap: 0;
    display: grid;
    grid-template-columns: repeat(8, 1fr);
}
.wp-block-columns.andere-projecten-block .info{
    height: fit-content;
    background: var(--licht-groen);
    -webkit-mask-image: url(/wp-content/themes/Groeninzicht/assets/images/afgerond.svg);
    mask-image: url(/wp-content/themes/Groeninzicht/assets/images/afgerond.svg);
    -webkit-mask-size: contain;
    aspect-ratio: 221/231;
    -webkit-mask-repeat: no-repeat;
    margin: auto;
    mask-repeat: no-repeat;
    box-sizing: border-box;
    grid-area: 1 / 1 / 1 / 4;
}
.wp-block-columns.andere-projecten-block .image{
    grid-area: 1 / 3 / 1 / 9;
}

.wp-block-columns.andere-projecten-block.even .info{
    grid-area: 1 / 6 / 1 / 9;

}
.wp-block-columns.andere-projecten-block.even .image{
    grid-area: 1 / 1 / 1 / 7;
}
.andere-projecten-block .has-medium-font-size{
    font-size: 24px;
}
.andere-projecten-block .cross-title{
    font-size: 33px;
    margin: 0;
}
.cross-link{
    padding: var(--spacing-medium);
    width: 100%;
    height: 100%;
    display: block;
    box-sizing: border-box;
    text-decoration: unset;
    display: flex;
    flex-direction: column;
}
.cross-link .wp-block-buttons{
    margin-top: auto;    
}


/* FORMS */
.gform_required_legend{
    display: none;
}
.gform-body *{
    font-family: 'Montserrat' !important;
}
.gform-body textarea,
.gform-body input{
    border: unset !important;
    box-shadow: unset !important;
}








@media screen and (min-width: 1800px) {
    /* .wp-block-columns{
        padding-top: calc(var(--spacing-big) * 1.2);
        padding-bottom: calc(var(--spacing-big) * 1.25);
    } */
    :root{
        --max-width: 1500px;
    }
}
@media screen and (max-width: 1500px) {
    header nav.socials{
        left: 1rem;
        bottom: -140px;
        flex-direction: row;
        gap: 3rem;
    }
}
@media screen and (max-width: 1350px) {
    body footer.site-footer,
    body header{
        grid-template-columns: 50px 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 50px; 
    }
    body main > .alignwide{
        padding-left: 50px;
        padding-right: 50px;
    }
    .cross-excerpt{
        display: none;
    }
    .andere-projecten-block .cross-title{
        font-size: 24px;
    }
    body .site-breadcrumbs {
        grid-area: 4 / 1 / 4 / 12;
    }
	/*.intro-wrapper.frontpage video{
		width: auto;
		left: 50%;
		translate: -50%;
	}*/
}
@media screen and (max-width: 900px) {
	.werknemer-block:has(.wp-block-column:last-child > figure:only-child){
		flex-direction: column-reverse;	
	}
	body.single-post header .site-title {
		grid-area: 2 / 2 / 3 / 12;
	}
	body header.single-post .intro-wrapper {
		grid-area: 6 / 2 / 10 /12;
	}
	body.single-post header .post-excerpt {
		grid-area: 3/ 2/ 5/ 12;
		margin-bottom: -2rem;
	}
	body main > :not(.alignwide, .alignfull){
		padding-left: 50px;
		padding-right: 50px;
	}
	.excerpt{
		max-width: 100%;
	}
    .wp-block-columns.andere-projecten-block .info {
        -webkit-mask-image: unset;
        mask-image: unset;
        -webkit-mask-size:unset;
        aspect-ratio: unset;
		-webkit-mask-repeat: no-repeat;
		mask-repeat: no-repeat;
        grid-area: 1 / 1 / 3 / 7;
        z-index: 1;
        border-radius: 25px;
    }
    .wp-block-columns.andere-projecten-block.even .info {
        grid-area: 1 / 3 / 1 / 9;
    }
    .vertical .wp-block-post-title,
    .vertical .wp-block-post-excerpt__excerpt{
        max-width: 100%;
    }
    .is-style-cirkel::before {
        width: 105%;
        left: 5%;
    }
    .is-style-afgerond img, 
    .is-style-cirkel img,
    .is-style-lever img,
    .is-style-pinda img{
		-webkit-mask-repeat: no-repeat;
		mask-repeat: no-repeat;
        max-height: 400px;
        mask-position: center;
    }
    .is-style-afgerond, 
    .is-style-cirkel,
    .is-style-lever,
    .is-style-pinda{
        justify-content: center;
    }  
    .is-style-afgerond::before, 
    .is-style-cirkel::before,
    .is-style-lever::before,
    .is-style-pinda::before{
        width: 450px !important;
    }  
    p.quote {
         padding-bottom: 1rem; 
         margin-top: 0px; 
    }
    .wp-block-columns.column-reverse{
        flex-direction: column-reverse;
    }
    div.wp-block-columns.deco-home-1{
        padding-right: 50px;
    }
    .pb-0{
        padding-bottom: calc(var(--spacing-big) / 2);
    }
    .wp-block-columns{
        flex-direction: column;
    }
    body .home-site-title h1{
        font-size: 40px;
    }
    .site-breadcrumbs a{
        font-size: 12px;;
    }
    .filter a{
        font-size: 12px;
    }
	body header.single-project .site-title, 
	body header.single-post .site-title{
		grid-area: 3 / 2 / 4 / 12;
	}
}
@media screen and (max-width: 600px) {
	
	  body .site-breadcrumbs {
        display: none;
    }
	.ul-filter > p{
		display: none;
	}
	body main > :not(.alignwide, .alignfull){
		padding-left: 20px;
		padding-right: 20px;
	}
	.wp-block-gallery{
		flex-direction: column;
	}
    .wp-block-columns.filter{
        padding-top: 0;
        padding-bottom: 0;
    }
    body main .wp-block-columns.andere-projecten-block{
        display: flex;
        flex-direction: column;
        gap: 0;
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .wp-block-columns.andere-projecten-block .info{
        border-radius: 25px 25px 0 0 ;
    }
    .wp-block-columns.andere-projecten-block .image img{
        border-radius: 0 0 25px 25px;
    }
    .cross-link{
        padding: 2rem;
    }
    .single-excerpt{
        max-width: 100%;
    }
    .query-loop {
        grid-template-columns: 1fr;
    }
    main > figure, .wp-block-columns, .wp-block-group{
        padding-bottom: calc(var(--spacing-big) / 3);
        padding-top: calc(var(--spacing-big) / 3);
    }
    .wp-block-columns:not(.gap-small){
        gap: var(--spacing-small);
    }
	.query-item .featured-image img {
		aspect-ratio: 2 / 1;
		object-fit: cover;
	}
    body header nav.socials {
        bottom: -6rem;
    }
    body main > .alignwide{
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    body header{
        grid-template-columns: 20px 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 20px; 
    }
    .is-style-afgerond::before, 
    .is-style-cirkel::before,
    .is-style-lever::before,
    .is-style-pinda::before{
        display: none;
    }  
    div.wp-block-columns.deco-home-1{
        padding-top: 0;
    }
	.blaadjes::before{
		display: none;
	}

	.ul-filter{
		display: grid;
		grid-template-columns: 1fr 1fr;
		row-gap: 0;
	}
}
