/* svg styling */
.logo svg {
    height: 55px;
}


.flImageLinks.thema li.flitem svg {
    height: 140px;
}

.flImageLinks.thema li.flitem svg * {
    stroke: #f38500;
    stroke-width: 2;
}

li.flitem svg * {
    stroke: #f38500;
}

.home li.flitem:nth-child(4) svg path,
.flImageLinks.thema li.flitem:nth-child(3) svg path {
    stroke-width: 0;
    stroke: #f38500;
    fill: #f38500;
}




/* svg replacement */
.maincontentwrapper svg * {
    stroke: #9c9791;
}
.maincontentwrapper svg:hover * {
    stroke: #f38500!important;
}
.maincontentwrapper svg {
    height: 60px;
}

.nav-tabs .tabButton .tab-icon svg {
    height: 65px;
}

.nav-tabs .tabButton.active .tab-icon svg * {
    stroke: #f38500;
}
.L2_Wachttijden .nav-tabs .tabButton:nth-child(3) svg * {
    /*fill: #9c9791;*/
}
.L2_Wachttijden .nav-tabs .tabButton:nth-child(3) .tab-icon svg:hover *,
.L2_Wachttijden .nav-tabs .tabButton:nth-child(3).active .tab-icon svg * {
    stroke: #f38500;
    /*fill: #f38500;*/
}

.L0_Contact .nav-tabs .tabButton .tab-icon svg * {
    stroke: #9c9791;
    /*fill: #9c9791;*/
}
.L0_Contact .nav-tabs .tabButton .tab-icon svg:hover *,
.L0_Contact .nav-tabs .tabButton.active .tab-icon svg * {
    stroke: #f38500;
    /*fill: #f38500;*/
}


/* svg hover */
a.tabLink:hover .tab-icon svg *{
    stroke: #f38500;
    color: #f38500;
}
