/** Klaus Sommer **/
/*
hell-rot: #ee1c25;
dunkel-rot: #90181a; 
*/


body.view-login form.well {
    margin: auto auto;
    width: 400px;
}

.well.login {
    margin: auto auto;
    width: 200px;
}

.btn-primary {
    border-color: #90181a #90181a #90181a;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background-color: #90181a;
}

.header {
    background-color: transparent;
    border-top: none;
}

.align-center {
    display: flex;
    justify-content: center;
}

.center-pills {
    display: flex;
    justify-content: center;
}

.nav.nav-pills > li > a:hover, .nav.nav-pills > li > a:focus {
    text-decoration: none;
}

div.calendar-container table.table thead.calendar-header tr.calendar-head-row td.title div div,
div.calendar-container table.table thead.calendar-header tr.calendar-head-row td.nav {
font-size: 18px !important;
}