/*
This CSS file overrides styles of the alster.css theme from Kufer GmbH.
alster.css | http://eleganz-bp.de/wp-content/plugins/plugin_wp_kuferweb/css/layouts/alster.css?ver=5.9
 */

.btn-theme {
    background-color: #046295;
    border-color: #046295;
    border-radius: 0px;
    border-width: 1px;
    padding: 12.5px 24px;
    font-family: 'PT Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .1em;
}

.btn-theme.active, .btn-theme:active, .btn-theme:focus, .btn-theme:hover {
    background-color: #9eded8 !important;
    border-color: #9eded8 !important;
}

.kw-table-header {
    background-color: #046295;
}

.kw-kursdetails .nav-tabs > .active > a, .kw-kursdetails .nav-tabs > .active > a:focus, .kw-kursdetails .nav-tabs > .active > a:hover, .kw-kursdetails .nav-tabs > li > a:focus, .kw-kursdetails .nav-tabs > li > a:hover {
    background-color: #046295;
}

.ampelbutton {
    font-size: 22px;
}

img, picture {
  display: inline !important;
}

.btn-mainColor {
    color:#ffffff;
    font-size: 22px;
    font-weight: 600;
    background-color:#046295;
	border-radius:1px;
	border:1px solid #046295;
    padding: 8px 14px;
}

.btn-mainColor:hover {
    background-color: #9eded8;
    color:#ffffff;
    border-radius:1px;
	border:1px solid #9eded8;
}

span.statusmeldung {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 15px;
    font-family: 'PT Sans', sans-serif;
}

/* Formular*/

.kw-anmeldung-label label {
    font-size: 15px;
  }


.radio label, .checkbox label {
    font-size: 15px;
    min-height: 30px;
  }
