/* 
get more icons: 
@ https://feathericons.com/ 
*/
.row.row-content .content .page_content h2:before,
.powers .item .ico {
    content: "";
    width: 50px;
    height: 50px;
    background-image: url('/images/feathericons/help-circle.svg');
    background-size: 50px 50px!important;
    background-repeat: no-repeat;
}
.row.row-content .content .page_content h2.unbounded:before {
    display: none;
}
/* home > dienstenpanels */
body.__home .item:nth-of-type(1) .ico,
body.__diensten .item:nth-of-type(1) .ico {
    background-image: url('/images/feathericons/monitor.svg');
}
body.__home .item:nth-of-type(2) .ico,
body.__diensten .item:nth-of-type(2) .ico {
    background-image: url('/images/feathericons/shopping-bag.svg');
}
body.__home .item:nth-of-type(3) .ico,
body.__diensten .item:nth-of-type(3) .ico{
    background-image: url('/images/feathericons/code.svg');
}
body.__home .item:nth-of-type(4) .ico,
body.__diensten .item:nth-of-type(4) .ico {
    background-image: url('/images/feathericons/loader.svg');
}
body.__home .item:nth-of-type(5) .ico,
body.__diensten .item:nth-of-type(5) .ico {
    background-image: url('/images/feathericons/target.svg');
}
/* contact */
body.page4 .row.row-content .content .page_content.iconset1 h2:nth-of-type(1):before {
    background-image: url('/images/feathericons/message-circle.svg');
}
body.page4 .row.row-content .content .page_content.iconset1 h2:nth-of-type(2):before {
    background-image: url('/images/feathericons/map.svg');
}
body.page4 .row.row-content .content .page_content.iconset1 h2:nth-of-type(3):before {
    background-image: url('/images/feathericons/clock.svg');
}
body.page4 .row.row-content .content .page_content.iconset2 h2:nth-of-type(1):before {
    background-image: url('/images/feathericons/align-left.svg');
}
body.page4 .row.row-content .content .page_content.iconset2 h2:nth-of-type(2):before {
    background-image: url('/images/feathericons/share-2.svg');
}
body.page4 .row.row-content .content .page_content.iconset3 h2:nth-of-type(1):before {
    background-image: url('/images/feathericons/heart.svg');
}
body.page4 .row.row-content .content .page_content.iconset3 h2:nth-of-type(2):before {
    background-image: url('/images/feathericons/film.svg');
}
/* diensten + subs: */
/* diensten > websites */
body.__power.page8 .row.row-content .content .page_content h2:nth-of-type(1):before {
    background-image: url('/images/feathericons/info.svg');
}
body.__power.page8 .row.row-content .content .page_content h2:nth-of-type(2):before {
    background-image: url('/images/feathericons/layers.svg');
}
body.__power.page8 .row.row-content .content .page_content h2:nth-of-type(3):before {
    background-image: url('/images/feathericons/edit.svg');
}
body.__power.page8 .row.row-content .content .page_content h2:nth-of-type(4):before {
    background-image: url('/images/feathericons/thumbs-up.svg');
}
/* diensten > webwinkels */
body.__power.page9 .row.row-content .content .page_content h2:nth-of-type(1):before {
    background-image: url('/images/feathericons/shopping-cart.svg');
}
body.__power.page9 .row.row-content .content .page_content h2:nth-of-type(2):before {
    background-image: url('/images/feathericons/info.svg');
}
body.__power.page9 .row.row-content .content .page_content h2:nth-of-type(3):before {
    background-image: url('/images/feathericons/layers.svg');
}
body.__power.page9 .row.row-content .content .page_content h2:nth-of-type(4):before {
    background-image: url('/images/feathericons/shopping-bag.svg');
}   
/* diensten > development */
body.__power.page11 .row.row-content .content .page_content h2:nth-of-type(1):before {
    background-image: url('/images/feathericons/package.svg');
}
body.__power.page11 .row.row-content .content .page_content h2:nth-of-type(2):before {
    background-image: url('/images/feathericons/plus-square.svg');
}
body.__power.page11 .row.row-content .content .page_content h2:nth-of-type(3):before {
    background-image: url('/images/feathericons/maximize.svg');
}
body.__power.page11 .row.row-content .content .page_content h2:nth-of-type(4):before {
    background-image: url('/images/feathericons/coffee.svg');
}
/* diensten > backstage cms */
body.__power.page12 .row.row-content .content .page_content h2:nth-of-type(1):before {
    background-image: url('/images/feathericons/smile.svg');
}
body.__power.page12 .row.row-content .content .page_content h2:nth-of-type(2):before {
    background-image: url('/images/feathericons/monitor.svg');
}
body.__power.page12 .row.row-content .content .page_content h2:nth-of-type(3):before {
    background-image: url('/images/feathericons/maximize-2.svg');
}
body.__power.page12 .row.row-content .content .page_content h2:nth-of-type(4):before {
    background-image: url('/images/feathericons/log-in.svg');
}
/* diensten > online marketing */
body.__power.page10 .row.row-content .content .page_content h2:nth-of-type(1):before {
    background-image: url('/images/feathericons/smile.svg');
}
body.__power.page10 .row.row-content .content .page_content h2:nth-of-type(2):before {
    background-image: url('/images/feathericons/search.svg');
}
body.__power.page10 .row.row-content .content .page_content h2:nth-of-type(3):before {
    background-image: url('/images/feathericons/target.svg');
}
/* diensten > webhosting */
body.__power.page13 .row.row-content .content .page_content h2:nth-of-type(1):before {
    background-image: url('/images/feathericons/message-circle.svg');
}
body.__power.page13 .row.row-content .content .page_content h2:nth-of-type(2):before {
    background-image: url('/images/feathericons/cloud.svg');
}
body.__power.page13 .row.row-content .content .page_content h2:nth-of-type(3):before {
    background-image: url('/images/feathericons/coffee.svg');
}
/* diensten > nieuwsbrieven */
body.__power.page22 .row.row-content .content .page_content h2:nth-of-type(1):before {
    background-image: url('/images/feathericons/layout.svg');
}
body.__power.page22 .row.row-content .content .page_content h2:nth-of-type(2):before {
    background-image: url('/images/feathericons/user.svg');
}
body.__power.page22 .row.row-content .content .page_content h2:nth-of-type(3):before {
    background-image: url('/images/feathericons/mail.svg');
}
/* diensten > grafisch ontwerp */
body.__power.page15 .row.row-content .content .page_content h2:nth-of-type(1):before {
    background-image: url('/images/feathericons/smile.svg');
}
body.__power.page15 .row.row-content .content .page_content h2:nth-of-type(2):before {
    background-image: url('/images/feathericons/layers.svg');
}
body.__power.page15 .row.row-content .content .page_content h2:nth-of-type(3):before {
    background-image: url('/images/feathericons/coffee.svg');
}
/* diensten > regiopromotie */
body.__power.page18 .row.row-content .content .page_content h2:nth-of-type(1):before {
    background-image: url('/images/feathericons/map.svg');
}
body.__power.page18 .row.row-content .content .page_content h2:nth-of-type(2):before {
    background-image: url('/images/feathericons/navigation.svg');
}
body.__power.page18 .row.row-content .content .page_content h2:nth-of-type(3):before {
    background-image: url('/images/feathericons/smile.svg');
}
/* diensten > foto en video */
body.__power.page16 .row.row-content .content .page_content h2:nth-of-type(1):before {
    background-image: url('/images/feathericons/camera.svg');
}
body.__power.page16 .row.row-content .content .page_content h2:nth-of-type(2):before {
    background-image: url('/images/feathericons/image.svg');
}
body.__power.page16 .row.row-content .content .page_content h2:nth-of-type(3):before {
    background-image: url('/images/feathericons/message-circle.svg');
}
/* diensten > zoomsupport */
body.__power.page14 .row.row-content .content .page_content h2:nth-of-type(1):before {
    background-image: url('/images/feathericons/video.svg');
}
body.__power.page14 .row.row-content .content .page_content h2:nth-of-type(2):before {
    background-image: url('/images/feathericons/headphones.svg');
}
body.__power.page14 .row.row-content .content .page_content h2:nth-of-type(3):before {
    background-image: url('/images/feathericons/grid.svg');
}
/* diensten > online beeldbank */
body.__power.page19 .row.row-content .content .page_content h2:nth-of-type(1):before {
    background-image: url('/images/feathericons/archive.svg');
}
body.__power.page19 .row.row-content .content .page_content h2:nth-of-type(2):before {
    background-image: url('/images/feathericons/image.svg');
}



/* ADDS 2025 */


/* diensten > shopify */
body.__power.page34 .row.row-content .content .page_content h2:nth-of-type(1):before {
    background-image: url('/images/feathericons/shopping-cart.svg');
}
body.__power.page34 .row.row-content .content .page_content h2:nth-of-type(2):before {
    background-image: url('/images/feathericons/info.svg');
}
body.__power.page34 .row.row-content .content .page_content h2:nth-of-type(3):before {
    background-image: url('/images/feathericons/layers.svg');
}
body.__power.page34 .row.row-content .content .page_content h2:nth-of-type(4):before {
    background-image: url('/images/feathericons/shopping-bag.svg');
}


/* diensten > wcag */
body.__power.page33 .row.row-content .content .page_content h2:nth-of-type(1):before {
    background-image: url('/images/feathericons/info.svg');
}
body.__power.page33 .row.row-content .content .page_content h2:nth-of-type(2):before {
    background-image: url('/images/feathericons/layout.svg');
}


