﻿/*
    |-----------------------------------------------------------------
    | Author: Stefan Schmidt (Kinder.Bildung.Zukunft e.V.)
    | Version 1.1
    |-----------------------------------------------------------------
*/


a.currentNavigationItem {
    color: #fcba59 !important;
}

p.kibiz-infoabend {
    color: red !important;
}


.newbadge {
    background-color: #fcba59;
    color: white;
    padding: 2px 4px;
    text-align: center;
    border-radius: 5px;
    font-size: smaller;
    margin: 2px;
    /*filter: drop-shadow(1px 1px 1px gray);*/
}

.newbadge-normal {
    background-color: #fcba59;
    color: white;
    padding: 4px 8px;
    text-align: center;
    border-radius: 5px;
    margin: 2px;
    /*filter: drop-shadow(1px 1px 1px gray);*/
}