/**************************/
/*                        */
/* Eigene CSS-Anpassungen */
/*                        */
/**************************/

/* Allgemein */

.btn-mainColor {
    background-color: #C9E7ED;
    white-space: normal;
}

.margin-bottom {
    margin-bottom: 20px;
}

.margin-top {
    margin-top: 20px;
}

span.statusmeldung {
    color: #000000;
    font-weight: 700;
    text-align: center;
    display: block;
    margin-bottom: 25px;
    line-height: 1.5;
    background-color: #C9E7ED;
    padding: 10px;
}

.hauptseite_kurse {
    margin-bottom: 10px !important;
    line-height: 1.5em;
} 

.hauptseite_kurse p, span, .kw-table-row {
 margin-bottom: 10px !important;
}

.kw-doz-uebersicht img {
        border-radius: 50%;
}

.kw-doz-uebersicht .doz-uebersicht {
        margin-bottom: 50px;
}

.kw-dozdetails {
    line-height: 1.2em;
}

h2.statusadresse {
    display: none;
}

.kw-ue {
    margin: 35px 0;
}

/* Kursuebersicht */

.unterkatbutton {
    margin-bottom: 10px;
    margin-top: 10px;
}

.kw-unterkategorien {
    margin: 35px 0;
}

.kw-ue-title a {
    text-decoration: none !important;
}


.pagination li>a {
    color: #000000;
    }
.pagination li:before {
        display: none;
    }
.pagination li.active a {
        background-color: #C9E7ED;
        color: #000000;
    }


.kw-table-header, .wk-gebuehr {

}

.kw-kue-table-row {
    line-height: 1.5;
}

/* Kursdetails */

.kw-table-header {
    background-color: #C9E7ED;
    color: #000000;
}

/* Anmeldung */

.kw-anmeldung-label {

}

.kw-anm-kurse,
.kw-best-label,
.kw-best-data {
    line-height: 1.5;
}

form.anmeldung {
    margin-top: 3em;
}


/* Dozenten */


.kw-dozkursliste h4 {
        margin-bottom: 15px; 
    }
