#pk_flex_content .flex_layout.hero_afbeelding{
    max-width: 100%;
    margin-bottom: 60px;
}

#pk_flex_content .flex_layout.hero_afbeelding:has(+ .flex_layout.producten_slider)
#pk_flex_content .flex_layout.hero_afbeelding:has(+ .flex_layout.tekst_afbeelding_intro)  {
    margin-bottom: 0;
}

.hero_afbeelding .hero-section.bg-green{
    background: var(--olive-green);
}

.hero_afbeelding .hero-section.bg-pink {
    background: rgba(196, 2, 108, 1);
}

.hero_afbeelding .hero-section.bg-brown{
    background: var(--brown);
}

.hero_afbeelding .hero-section.bg-orange{
    background: var(--orange);
}

.hero_afbeelding .hero-section.bg-blue {
    color: var(--black);
    background: var(--light-blue);
}



.hero_afbeelding .hero-image__blur{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    
}

/* Breadcrumbs */
.hero_afbeelding .rank-math-breadcrumb{
    margin-bottom: 28px;
}

.hero_afbeelding .rank-math-breadcrumb * {
    all: unset;
    display: inline-block;
    width: fit-content;
    font-size: 20px;

}

.hero_afbeelding .rank-math-breadcrumb p{
    margin-bottom: 0;
}

.hero_afbeelding .rank-math-breadcrumb a {
    color:rgba(255, 255, 255, 0.5);
    cursor: pointer;
}

.hero_afbeelding .rank-math-breadcrumb .separator{
    font-size: 20px;
    margin:0 5px;
}

.hero_afbeelding .hero-image__blur img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero_afbeelding .hero-image__blur .overlay{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(10px);
    background: rgba(0,0,0,0.4);
}

#pk_flex_content .hero_afbeelding .hero-section{
    position: relative;
    width: 100%;
}


#pk_flex_content .hero_afbeelding .hero-section .hero-inner__wrapper{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 60px 0;
}

/* Content */
#pk_flex_content .hero_afbeelding .hero-content__wrapper {
    max-width: 100%;
    position: relative;
    padding: 0 20px;
    font-size: 18px;
    color: var(--white);
    z-index: 5;
}
#pk_flex_content .hero_afbeelding .hero-section.bg-blue .rank-math-breadcrumb,
#pk_flex_content .hero_afbeelding .hero-section.bg-blue .hero-title,
#pk_flex_content .hero_afbeelding .hero-section.bg-blue .hero-text__content,
#pk_flex_content .hero_afbeelding .hero-section.bg-blue .hero-btn__2{
   color: var(--black);
}

#pk_flex_content .hero_afbeelding .hero-section.bg-blue .rank-math-breadcrumb a {
    color: rgba(0, 0, 0, 0.5);

}

#pk_flex_content .hero_afbeelding .hero-content__wrapper .hero-title{
    font-size: clamp(52px, 52px + (82 - 52) * ((100vw - 350px) / (1320 - 350)), 82px);
    font-weight: bold;
    color: var(--white);
    line-height: 1;
    margin-bottom: 30px;
}

#pk_flex_content .hero_afbeelding .hero-content__wrapper .hero-text__content{
    max-width: 600px;
    margin-top: 16px;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    color: var(--white);
}

/* CTA */
#pk_flex_content .hero_afbeelding .hero-content__wrapper .hero-cta__wrapper{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 32px;
}

#pk_flex_content .hero_afbeelding .hero-cta__wrapper .hero-btn{
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--white);
    width: fit-content;
    padding: 10px 20px;
    background: var(--green);
    transition: background-color 0.3s;
}

#pk_flex_content .hero_afbeelding .hero-cta__wrapper .hero-btn__1:hover{
    background:rgba(130, 190, 66, 0.7) ;
}

#pk_flex_content .hero_afbeelding .hero-cta__wrapper .hero-btn__2{
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 0;
    background: transparent;
}

#pk_flex_content .hero_afbeelding .hero-cta__wrapper .hero-btn__2::after{
    position: relative;
    font-family: 'Material Symbols Outlined';
    font-weight: 400;
    font-size: 20px;
    content: '\e313';
    transition: transform 0.5s;
    }
    
    #pk_flex_content .hero_afbeelding .hero-cta__wrapper .hero-btn__2:hover::after {
        transform: translateY(5px);
    }
/* Image */
#pk_flex_content .hero_afbeelding .hero-image__wrapper{
    width: 100%;
    margin-top: 32px;
    padding: 0 20px;
    inset: 0;
    z-index: 5;
}
#pk_flex_content .hero_afbeelding .hero-image__wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (min-width:768px){

    #pk_flex_content .hero_afbeelding .hero-section .hero-inner__wrapper{
        display: grid;
        gap: 20px;
    }

    /* Content */
    #pk_flex_content .hero_afbeelding .hero-content__wrapper {
        grid-column: 1 / span 8;
        font-size: 30px;
    }

    #pk_flex_content .hero_afbeelding .hero-content__wrapper .hero-cta__wrapper{
        flex-wrap: nowrap;
        gap: 24px;
    }

    #pk_flex_content .hero_afbeelding .hero-image__wrapper{
        grid-column: 9 / 13;
        padding-right: 20px;
    }
}

@media screen and (min-width: 990px){
    #pk_flex_content .flex_layout.hero_afbeelding{
        margin-bottom: 120px;
    }
    #pk_flex_content .hero_afbeelding .hero-section .hero-inner__wrapper{
        padding: 130px 0;
        padding-top: 85px;
    }
}

@media screen and (min-width: 1199px){
    #pk_flex_content .hero_afbeelding .hero-content__wrapper {
        grid-column: 2 / 7;
        padding: 0;
    }
    #pk_flex_content .hero_afbeelding .hero-image__wrapper{
        grid-column: 8 / 13;
        padding-right: 20px;
		height:100%;
    }

}

@media screen and (min-width: 1401px){
}

@media screen and (max-width: 1400px){
}