@charset "utf-8";

.text-königsblau {
    color: #0a00ff!important;
}

#onair_buttons {
    display: flex;
    justify-content: space-around;
}

#onair_buttons .btn-grussboxbutton {
    text-decoration: none;
    color: #fff;
    background-color: #0a00ff;
    border-color: #28a745;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

#onair_buttons #onair_anrufbutton .btn-anrufbutton {
    text-decoration: none;
    color: #fff;
    background-color: #0a00ff;
    border-color: #28a745;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

ul.nav#headnav li a {
    color: #0a00ff;
}

.table-info, .table-info>td, .table-info>th {
    background-color: #0a00ff;
    color: #FFFFFF;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #FFFFFF;
}

div.footer ul li a {
    color: #0a00ff;
}

.nav-tabs .dropdown-menu {
    background-color: #ededed!important;
}

