/*

Theme Name: LeF-Scholen
Template: kadence
Version: 1.0.1
Text Domain: lef-scholen
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

:root{
    --groen:#95C23D;
    --blauw:#292358;
    --wit:#fff;
    --roze:#E6007E;
}
.kb-button.kt-button{
    position: relative;
    z-index:2;
    overflow:visible;
}
.kb-button.kt-button:before{
    content:'';
    background-color: var(--blauw);
    display:flex;
    align-items: center;
    justify-content: center;
    background-image: url(images/knoparrow.svg);
    background-repeat:no-repeat;
    background-position: center;
    position: absolute;
    width:37px;
    height:37px;
    right:0;
    top:0;
    left:auto;
    bottom:auto;
    opacity: 1;
    z-index:3;
}
.kb-button.kt-button:after{
    content:'';
    width:90%;
    height:26px;
    background-image: url(images/knop-achtergrond.png);
    background-size:contain;
    position:absolute;
    left:-10px;
    bottom:-10px;
    z-index:-1;
}

.kb-button.kt-button span{
    background-color:#fff;
    padding:10.5px 20px;
}

.c2aback{

    position: absolute;
    z-index:1;
    bottom: -191px;
    right: -79px;

    figure{
        width:558px;
        height:406px;
    }
}
.c2aback + *{
    z-index:2;
}