
/*menu aanpassingen*/
.breakdance-menu--active-underline .breakdance-menu-item--active:before {bottom: -30px !important}
.custom_active:before{width: calc(100% + 30px) !important;}
.breakdance .pijl_blokken .bde-columns{column-gap: 60px;}

/*blokken met pijlvorm rechgts*/
.pijl_blokken a:before, .pijl_blokken a:after{
	content: "";
    position: absolute;
    width: 100%;
    left: 40px;
    top: 0;
    height: 100%;
    background: url(hoek_wit.png) center right no-repeat;
    z-index: -1;
}
.pijl_blokken a:after{
	 transition: opacity 0.3s;
	transition-timing-function: ease-in-out;
	    background: url(hoek_blauw.png) center right no-repeat;
    z-index: -1;
	opacity: 0;
}
.pijl_blokken a:hover:after{opacity: 1;}
.breakdance .pijl_blokken a .bde-div:nth-child(1){padding-right: 20px}
.breakdance .pijl_blokken a .bde-div:nth-child(2){position: absolute; right: -10px;  top: 50%; transform: translateY(-50%);}

/*Lottie*/
.animation_circle, .animation_line{position: relative}
:root {
    --breedte: 1;
    --hoogte: 1
}
.lottieFileOmcirkel {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scaleX(var(--breedte)) scaleY(var(--hoogte));
    width: calc(100% + 21px);
    height: calc(100% + 26px);
}

.lottieFileStreep {
    position: absolute;
    left: 50%;
    bottom: -60%;
     width: calc(100% + 21px);
    transform: translateX(-50%);
}

@media (max-width: 768px) {
	.pijl_blokken a:before, .pijl_blokken a:after{display: none;}
    .breakdance .pijl_blokken a .bde-div:nth-child(1){padding-right: 40px}
.breakdance .pijl_blokken a .bde-div:nth-child(2){right: 10px;}
}