/* write your custom styles here */
.color-museum
{color: #7c8b29;}


.color-museum-light
{color: #cece85;}

.color-kurse
{color: #a34a3f;}

.color-kurse-light
{color: #ffbfa9;}

.color-verein
{color: #336699;}

.color-verein-light
{color: #91acc8;}


.bg-kurse
{background-color: #ffbfa9;}


.navbar-brand {
    display: inline-block;
    padding-top: .75rem;
    padding-bottom: .25rem;
    font-size: 1.25rem;
    line-height: 1.5rem;
    white-space: nowrap;}

/*.znav-white a.navbar-brand {
        color: #666;}*/

.znav-rot, .znav-gruen, .znav-blau, {
    background-color: white;
}

.znav-rot a:not(.btn) {
    color: #a34a3f;
    text-transform: uppercase;
    font-weight: 550;
}

.znav-rot a:not(.btn):active, .znav-rot a:not(.btn):hover, .znav-rot a:not(.btn):focus, .znav-rot a:not(.btn):active:focus, .znav-blau a:not(.btn):active, .znav-blau a:not(.btn):hover, .znav-blau a:not(.btn):focus, .znav-blau a:not(.btn):active:focus, .znav-gruen a:not(.btn):active, .znav-gruen a:not(.btn):hover, .znav-gruen a:not(.btn):focus, .znav-gruen a:not(.btn):active:focus {
    color: #999;	
}


.znav-blau a:not(.btn) {
    color: #336699;
    text-transform: uppercase;
    font-weight: 550;

}

.znav-gruen a:not(.btn) {
    color: #7c8b29;
    text-transform: uppercase;
    font-weight: 550;

}


.btn-webkurse {
    color: white;
    background-color: #993333;
    border-color: #993333;
}


.btn-webkurse:hover {
    color: #993333;
    background-color: #ffbfa9;
    border-color: #ffbfa9;
}

.form-control {
    padding: 0.6rem;
}

table.table th {
    background-color:#ffbfa9;
    font-size: 0.75019rem;
}

a.pfeil {
    
}

a.pfeil:before {
    content: '→ ';
}

input[type=checkbox] {
    margin-right: 6px;
}