.klre{
    background-color: var(--main-color);
}

.klre__holder{
    display: flex;
}

.klre__text{
    position: relative;
    z-index: 2;
}

.klre__content{
    padding: 30px;
    background-color: #0160B9;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 725px;
    margin-bottom: 120px;
}

.klre__content h3{
    font-size: 32px;
    font-weight: 400;
    line-height: 41.6px;
    color: #fff;
}

.klre__content p{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    margin-bottom: 10px
}

.klre .btn.btn__secondary{
    color: #fff;
    border-color: #fff;
}

.klre .btn.btn__secondary:hover{
    color: #ffa200;
}


.klre__image{
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    width: 85%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    position: relative;
    height: inherit;
    right: 250px;
    margin-right: -250px;
    z-index: 0;
}

.klre__company{
    height: 140px;
    width: 140px;
    padding: 25px;
    border-radius: 0 0 10px 10px;
    margin-right: 30px;
    background-color: var(--secondary-color);
    object-fit: contain;
}

.klre__company img{
    object-fit: contain;
}

@media(max-width: 840px){
    .klre__holder{
        flex-direction: column;
    }

    .klre__content{
        margin-bottom: 20px;
    }

    .klre__image{
        position: unset;
        margin: unset;
        height: 300px;
        width: 100%;
    }
}

@media(max-width: 500px){
    .klre__content h3 {
        color: #fff;
        font-size: 27px;
        font-weight: 400;
        line-height: 31.6px;
    }
}
{# CTA-tekst zonder link: behoud de button-stijl, maar niet klikbaar/hoverbaar #}
.klre__cta--static{
    pointer-events: none;
}
