.flex_layout.cta_big {
    height: calc(100vh - 60px);
    display: flex;
    /* justify-content: center; */
    align-items: center;
    margin-top: -30px;
}

.flex_layout.cta_big .cta_big_wrapper{
    display: flex;
    z-index: 2;
    position: relative;
    justify-content: flex-end;  
}

.flex_layout.cta_big .cta_big_wrapper .content_container .heading .heading_text{
    color: white;   
}

.flex_layout.cta_big .cta_big_wrapper .content_container .content_wrapper .heading_wrapper .heading .heading_text h1 .{
 /* h1 aanpassen werkt niet zo */ 
 /* color: blue;    */
 font-size: 100px;
}

.flex_layout.cta_big .cta_big_wrapper .subtitel{
    margin-bottom: 1rem;
    letter-spacing: 0.1em;
}


.flex_layout.cta_big .cta_big_wrapper .content_container{
    position: absolute;
    background-color: transparent;
    border-radius: 16px;
    /* padding: 60px 50px; */
    max-width: 670px;
    width: 100%;
    left: 0px;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 1;
    color: white;
    
    background-image: url(/wp-content/themes/bb-theme-child/assets/images/cta_lines.svg);
    background-position: center center;
    background-size: cover;
}

.flex_layout.cta_big .cta_big_wrapper .content_wrapper{
    max-width: 600px;
}

#pk_flex_content .flex_layout.cta_big .cta_big_wrapper{
    /* height: 70vh; */
    /* margin-top:-30px; */
}



.flex_layout.cta_big .cta_big_wrapper .content_container .button_wrapper{
    display: flex;
    gap: 20px 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 35px;
}



.flex_layout.cta_big .cta_big_wrapper > .image_container {
 display: flex;
justify-content: flex-end; 
align-items: center;

}

.flex_layout.cta_big .cta_big_wrapper .image_container{
    position: relative;
}

.flex_layout.cta_big .cta_big_wrapper > div.image_container{
    position: relative;
}

.flex_layout.cta_big .cta_big_wrapper > div.image_container > div.image_wrapper img{
    max-height: 90vh;
    object-fit: contain;
    object-position: right;
}


.flex_layout.cta_big .cta_big_wrapper > div.image_container .image_wrapper,
.flex_layout.cta_big .cta_big_wrapper > div.image_container .image_wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
} 


#pk_flex_content .flex_layout.cta_big .discover_button{
    position: absolute;
    bottom: 3rem;
    right: 3rem;

    padding: 1.5rem;
    display: flex; 
    flex-direction: column; 
    justify-content: flex-start;   
    align-items: flex-start;
    gap: 15px;

    background: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(12.5px);
    border-radius: 8px;
    color: white;
    max-width: 280px;
    text-align: left;
}

.flex_layout.cta_big .discover_button svg{
    position: absolute;
    top: 20px;
    right: 20px;
    transition: all 0.3s;
}

#pk_flex_content .flex_layout.cta_big .discover_button:hover svg{
    transform: rotate(45deg);
}

.flex_layout.cta_big .discover_button img{
    width: auto;
    max-width: 60px;
    height: auto;
    margin: -0.5rem;
}

.flex_layout.cta_big .discover_button span{
    font-size: 28px;
    font-weight: 500;
    color: white;
}



@media screen and (max-width: 992px){
    .flex_layout.cta_big .cta_big_wrapper{
        gap: 0px;
        height: auto; 
    }
    
    #pk_flex_content .flex_layout.cta_big .cta_big_wrapper{
        height: auto;
    }
    
    .flex_layout.cta_big .cta_big_wrapper .content_container{
        position: relative;
        background-color: transparent;
        border-radius: 16px;
        padding: 50px 40px;
        max-width: 550px;
        width: 100%;
        left: 0px;
        top: 20%;
        transform: translate(0, -50%);
        z-index: 1;
        color: white;
    }
    
}



@media screen and (min-width: 768px){
    .flex_layout.cta_big .cta_big_wrapper > div.image_container{
        width: 80%;
        height: 100%;
    }
    
    .flex_layout.cta_big .cta_big_wrapper > div.image_container > div.image_wrapper{
        height: 90%;
    }
}
@media screen and (max-width: 767px){
    #pk_flex_content .flex_layout.cta_big{
        padding-inline: 0px;
        padding-top: 0px;
    }
    
    .flex_layout.cta_big .cta_big_wrapper{
        flex-direction: column-reverse;
        gap: 20px;
        display: flex;
        height: 100lvh;
    }
    
    .flex_layout.cta_big .cta_big_wrapper .content_container{
        /* position: absolute; */
        /* padding: 30px 20px;
        margin-inline: 20px; */
        /* max-width: calc(100vw - 40px); */
        width: 100%;
        left: 0px;
        /* top: unset; */
        /* margin-bottom: -100px; */
        transform: unset;
        
    }
    
    
.flex_layout.cta_big .cta_big_wrapper > div.image_container {
        width: 100%;
        /* height: 100vh; */
        position: relative;
    }
    
.flex_layout.cta_big .cta_big_wrapper > div.image_container .image_wrapper,
    .flex_layout.cta_big .cta_big_wrapper > div.image_container img {
        width: 100%;
        /* height: 100vh; */
        object-fit: contain;
    }

    
}