/* crvs soorten*/

.soort_icon {
    font-size: 16px;
    position: relative;
    line-height: 28px;
    text-align: center;
    box-shadow: 1px 6px 19px #fff;
    color: #fff;
    background-color: #5db94e;
    border: 1px solid #5db94e;
    margin: 0 4% 3% 0;
    border-radius: 40px;
    }
    .soort_icon .fa-solid.fa-angles-right:before {
    font-size: 29px;
    position: relative;
    padding: 8px 15px 9px;
    color: #fff;
    border-radius: 10px;
    border: 1px solid #fff;
}
.soort_icon .fa-solid.fa-angles-right:before:hover {
color:#333;
}
.crvs-voor { width: 100%; color:#fff; font-size: 21px; font-weight: normal;  }
.soort_icon.wlzsorg h3, .row_soorten .fa-sharp.fa-solid.fa-building-columns:before { color:#fff;}
.crvs-box-main.tophome .soort_icon h3, .soort_icon h3 {color:#fff; margin-top: 5px!important; margin-bottom: 20px!important; font-size: 1.3em!important; font-weight: 400;}
/*/////*/
@media screen and (min-width:60em) {
 .soort_icon {
    float: left;
    width: 25%;
    padding: 15px 2% 55px;
    height: 130px;
    margin: 0 2% 2%;
}
    /*.soort_icon {float: left; width: 29%; padding: 15px 2% 55px; height: 130px;   }*/
    .row_soorten.smal .soort_icon { width: 39%; margin: 10px 20px 10px 0;}
}
@media screen and (max-width:59.9999em) {
    .soort_icon{ float:left; width: 94%;  padding: 27px 3% 38px; margin:10px 0;  height: auto;}
    .row_soorten.smal .soort_icon { width: 94%; margin: 10px 0;}
}


.row_soorten.smal .soort_icon h3 { font-size: 1em!important;}
.row_soorten {
    width:100%;
    height:auto;
    justify-content: flex-start;
    align-items: baseline;
    display:inline-block;
    padding: 1% 0 2% ; min-height: 80px;
}
.row_soorten .fa-sharp.fa-solid.fa-building-columns:before,
.row_soorten .fa-solid.fa-people-arrows:before,
.row_soorten .fa-soild.fa-hands-holding-heart:before,
.row_soorten .fa-solid.fa-brain:before,
.row_soorten .fa-regular.fa-people-group:before,
.row_soorten .fa-regular.fa-handshake:before { float:none!important; margin: auto!important;}
.fa-duotone.fa-circle-arrow-right:before {display:none;}
.arrow {background-color:#047b99; width:60%; display:inline-block; height: 50px; margin: 20px auto; border-radius: 10px; }
.soort_icon:hover {box-shadow: 1px 6px 19px #81caf3; background-color:#5fa4c3; border: 1px solid #5fa4c3;}
.soort_icon  .fa-solid.fa-angles-right:after {
    position: relative;
    top: -15px;
    left: -8px;
    color: #fff;
    font-size: ;
    font-family: 'oswald';
    font-weight: 300;
    text-align: center;
    justify-content: center;
    display: flex;
}

/*.soort_icon .fa-solid.fa-heart-half-stroke:before,*/

.soort_icon .fa-sharp.fa-solid.fa-building-columns:before { display:none;font-size: 30px; color:#006797; }
.soort_icon .fa-solid.fa-people-arrows:before { display:none;font-size: 30px; color:#006797; }
.soort_icon .fa-solid.fa-hands-holding-heart:before { display:none;font-size: 30px; color:#006797; }
.soort_icon .fa-solid.fa-brain:before {display:none; font-size: 30px; color:#006797; }
.soort_icon .fa-regular.fa-people-group:before { display:none;font-size: 30px; color:#006797; }
.soort_icon .fa-regular.fa-handshake:before {display:none; font-size: 30px; color:#006797; }
.row_soorten header {color: #006797;margin-bottom: 35px;font-weight: 400;line-height: 28px;   font-family: "Oswald",sans-serif;    font-size: 22px;    text-align: center;}

/**/
/*<i class="fa-solid fa-sparkles"></i>*/
/* kerstboom arrow*/
/*<div class="arrow-10"></div>*/
.arrow-10 {
    width:30px;
    height:60px;
    padding-top: 60px;
    display: grid;
    background:
            linear-gradient(currentColor 0 0) bottom/10px calc(100% - 15px),
            conic-gradient(from 134deg at top,#0000 ,currentColor 1deg 90deg,#0000 91deg) top/100% 15px;
    background-origin: content-box;
    background-repeat: no-repeat;
    animation: a10-0 2s infinite;
}
.arrow-10:before,
.arrow-10:after {
    content: "";
    grid-area: 1/1;
    background:inherit;
    background-size: 10px calc(100% - 25px),100% 25px;
    animation: a10-1 2s infinite;
}
.arrow-10:after {
    background-size: 10px calc(100% - 30px),100% 30px;
    animation: a10-2 2s infinite;
}
@keyframes a10-0 {
    25%,100% {padding-top:0px}
}

@keyframes a10-1 {
    0%,25%   {margin:60px -10px 0}
    50%,100% {margin:8px  -10px 0}
}
@keyframes a10-2 {
    0%,50%   {margin:60px -15px 0}
    75%,100% {margin:20px -15px 0}
}
.arrow-10 {
    box-sizing: border-box;
}

.row_soorten.smal .soort_icon h3 { font-size: 1em!important;}
.row_soorten {
    width:100%;
    height:auto;
    justify-content: flex-start;
    align-items: baseline;
    display:inline-block;
    padding: 1% 0 2% ; min-height: 80px;
}
.row_soorten .fa-sharp.fa-solid.fa-building-columns:before,
.row_soorten .fa-solid.fa-people-arrows:before,
.row_soorten .fa-soild.fa-hands-holding-heart:before,
.row_soorten .fa-solid.fa-brain:before,
.row_soorten .fa-regular.fa-people-group:before,
.row_soorten .fa-regular.fa-handshake:before { float:none!important; margin: auto!important;}
.fa-duotone.fa-circle-arrow-right:before {display:none;}
.arrow {background-color:#047b99; width:60%; display:inline-block; height: 50px; margin: 20px auto; border-radius: 10px; }
.soort_icon:hover {box-shadow: 1px 6px 19px #81caf3; background-color:#5fa4c3; border: 1px solid #5fa4c3;}
.soort_icon  .fa-solid.fa-angles-right:after {
    position: relative;
    top: -15px;
    left: -8px;
    color: #fff;
    font-size: ;
    font-family: 'oswald';
    font-weight: 300;
    text-align: center;
    justify-content: center;
    display: flex;
}

/*.soort_icon .fa-solid.fa-heart-half-stroke:before,*/

.soort_icon .fa-sharp.fa-solid.fa-building-columns:before { display:none;font-size: 30px; color:#006797; }
.soort_icon .fa-solid.fa-people-arrows:before { display:none;font-size: 30px; color:#006797; }
.soort_icon .fa-solid.fa-hands-holding-heart:before { display:none;font-size: 30px; color:#006797; }
.soort_icon .fa-solid.fa-brain:before {display:none; font-size: 30px; color:#006797; }
.soort_icon .fa-regular.fa-people-group:before { display:none;font-size: 30px; color:#006797; }
.soort_icon .fa-regular.fa-handshake:before {display:none; font-size: 30px; color:#006797; }
.row_soorten header {color: #006797;margin-bottom: 35px;font-weight: 400;line-height: 28px;   font-family: "Oswald",sans-serif;    font-size: 22px;    text-align: center;}