.btn-primary {
    color: #fff;
    background-color: #b71e3f;
    border-color: #a11a37;
}
.btn-primary:hover {
    color: #fff;
    background-color: #8b1730;
    border-color: #6d1225;
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}

.searchhit-icon {
    float: left;
    width: 45px;
    height: 45px;
    margin-right: 15px;
    font-size: 2em;
    min-height: 50px;
}

.searchhit-icon .gruen {
    color: green!important;
}

.searchhit-icon .gelb {
    color: #ffdd00!important;
}

.searchhit-icon .rot {
    color: red!important;
}


/* Seminarwesen */

.uni-seminar-title {
    color: #586971 !important;
}

.uni-seminar-subtitle {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 20px;
    color: #586971;
}

.uni-course-item {
    h3.h5 {
        font-size: 20px;
        margin: 0;
        padding-bottom: 0;
        color: #586971 !important;
    }

    b, strong {
        font-weight: 700;
    }

    .note.copyright {
        text-align: left;
        padding-right: 0;
    }
}

.uni-ansprechpartner-icon-container {
    margin-bottom: 5px;
}
.uni-ansprechpartner-icon {
    font-size: 76px;
}

.trafficlight-red{
    color:#b8003f !important
}
.trafficlight-orange{
    color:#ff8d25 !important
}
.trafficlight-green {
    color: #409318 !important;
}
.bbt-tuttlingen-red {
    color: #b71e3f;
}
.glyphicon-shopping-cart {
    color: #b71e3f !important;
}

.kurs-button-wrapper {
    text-align: left;
    margin-bottom: 15px !important;
}

.interessenbekundung-btn-wrapper > .text-right {
    text-align: left;
}

@media (max-width: 767px) {
    .interessenbekundung-btn-wrapper button {
        width: 100%;
    }

    .uni-order-btn {
        width: 100%;
    }
}

.uni-seminar-details {
    ul.nav-tabs {
        border-bottom: 2px solid #586971 !important;

        li.active a {
            background-color: #b71e3f; !important;
            color: #fff !important;
        }
        li a:hover {
            background-color: #e1e1e1 !important;
            color: black !important;
        }
    }

    .tab-content {
        background-color: inherit;
        box-shadow: none;
        padding: 0;

        h3 {
            color: #586971 !important;
        }
        li {
            color: #586971 !important;
        }
        li::before {
            color: #b71e3f !important;
        }
    }
}

.uni-kursliste {
    h2 {
        margin-bottom: 12px;
    }
    .listgroup-intro {
        border-bottom: 1px solid #e1e1e1;
    }
    .listgroup-info {
        min-width: unset !important;
    }
    .list-group-item {
        border: 1px solid #e1e1e1;
    }
}

h3.uni-kursliste-date {
    padding: 0;
    margin: 0;
}
.uni-kursliste-date span {
    color: #b71e3f !important;
}

.uni-kursliste-ort p {
    color: #586971;
    font-weight: 400 !important;
}

.uni_warenkorb_buy_form > button, .interessenbekundung-btn-wrapper button {
    min-width: 14em;
}


/* Seminare List Items */

.uni-sem-liste {
    h3 {
        margin: 5px 0 0 0;
        color: #586971 !important;
    }
    .glyphicon {
        display: inline-block;
        width: 30px;
        text-align: center;
        font-size: 22px;
    }
    .note.copyright {
        text-align: left;
        padding-right: 0 !important;
    }
}

.uni-sem-liste-date {
    color: #b71e3f;
    font-weight: bold;
}

.uni-sem-liste-parameter {
    color: #586971;
}

.uni-seminare-list-item-excerpt {
    color: #586971;
    font-size: 16px;
    font-weight: normal;
}


/* Formulare */

.invalid, .is-invalid {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

#footer-bottom::before {
    display: block;
}