a {
    color: #152459;
}

a:hover {
    color: #152459;
}

.mtop {
    margin-top: 70px;
}

.mtop-klein {
    margin-top: 25px;
}

.navbar-inner {
    background: none !important;
    border: none;
}

.fehlsendung input {
    margin: -5px 10px 0 0;
}

.logo {
    background: url('../img/nord-ek.png') no-repeat 0 0 transparent;
    display: inline;
    float: right;
    margin: 20px 35px 60px 0;
    width: 300px;
    height: 85px;
}

.accordion-inner table td span {
    float: right;
}

#bwf_38 .widget label,
#bwf_41 .widget label {
    display: none;
}

.bewerterlogin input,
.bewerterlogin .submit {
    margin-left: 15px;
}

.bewerterlogin input,
.bewerterlogin label {
    display: inline;
}

#bwf_38 .widget,
#bwf_38 .submit_container {
    display: inline !important;
}

#bwf_38 .submit_container .btn {
    padding: 6px 35px;
    margin: -8px 0 0 25px;
}

.accordion-heading {
    background: #152459;
}

.accordion-heading:hover {
    background: #DD2B1C;
}


/* Drop-Down Navigation */

ul#navigation li:hover > ul {
    visibility: visible;
    opacity: 1;
}

ul#navigation ul.level_2 li span.active {
    top: 8px !important;
}

ul#navigation ul,
ul#navigation ul li ul {
    list-style: none;
    margin: 0;
    padding: 0;
    visibility: hidden;
    position: absolute;
    z-index: 99999;
    width: 170px;
    background: #f8f8f8;
    box-shadow: 1px 1px 3px #ccc;
    opacity: 0;
    -webkit-transition: opacity 0.2s linear, visibility 0.2s linear;
    -moz-transition: opacity 0.2s linear, visibility 0.2s linear;
    -o-transition: opacity 0.2s linear, visibility 0.2s linear;
    transition: opacity 0.2s linear, visibility 0.2s linear;
}

ul#navigation ul.level_2 {
    top: 50px;
    left: 0;
}

table.fragen .ce_text {
    margin-top: 15px;
}

table.fragen .radio_container {
    margin-top: 15px;
}

.navbar-inverse {
    background: #CCCCCC !important;
    border-top: 5px solid #E2001A;
}

.collapse {
    overflow: hidden;
}

ul#navigation li.active span.active {
    color: #fff;
    top: 15px;
    padding: 0 12px;
    position: relative;
}

ul#navigation ul li a {
    padding: 7px 10px;
}

ul#navigation li ul li span.active {
    top: 0 !important;
    padding: 0 !important;
}

ul#navigation li.active,
ul#navigation li.trail {
    background: #DD2B1C;
}

ul#navigation ul.level_2 li a {
    margin-top: 0 !important;
}

h1.titel {
    float: left;
    color: #000;
    margin: 0;
}

table td.col_last {
    text-align: right;
    width: 150px;
}

table.uebersicht td.col_last,
table.uebersicht th.col_last {
    text-align: center;
}

table.dienstleister td.col_last {
    width: 50px;
    background: #152459 !important;
}

table.dienstleister td.col_last a {
    color: #fff;
}

.gesamtnote {
    text-align: right;
    color: #E2001A;
}

h1 {
    color: #E2001A;
    font-weight: normal;
}

h2,
h3,
h4,
h5 {
    color: #162459;
    font-weight: normal;
}

.accordion-heading a {
    color: #fff;
}

.accordion-heading a:hover {
    text-decoration: none;
}

.accordion-heading span {
    display: inline;
    float: right;
    color: #fff;
}

input.pineingabe {
    background: url('../img/input-bg.gif') repeat-y 0 0 transparent;
    letter-spacing: 44px;
}


/* BOOTSTRAP COLOR HINWEISE */


/* B U T T O N - KLASSEN */

