.hauptseite {
    font-family: 'Nunito', sans-serif;
}

.btn {
    border-radius: 0 !important;
}

.btn-mainColor,
.btn-theme,
.btn-default {
    background-color: #005da8 !important;
    border-color: #005da8 !important;
    color: #fff !important;
}

.btn-mainColor:hover,
.btn-theme:hover,
.btn-default:hover {
    background-color: #CD1316 !important;
    border-color: #CD1316 !important;
    color: #fff !important;
}

.btn-secondary {
    background-color: #ffba00 !important;

}

.btn-success {
    color: #fff !important;
}

.bg-primary {
    background-color: #ffba00 !important;
    padding: 20px;
    color: #FFF;
    text-align: center;
    min-height: 160px;
    margin-bottom: 20px;
}

.kateg_countkurse {
    font-weight: normal !important;
    margin-top: 15px;
}

.mainColor,
.kw-table-header {
    background-color: #005da8 !important;
}

.margin-bottom {
    margin-bottom: 50px;
}

.hauptseite hr {
    margin: 2rem 0 !important;
}

.kw-mainColor {
    color: #005da8 !important;
}

/*
h2 {
    background: #CD1316;
    color: #fff !important;
    font-size: 18px !important;
    display: inline-block;
    padding: 5px;
    text-transform: uppercase;
}
*/

/*
h3 {
    font-size: 18px ;
    color: #005DA8;
    font-weight: 700;
}
*/

b {
    font-weight: bold !important;
}

a {
    font-weight: bold;
    -webkit-transition: color 0.15s ease-in-out 0s;
    -moz-transition: color 0.15s ease-in-out 0s;
    -o-transition: color 0.15s ease-in-out 0s;
    transition: color 0.15s ease-in-out 0s;
}

a:hover {
    font-weight: bold;
    outline: 0;
    color: #CD1316 !important;
}
.elementor-button-wrapper a {
	color: #FFF !important;
}


.text-primary {
    color: #005DA8 !important;
}

label {
    font-weight: 300 !important;
}

@media (min-width: 768px) {
    label {
        margin-bottom: 8px !important;
    }
}

.kw-ue-box {
    min-height: 230px;
    padding: 10px 20px;
    border: 1px solid #A2A2A2;
    margin-bottom: 20px;
}

.kw-ue-title {
    font-size: 18px;
}

.kw-ue-mehr-link {
    margin-top: 14px;
}

.kw-ue-mehr-link a {
    font-weight: bold !important;
}

.unterkatbutton a {
    font-weight: bold !important;
}

.back-link {
    margin-bottom: 30px;
}

.kw-kurs h3.kw-mainColor {
    color: #000 !important;
    font-weight: bold;
}

.kw-paginationleiste .pagination {
    justify-content: center;
}

.kw-mainColor,
.pagination>li>a,
.pagination>li>span {
    color: #005da8 !important;
}


input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
    border-radius: 0 !important;
    border: 1px solid grey !important;
    background: #F9F9F9 !important;
}

.text-hinweis-anm {
    margin-bottom: 12px;
}

.eine,
.mehrere {
    font-weight: 700;
    border: 2px solid #005da8 !important;
}

.tn-list-item {
    background-color: #e9e9e9;
    padding: 15px;
    margin-bottom: 10px;
}

.input-group-addon, .input-group-btn {
    width: 10%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}

@media (max-width:765px) {
    .input-group-name,
    .input-group-beginn {
            margin-bottom: 1rem;
    }

    .input-group-addon {
        padding: 12px 162px 4px 12px;
    }
}

.input-group-addon {
    padding: 4px 162px 4px 12px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    color: #FFF;
    text-align: center;
    background-color: #005DA8;
    border: none;
    border-radius: 0px;
    width: 180px;
}

.alert-info,
.alert-success,
.alert-danger,
.alert-default,
.alert-warning,
.alert-primary,
.alert-secondary {
    color: #383d41;
    background-color: #ebebeb;
    border-color: #d6d8db;
}

.form-horizontal .form-group{
    margin-left:0;
    margin-right:0;
}

.kurssuche-link {
    margin-top: 10px;
}


@media (max-width:991px) {
    .input-group {
        display: table;
    }
}

@media (min-width:992px) {
    #kw-schnellsuche .input-group-btn {
     display: inline-flex;
     flex-direction: column;
    }
}
