﻿/*
Oranje kleuren thema
geel: rgba(249,156,37,1);
middel geel: rgba(228,144,53,1);
donker geel: rgba(173,118,54,1);

donkergrijs: rgba(61,61,63,1);
grijs: rgba(106,106,108,1);
lichtgrijs: rgba(61,61,63,1);
lichtergrijs: rgba(181,177,172,1);
lichtstegrijs: rgba(236,235,234,1);
*/

/*
Oranje kleuren thema
oranje: rgba(249,156,37,1);
middel oranje: rgba(228,144,53,1);
donker oranje: rgba(173,118,54,1);

donkergrijs: rgba(61,61,63,1);
grijs: rgba(106,106,108,1);
lichtgrijs: rgba(61,61,63,1);
lichtergrijs: rgba(181,177,172,1);
lichtstegrijs: rgba(236,235,234,1);
*/

a:hover
{
    text-decoration:none;
    color: rgba(173,118,54,1);
}
#menuContainer ul.submenu li a:hover
{
    -webkit-transition: background-color ease 1s, border ease 1s, color ease 1s !important; /* Safari */
    transition: background-color ease 1s, border ease 1s, color ease 1s !important;
    background-color:rgba(249,156,37,1);
    text-decoration:none;
    width: auto;
    border-top: 1px solid rgba(249,156,37,1);
}
#topBar, #introContainer, #footer, #mobileHeader
{
    background: url('/images/achtergrond_geel.jpg');
}
.c-hamburger span, .c-hamburger span::before,
.c-hamburger span::after {
  background: rgba(249,156,37,1);
}
.menuContent a:hover, .menuContent a.active {
    color: rgb(255,255,255) !important;
    background-color: rgba(249,156,37,1) !important;
    border-bottom: 1px solid rgb(221,219,219) !important;
}
#menuContainer ul li a
{
    color: rgba(61,61,63,1);
}

#menuContainer ul.hoofdmenu li:hover a, #menuContainer ul.hoofdmenu li a:hover, #menuContainer ul.hoofdmenu li a.active
{
    -webkit-transition: border ease 0.5s; /* Safari */
    transition: border ease 0.5s;
    border-top: 3px solid rgba(249,156,37,1);    
}
#menuContainer ul.submenu a
{
    border-top:0 !important;
    }
.btnKoopLeen a
{
 color: rgba(249,156,37,1);   
}
.btnKoopLeen a:hover
{
 color: rgba(173,118,54,1);
}
#attentieBar
{
    background: rgba(236,235,234,1);
}
#attentieBar a
{
    color: rgba(61,61,63,1);
}
.agendaItem:hover, .agendaItem:hover span
{
 background: rgba(249,156,37,1);
 color: #FFF;
}
.gallerieLinkMobile
{
    background-color: rgba(249,156,37,1);   
    color: #FFF;
}
.btn
{
    background-color: rgba(249,156,37,1);   
}
.btn:hover
{
    color: #FFF;
    background-color: rgba(228,144,53,1);
}
#nieuwsContainer
{
    background: rgba(249,156,37,1);   
}
.btn.Wit
{
    background: none;
    color: rgba(249,156,37,1);
}
.btn.tekstWit
{
    background: none;
    color: rgba(255,255,255,1);
}
.btn.tekstOranje
{
    background: none;
    color:rgba(249,156,37,1);  
}
.btn.Wit:hover, .nieuwsItem:hover .btn.Wit, .btn.tekstOranje:hover
{
    background: none;
    color: rgba(228,144,53,1);
}
.kunstenaar .kunstenaarNaam
{
    background: rgba(249,156,37,1);   
}
.positief
{
    background: rgba(156,201,79,1);
}
.negatief
{
    background: rgba(249,156,37,1);
}
#kunstenaarDetail .tabelWitItem:hover
{
    background: rgba(249,156,37,1);
    color: #FFF;
}
#kunstenaarDetail .active
{
    color: rgba(249,156,37,1);    
}
.kunstenaarGegevens
{
    background: rgba(249,156,37,1);
}