.btn {
    background: #E2001A;
    background-image: linear-gradient(to bottom, #E00016, #910000);
    border: none;
    padding: 15px 35px;
    font-size: 16px;
    color: #fff;
}

.btn a {
    color: #fff;
}

.btn a:hover {
    text-decoration: none;
}

.btn:hover {
    background: #910000;
    color: #fff;
}

.btn-primary {
    background: #002B59;
    background-image: linear-gradient(to bottom, #004c9e, #002B59);
    border: none;
    padding: 15px 35px;
    font-size: 16px;
    color: #fff;
}

.btn-primary a {
    color: #fff;
}

.btn-primary a:hover {
    text-decoration: none;
}

.btn-primary:hover {
    background: #002B59;
    color: #fff;
}

.btn-info {
    background: #E27617;
    background-image: linear-gradient(to bottom, #fea14f, #E27617);
    border: none;
    padding: 15px 35px;
    font-size: 16px;
    color: #fff;
}

.btn-info a {
    color: #fff;
}

.btn-info a:hover {
    text-decoration: none;
}

.btn-info:hover {
    background: #E27617;
    color: #fff;
}

.btn-success {
    background: #54a200;
    background-image: linear-gradient(to bottom, #89c747, #54a200);
    border: none;
    padding: 15px 35px;
    font-size: 16px;
    color: #fff;
}

.btn-success a {
    color: #fff;
}

.btn-success a:hover {
    text-decoration: none;
}

.btn-success:hover {
    background: #54a200;
    color: #fff;
}

.btn-inverse {
    background: #B1B1B1;
    background-image: linear-gradient(to bottom, #B1B1B1, #383838);
    border: none;
    padding: 15px 35px;
    font-size: 16px;
    color: #fff;
}

.btn-inverse a {
    color: #fff;
}

.btn-inverse a:hover {
    text-decoration: none;
}

.btn-inverse:hover {
    background: #383838;
    color: #fff;
}


/* A L E R T - KLASSEN */

.alert-danger,
.alert-error {
    background-color: #E2001A;
    border-color: #E2001A;
    color: #fff;
}

.alert-info {
    background-color: #CCCCCC;
    border-color: #CCCCCC;
    color: #E2001A;
}

.alert-warning {
    background-color: #B2CBE9;
    border-color: #B2CBE9;
    color: #E2001A;
}

.alert-info strong {
    color: #152459;
}


/* // */


/* // */

.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
    background: #C00B12;
}

ul#navigation li:hover {
    background: #DD2B1C;
    color: #fff;
}

.container {
    margin-top: 35px;
    margin-left: 25px;
}

ul#navigation ul li ul {
    top: 0;
    left: 181px;
}

.partnerlogos {
    display: none;
    right: 35px;
    top: 85%;
    position: absolute;
}

ul#navigation ul li {
    clear: both;
    border: 0 none;
    border-bottom: 1px solid #c9c9c9;
    width: 100%;
}

ul#navigation {
    position: absolute;
    top: 115px;
    left: 0;
    width: 100%;
    height: 50px;
    float: left;
}

.navbar .nav > li > a {
    text-shadow: none;
}

.nav {
    background: #152459;
    width: 213px;
}

ul#navigation li {
    height: 50px;
    width: 170px;
    text-align: center;
}

ul#navigation ul li a {
    background: #DD2B1C;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    border: 0 none;
    float: left;
    clear: both;
    width: 150px;
    margin: 0;
    text-shadow: none !important;
    height: 35px;
}

ul#navigation ul.level_2 {
    background: #DD2B1C;
}

ul#navigation ul li {
    margin: 0;
}

.btn-group.open .btn-primary.dropdown-toggle {
    background: #910000;
}

.dropdown-menu li > a:hover {
    background: #E2001A;
}

.nav > li > a:focus {
    background-color: none !important;
}

.userinfo {
    position: absolute;
    top: 63%;
    right: 3%;
}

ul#navigation ul li.active {
    margin: 0;
}

ul#navigation li a {
    color: #fff;
}

ul#navigation ul li a:hover {
    background: #c00b12;
    color: #fff;
    text-shadow: none !important;
}

ul#navigation li a.first {
    border-left: 0 none;
}

ul#navigation li a.last {
    border-right: 0 none;
}

.block {
    overflow: visible !important;
}

#auswertung {
    position: relative;
}

.pdf_link {}

.pdfButton img {
    float: right;
}

.bewerterlogin {}

.btn-warning {
    background: #DD2B1C !important;
}

.btn-warning:hover {
    background: #B30F03 !important;
}


/** DataTable **/

div.dataTables_length label {
    width: 460px;
    float: left;
    text-align: left;
}

div.dataTables_length select {
    width: 75px;
}

div.dataTables_filter label {
    float: right;
    width: 460px;
}

div.dataTables_info {
    padding-top: 8px;
}

table {
    margin: 0;
    clear: both;
}

.table-bordered th,
.table-bordered td {}

.table-bordered td.frage {
    padding: 0 0 5px;
}

.hilfe {
    float: right;
    margin-top: 5px;
}

.chart {
    height: 300px;
    width: 450px;
}

.chartContainer {
    margin-top: 0 !important;
    margin-left: auto !important;
}

.accordion-inner {
    padding: 0;
}

.accordion-inner p {
    padding: 9px 15px 0;
}
