/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/


/**** AANPASSINGEN PROXIUM ****/

/* home vacatures */
.type-vacatures:has(.gradientHover):hover .gradientHover {
    background: linear-gradient(180deg, #213E7D, #77CBE6) !important;
}
.type-vacatures:has(.gradientHover):hover .gradientHover svg path {
    fill: #ffffff;
}
.type-vacatures:has(.gradientHover):hover .gradientHover svg g rect:last-child {
    fill: url(#paint0_linear_2720_1285) !important;
}
.type-vacatures:has(.gradientHover):hover .gradientHover svg {
    filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, .5))
}
.type-vacatures:has(.gradientHover):hover .gradientHover .w-btn {
    z-index: 2;
    pointer-events: none;
}

/* * {
    outline: 1px dashed rgba(0, 0, 0, 0.2);
} */



/* home uitgelicht nieuws */
.newsGrid .post_image img{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    mask-image: url('Vector-uitgelicht-nieuws.svg');
    -webkit-mask-image: url('Vector-uitgelicht-nieuws.svg');
    -webkit-mask-size: cover;
    mask-size: contain;
    mask-repeat: no-repeat;
}

.newsGrid .w-grid-list .w-vwrapper {
    overflow-x: hidden;
}

@media (max-width:600px) {
    .newsGrid .w-post-elm.post_image {
        height: 100%;
    }
}

.svghidden {
    height: 0;
    width: 0;
    padding: 0;
    margin: 0;
}



/* onze expertise home */
.type-expertise .gradientHover {
    position: relative;
    overflow-x: hidden;
}
.type-expertise .expertiseIcon {
    height: 5rem;
}
.type-expertise .expertiseIcon svg{
    top: -1.2rem;
    left: -1.2rem;
    position: absolute;
    height: auto;
    z-index: 1;
}
.type-expertise .gradientHover:hover {
    background: linear-gradient(180deg, #213E7D, #77CBE6) !important;
}

.type-expertise .gradientHover:hover svg path {
    fill: #ffffff;
}

.type-expertise .gradientHover:hover svg g rect:last-child {
    fill: url(#paint0_linear_2720_1285) !important;
}

.type-expertise .gradientHover:hover svg {
    filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, .5))
}

.type-expertise .gradientHover:hover * {
    color: #fff;
}

.type-expertise .gradientHover:hover .w-btn .w-btn-label {
    z-index: 2;
    pointer-events: none;
    color: #E6E24D !important
}




/* footer */
#page-footer{
    position: relative;
}
.footerLogo{
    transform: skewY(-2deg);
}
.svgFooter{
    position: absolute;
    left: 0;
    top: 35px;
    width: 100%;
    height: 100%;
    z-index: 2;
    transform: skewY(1deg);
}
.footer_elan{
    overflow: hidden;
    z-index: 22;
}

/* overig */
.textWrapperGradientLine h3.acf-block-field:not(:first-of-type)::before {
    height: 2px;
    width: 100%;
    background: linear-gradient(to right, transparent, #d9d834, transparent);
    border: none;
    background-color: transparent;
    position: absolute;
    content: '';
    z-index: 2;
    top:0;
    left: 0;
}

/* wij zijn image */
.hexagon img{
    position: relative;
    /* width: 50%; */
    aspect-ratio: 534 / 559;
    mask-image: url('hexagon-mask.svg');
    -webkit-mask-image: url('hexagon-mask.svg');
    -webkit-mask-size: cover;
    mask-size: contain;
    mask-repeat: no-repeat;
    /* overflow: hidden; */
    z-index: 3;
}

.hexagon .w-image-h::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #213E7D;
    opacity: 0.2;
    left: 0rem;
    top: 0;
    z-index: 2;
    -webkit-mask-image: url('hexgon-outerline-mask.svg');
    mask-image: url('hexgon-outerline-mask.svg');
    -webkit-mask-size: cover;
    /* mask-size: cover; */
    mask-size: contain;
    mask-repeat: no-repeat;
}
.hexagon.hexright .w-image-h::before {
    left: 2rem
}
.hexagon.hexright.w-image.has_ratio img {
    left:-1.5rem !important
}

/* overzicht specialisten */
.type-specialisten .w-post-elm.post_image.usg_post_image_1{
    clip-path: none !important;
}

.type-specialisten .w-post-elm.post_image.usg_post_image_1 img{
    mask-image: url('Vector-onze-mensen.svg');
    -webkit-mask-image: url('Vector-onze-mensen.svg');
    mask-size: contain;
    mask-repeat: no-repeat;

}



/* Hover telefoon icon -> onze professionals */
.w-grid .w-image.telefoon-icon {
    position: relative;
}

.w-grid .w-image.telefoon-icon img {
    transition: opacity .3s;
    position: relative;
    z-index: 1;
}

.w-grid .w-image.telefoon-icon::after {
    content: '';
    position: absolute;
    inset: 0;
    background: url(https://elannotarissen.samengebrand.nl/wp-content/uploads/2025/06/telefoon-icon-groen.svg) center/cover no-repeat;
    opacity: 0;
    transition: opacity .3s;
    pointer-events: none;
    z-index: 2;
}

.w-grid .w-image.telefoon-icon:hover img {
    opacity: 0;
}

.w-grid .w-image.telefoon-icon:hover::after {
    opacity: 1;
}

/* Hover e-mail icon -> onze professionals */
.w-grid .w-image.email-icon {
    position: relative;
}

.w-grid .w-image.email-icon img {
    transition: opacity .3s;
    position: relative;
    z-index: 1;
}

.w-grid .w-image.email-icon::after {
    content: '';
    position: absolute;
    inset: 0;
    background: url(https://elannotarissen.samengebrand.nl/wp-content/uploads/2025/06/e-mail_icon-groen.svg) center/cover no-repeat;
    opacity: 0;
    transition: opacity .3s;
    pointer-events: none;
    z-index: 2;
}

.w-grid .w-image.email-icon:hover img {
    opacity: 0;
}

.w-grid .w-image.email-icon:hover::after {
    opacity: 1;
}

/* Hover LinkedIn icon -> onze professionals */
.w-grid .w-image.linkedin-icon {
    position: relative;
}

.w-grid .w-image.linkedin-icon img {
    transition: opacity .3s;
    position: relative;
    z-index: 1;
}

.w-grid .w-image.linkedin-icon::after {
    content: '';
    position: absolute;
    inset: 0;
    background: url(https://elannotarissen.samengebrand.nl/wp-content/uploads/2025/06/linkedin-icon-groen.svg) center/cover no-repeat;
    opacity: 0;
    transition: opacity .3s;
    pointer-events: none;
    z-index: 2;
}

.w-grid .w-image.linkedin-icon:hover img {
    opacity: 0;
}

.w-grid .w-image.linkedin-icon:hover::after {
    opacity: 1; }

