/*Start Image Url Design changes*/

.header .navigation ul li .submenuWrapper.open .submenu ul .subMenuItem span {
    content: url('../_img/arrow_menu_blue.svg');
}

section.infoBox .imageTextBoxWrapper .imageTextBox.static .buttonWrapper .iconWrapper::after {
    content: url('../_img/arrow_right_round_blue.svg');
}

section.infoBox .imageTextBoxWrapper .imageTextBox.static .buttonWrapper .iconWrapper:hover::after {
    content: url('../_img/arrow_right_round_over_blue.svg');
}

section.linkedImageTextBoxes .linkedInfoBox .iconWrapper::after {
    content: url('../_img/arrow_right_round_blue.svg');
}

section.linkedImageTextBoxes .linkedInfoBox .iconWrapper:hover::after {
    content: url('../_img/arrow_right_round_over_blue.svg');
}

section.infoBoxList .boxWrapper .iconWrapper::after {
    content: url('../_img/arrow_right_round_blue.svg');
}

section.infoBoxList .boxWrapper .iconWrapper:hover::after {
    content: url('../_img/arrow_right_round_over_blue.svg');
}

section.productBoxes .productInfoBox .iconWrapper::after {
    content: url('../_img/arrow_right_round_blue.svg');
}

section.productBoxes .productInfoBox .iconWrapper:hover::after {
    content: url('../_img/arrow_right_round_over_blue.svg');
}

section.infoBox .imageTextBoxWrapper .imageTextBox .buttonWrapper .iconWrapper::after {
    content: url('../_img/arrow_down_round_blue.svg');
}

section.infoBox .imageTextBoxWrapper .imageTextBoxDetailed.open .buttonWrapper .iconWrapper::after {
    content: url('../_img/arrow_up_round_blue.svg');
}

@media only screen and (max-width: 576px) {
    section .productBoxes .productInfoBox .iconWrapper::after {
            content: url(../_img/arrow_right_round_small_blue.svg);
        }

        section.productBoxes .productInfoBox .iconWrapper:hover::after {
            content: url(../_img/arrow_right_round_over_small_blue.svg);
        }

    section.linkedImageTextBoxes .linkedInfoBox .iconWrapper::after {
        content: url(../_img/arrow_right_round_small_blue.svg);
    }

    section.linkedImageTextBoxes .linkedInfoBox .iconWrapper:hover::after {
        content: url(../_img/arrow_right_round_over_small_blue.svg);
    }

    section.infoBox .imageTextBoxWrapper .imageTextBox .buttonWrapper .iconWrapper::after {
        content: url('../_img/arrow_down_round_small_blue.svg');
    }

    section.infoBox .imageTextBoxWrapper .imageTextBoxDetailed.open .buttonWrapper .iconWrapper::after {
        content: url('../_img/arrow_up_round_small_blue.svg');
    }
}

/*End Image Url Design changes*/

/*Start other color design changes*/
tr:nth-child(even) {
    background-color: #B6DAFC;
}

section.press .filter .mention .type,
section.press .press-entry.mention .type {
    background-color: #14C96D;
}


section.numbers-overview {
    background-color: var(--theme-color);
}

/*End other color design changes*/