﻿
/*!
 * Lech
 */

.bold {
    font-weight: 500
}

.bolder {
    font-weight: 600
}

.text-primary {
    color: #182260
}

.text-invert {
    color: #ffffff
}

.underline {
    text-decoration: underline
}

.link-invert {
    color: #ffffff
}

.link-invert:hover, .link-invertfocus {
    color: #ffffff
}

.mt-6 {
    margin-top: 3rem
}

.mb-6 {
    margin-bottom: 3rem
}

.x2 {
    font-size: 2em
}

.x02 {
    font-size: 1.2em
}

hr.hr-dark {
    border-top: 1px solid #c3c3c3
}

hr.ce-div {
    border-top: 1px solid #c3c3c3
}

.page-header-aside {
    margin-top: 0
}

.col-15, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col-15 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

@media (min-width: 576px) {
    .col-sm-15 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}

@media (min-width: 768px) {
    .col-md-15 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}

@media (min-width: 992px) {
    .col-lg-15 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}

@media (min-width: 1200px) {
    .col-xl-15 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}

.form-control {
max-width:100%;
}

.form-control:focus {
    background-color: #fff;
    border-color: #c9b8e2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(133, 93, 189, 0.25)
}

select.form-control[multiple], select.form-control[size] {
    height: 42px
}

.form-control.readonly {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1
}

a.text-primary:focus, a.text-primary:hover {
    color: #774bb6
}

.list-group {
    border-radius: 0
}

.list-group-item {
    border-left: 0;
    border-right: 0
}

.list-group-item:first-child, .list-group-item:last-child {
    border-radius: 0
}

.pagination > li > a, .pagination > li > span, .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    color: #182260
}

abbr[data-original-title], abbr[title] {
    border: none;
    text-decoration: none
}

.alert {
    margin-bottom: 2rem
}

.alert-primary {
    color: #ffffff;
    background-color: #182260
}

.alert-warning {
    background-color: #FFE381;
    font-size: 1.2em;
    font-weight: 500
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    background: #ede7f5
}

.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer
}

.checkbox-inline input[type=checkbox], .checkbox-inline input[type=radio], .radio-inline input[type=checkbox], .radio-inline input[type=radio] {
    position: absolute;
    margin: 4px 0 0 -20px
}

.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
    margin-top: 0;
    margin-left: 10px
}

.btn {
    font-size: 16px;
    font-size: 1rem;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-transform: uppercase;
    font-weight: 600
}

.btn-lg {
    font-size: 20px;
    font-size: 1.25rem;
    min-width: 230px
}

@media (max-width: 768px) {
    .btn.btn-lg {
        white-space: normal
    }
}

.btn-transparent {
    background: transparent
}

.btn-transparent:hover, .btn-transparent:focus {
    color: inherit
}

.btn-primary {
    background-color: #182260;
    border-color: #182260;
    color: #ffffff
}

.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active {
    background-color: #182260;
    border-color: #182260;
    color: #ffffff
}

.btn-outline-primary {
    color: #182260;
    border-color: #182260;
    background-color: transparent
}

.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary.active {
    background-color: #182260;
    color: #ffffff;
    border-color: #182260
}

.btn-secondary {
    background-color: #182260;
    border-color: #182260;
    color: #ffffff
}

.btn-secondary:hover, .btn-secondary:active, .btn-secondary.active, .btn-secondary:focus, .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active {
    background-color: #182260;
    border-color: #182260;
    color: #ffffff
}

.btn-outline-secondary {
    color: #182260;
    border-color: #182260;
    background-color: transparent;
    position: relative;
    overflow: hidden;
    will-change: background-color, color;
    transition: 0.4s all ease-in
}

.btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary:active, .btn-outline-secondary.active {
    background-color: #182260;
    color: #ffffff;
    border-color: #182260
}

.btn-default {
    background-color: #505050;
    border-color: #505050;
    color: #ffffff
}

.btn-default:hover, .btn-default:active, .btn-default.active, .btn-default:focus {
    background-color: #434343;
    border-color: #434343;
    color: #ffffff
}

.outline-animate::before {
    content: "";
    background: #00A4B7;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 4px;
    transform: translate(-50%, -50%);
    z-index: -1;
    transition: all 0.6s ease
}

.outline-animate::before {
    width: 0;
    height: 100%
}

.outline-animate:hover::before, .outline-animate:focus::before {
    width: 102%
}

.btn-shadow {
    box-shadow: 0px 16px 32px -12px rgba(48, 39, 59, 0.25);
    transition: all 0.3s ease-out
}

.btn-shadow:hover {
    box-shadow: 0 2px 4px rgba(157, 157, 157, 0.25)
}

.arrow-right {
    position: relative;
    padding: 0 10px
}

@media (min-width: 576px) {
    .arrow-right .fas {
        position: absolute;
        top: 1px
    }
}

@keyframes bounceAlpha {
    0% {
        opacity: 1;
        transform: translateX(0px) scale(1)
    }
    25% {
        opacity: 0;
        transform: translateX(10px) scale(0.7)
    }
    26% {
        opacity: 0;
        transform: translateX(-10px) scale(0.7)
    }
    55% {
        opacity: 1;
        transform: translateX(0px) scale(1)
    }
}

.btn-animated:hover .arrow-right .fas {
    animation-name: bounceAlpha;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

.internal-link {
    display: inline-flex;
    overflow: hidden;
    position: relative;
    font-weight: bold
}

.internal-link::before {
    content: "";
    transition: 0.4s;
    width: 100%;
    height: 1px;
    background-color: #182260;
    position: absolute;
    bottom: 0px;
    left: 0px
}

.internal-link:hover:before {
    transform: translateX(100%)
}

.badge {
    width: 18px;
    height: 18px;
    border-radius: 50%
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #505050
}

.seiteblaettern {
    margin: 0
}

.kw-well {
    padding: 15px;
    border-bottom: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(157, 157, 157, 0.05);
    box-shadow: inset 0 1px 1px rgba(157, 157, 157, 0.05);
    margin-bottom: 30px
}

.wb_foto {
    max-width: 100%;
    height: auto;
    display: block
}

span.statusmeldung {
    background-color: #e6e6e6;
    color: #182260;
    font-weight: bold;
    text-align: center;
    display: block;
    margin-bottom: 25px;
    padding: 15px
}

.pflicht-label::after {
    content: "*";
    width: 5px;
    height: 5px;
    color: #F44336
}

.warning-sterchen {
    color: #F44336
}

@media (max-width: 991px) {
    .kw-buttonleiste .btn {
        margin-bottom: 10px
    }
}

@media (max-width: 480px) {
    .kw-buttonleiste .btn-outline-secondary {
        margin-bottom: 10px;
        float: none;
        white-space: normal;
        min-width: 45%;
        margin-top: 10px
    }

    .kw-buttonleiste .btn-primary {
        display: block;
        margin-bottom: 15px;
        float: none;
        white-space: normal;
        min-width: 100%
    }

    .kw-buttonleiste .pull-right, .kw-buttonleiste .pull-left {
        float: none !important
    }
}

.kw-paginationleiste {
    margin-bottom: 1.5rem
}

.kw-paginationleiste .forward {
    text-align: right;
    min-width: 2.5rem;
    min-height: 1px
}

.kw-paginationleiste .backward {
    min-width: 2.5rem;
    min-height: 1px
}

@media (max-width: 767px) {
    .pagination.kw-doz-pagination {
        flex-wrap: wrap
    }

    .kw-paginationleiste .backward, .kw-paginationleiste .forward {
        min-width: 0;
        min-height: 0
    }
}

@media (min-width: 350px) {
    .kw-paginationleiste {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (max-width: 349px) {
    .kw-paginationleiste .kw-pages {
        clear: both;
        padding-top: 1.25rem;
        text-align: center
    }

    .kw-paginationleiste .kw-pages .pagination {
        justify-content: center
    }

    .backward {
        float: left
    }

    .forward {
        float: right
    }
}

.kw-progressbar {
    counter-reset: step
}

.kw-progressbar li {
    list-style-type: none;
    width: 25%;
    float: left;
    position: relative;
    text-align: center;
    font-size: 14px;
    font-size: 0.875rem;
    color: #767676
}

.kw-progressbar li:before {
    width: 30px;
    height: 30px;
    content: counter(step);
    counter-increment: step;
    line-height: 30px;
    border: 2px solid #767676;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    background-color: white
}

.kw-progressbar li:after {
    width: 100%;
    height: 2px;
    content: "";
    position: absolute;
    background-color: #767676;
    top: 15px;
    left: 50%;
    z-index: -1
}

.kw-progressbar li:last-child:after {
    content: none
}

.kw-progressbar li.active {
    color: #182260
}

.kw-progressbar li.active:before {
    border-color: #182260;
    background-color: #182260;
    color: #fff;
    font-weight: 600
}

.kw-progressbar li.visited {
    color: #182260
}

.kw-progressbar li.visited:before {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #182260
}

.kw-progressbar li.visited:after {
    background-color: #00A4B7
}

h3#login-form-modal-label {
    margin: auto
}

@media (max-width: 992px) and (min-width: 768px) {
    .anmeldung .form-control {
        margin-bottom: 10px
    }
}

.warnungpflichtfelder, .wbl_status.wbl_error {
    color: #C84242
}

.anmeldung .warnungpflichtfelder, .kw-anmeldung .warnungpflichtfelder {
    display: none
}

.kw-pw-warning + .warnungpflichtfelder.wbl_register {
    display: none
}

.validierung, .pflicht {
    color: #C84242
}

.kw-best-nn {
    color: silver
}

.kw-anmeldung-label {
    height: 42px
}

.kw-anmeldung-label label {
    padding-top: 7px
}

.kw-best-label {
    padding-bottom: 15px
}

.kw-best-data {
    font-weight: 600
}

@media (max-width: 767px) {
    .kw-best-label {
        padding-bottom: 0
    }

    .kw-best-data {
        margin-bottom: 1rem
    }
}

@media (max-width: 991px) {
    .kw-best-label {
        clear: left
    }
}

.kw-btn-haupttnauch {
    padding-left: 0
}

.kw-anm-kurse .haupttnnichtimkurs {
    display: none
}

.kw-anm-kurse .kw-add-tn-box {
    border: 1px solid #e6e6e6;
    padding: 15px;
    margin-bottom: 20px;
    background-color: #fafafa
}

h3.kw-anm-best {
    margin-top: 30px;
    color: #182260
}

span.unhighlight {
    color: #8C8C8C
}

.kw-haupttn-box {
    padding: 50px 15px;
    margin-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.kw-title-bar {
    color: #ffffff;
    background-color: #505050;
    text-align: center;
    text-transform: uppercase;
    padding: 15px
}

.kw-title-bar h1, .kw-title-bar h2, .kw-title-bar h3 {
    margin-bottom: 0
}

.kw-title-bar + .alert {
    border-radius: 0
}

.kw-kurs-tnadd {
    margin-top: 30px
}

.kw-anm-kurse .v-box-content, .kw-anm-best .v-box-content {
    padding: 30px
}

.kw-tn-list-item {
    padding: 10px 15px;
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 5px
}

.kw-tn-list-item.nur-htn {
    border-bottom: none
}

.kw-tn-list-item-name {
    padding: 6px 0
}

.kw-tn-list-item-gebuehr {
    padding: 6px 0;
    text-align: right
}

@media (max-width: 577px) {
    .kw-tn-list-item {
        padding: 10px 0
    }

    .kw-tn-list-item .btn {
        margin-bottom: 0.5rem;
        min-width: 170px
    }

    .kw-anm-best .v-box-content {
        padding: 30px 0
    }

    .kw-anm-best.v-box {
        box-shadow: none
    }

    .kw-table-row-title {
        font-weight: 500
    }
}

.kw-kurs-properties {
    padding-left: 0;
	margin-bottom:0;
}

.kw-kurs-properties li {
    margin-bottom: 5px;
    list-style: none;
    padding-left: 1em
}

.kw-kurs-properties li.last {
	padding-bottom:0;
}

.kw-kurs-properties li:before {
    content: "";
    border-color: transparent #b80d3a;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: inline-block;
    height: 0;
    width: 0;
    left: -1em;
    position: relative
}

.kw-kurs-properties-label {
    font-weight: 500
}

@media (min-width: 768px) {
    .kw-kurs-properties {
        padding-left: 0.6rem
    }
}

.status-info {
    width: 45%;
    padding: 10px;
    background: #182260;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 14px;
    float: right;
    text-align: center;
    box-shadow: 0 0px 15px rgba(157, 157, 157, 0.15)
}

.status-info.nicht-buchbar {
    background: #b3b1b1
}

.status-info + .h-box {
    clear: right;
    position: relative;
    z-index: 1
}

.kw-kurs-preis {
    padding: 0;
    text-align: center;
    font-weight: 400
}

.kw-kursuebersicht .kw-kat-bg {
    float: left;
    margin: 0 2rem 2rem 0;
    width: 40%;
    height: auto;
    display: block
}

@media (max-width: 767px) {
    #kw-kursuebersicht-list .h-box .v-box-footer .btn {
        margin-bottom: 0.5rem;
        display: block;
        width: 100%
    }

    .kw-unterkategorien .list-group-item {
        border: 0;
        padding: 0
    }

    .kw-kursuebersicht .kw-unterkategorien .list-group-item-link {
        padding: 0.5rem;
        display: block;
        border-bottom: 1px solid rgba(0, 0, 0, 0.125)
    }
}

@media (max-width: 567px) {
    .kw-kursuebersicht .kw-kat-bg {
        float: none;
        width: 100%
    }

    .status-info {
        width: 70%
    }

    #kw-kursuebersicht-list .v-box-footer {
        margin-top: 20px
    }
}

.kw-kurs-ueb-sidebar .kw-filter, .kw-kurs-ueb-sidebar .kw-kat-mitarbeiter-list {
    padding: 15px
}

.kw-kat-mitarbeiter {
    background-color: #fff;
    box-shadow: 0 0px 15px rgba(157, 157, 157, 0.15);
    color: #3a3a3a;
    margin: 0.75rem 0;
    padding: 0.75rem
}

.kw-kat-mitarbeiter img {
    max-width: 120px;
    height: auto
}

.kw-kat-dropdown-submenu {
    display: none
}

.kw-kat-dropdown-submenu.selected {
    display: block
}

.kw-kat-dropdown.opened .kw-kat-dropdown-toggle:before {
    content: "";
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.kw-kat-dropdown-submenu {
    padding-top: 10px;
    padding-left: 20px
}

.kw-kat-dropdown .nav-link {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.kw-kat-dropdown .nav-link.active {
    background-color: rgba(24,34,96,0.5);
}

.kw-kurs-fotos a {
    height: 160px;
    overflow: hidden;
    display: block;
    margin-bottom: 30px
}

@media (max-width: 767px) {
    .kw-kurs-fotos a {
        height: initial
    }

    .kw-kurs-fotos img {
        margin-left: auto;
        margin-right: auto;
        display: block
    }

    .kw-kursdetails .nav-tabs .nav-link i {
        display: block
    }
}

.kw-kursdetails .nav-tabs, .kw-kursdetails .tab-content {
    margin-bottom: 25px
}

.kw-kursdetails .nav-tabs .nav-link {
    background-color: #e6e6e6;
    border-radius: 0;
    border: none;
    color: #000
}

.kw-kursdetails .nav-tabs .nav-link.active {
    background-color: #182260;
    color: #fff
}

h2.kursdetails-titel {
    font-size: 2em !important;
    font-weight: 500;
    text-transform: none
}

.kw-kurs-status {
    display: inline-block
}

.kw-floating-cart {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background: #182260;
    z-index: 1000;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0px 5px 31px -1px rgba(157, 157, 157, 0.15);
    display: none;
    text-align: center;
    padding: 10px
}

.kw-floating-cart.moveToCart {
    -webkit-transition: all 700ms ease-in-out;
    -moz-transition: all 700ms ease-in-out;
    -ms-transition: all 700ms ease-in-out;
    -o-transition: all 700ms ease-in-out;
    transition: all 700ms ease-in-out
}

.kw-floating-cart:before {
    content: "1";
    color: #fff;
    font-family: initial
}

.kw-kurs-container .tab-content {
    padding: 15px
}

.kw-kursdetails-cta {
    text-align: right;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.kw-kursdetails-cta .cta-btn-box {
    width: 100%;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.kw-kursdetails-cta .btn {
    width: 100%
}

.kw-table-header {
    background-color: #8C8C8C;
    color: #ffffff
}

.kw-table-header a, .kw-table-header a:hover, .kw-table-header a:focus {
    color: #ffffff
}

.kw-table-sort .fa {
    margin-right: 8px
}

.kw-table-row, .kw-table-header {
    padding: 10px 0
}

.kw-table-label {
    clear: left
}

.kw-table-row.alt2 {
    background-color: #f2f2f2
}

.kw-table-row {
    border-bottom: 1px solid #e2e2e2
}

@media (max-width: 480px) {
    .kw-table-label {
        width: auto;
        min-width: 85px
    }
}

@media (max-width: 350px) {
    .kw-table-label {
        width: 100%;
        padding-top: 6px;
        padding-bottom: 2px
    }

    .kw-table-data {
        width: 100%
    }
}

@media (max-width: 767px) {
    .kw-table a.kw-kurstitel {
        font-weight: bold;
        margin-bottom: 15px;
        display: block
    }

    .kw-table-label {
        font-weight: bold;
        padding-bottom: 4px
    }

    .kw-table-header {
        display: none
    }
}

@media (min-width: 768px) {
    .kw-table {
        padding: 0 15px
    }
}

@media (min-width: 767px) {
    .kw-unterkategorien {
        text-align: center
    }
}

.kw-highlight .kw-kurstitel {
    text-transform: uppercase
}

.kw-highlight-date {
    color: #ffffff;
    background: rgba(24, 34, 96, 0.7);
    position: absolute;
    top: 0;
    text-align: center;
    padding: 6px 12px;
    min-width: 100%;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 500
}

.v-box-footer {
    margin-top: 30px
}

@media (min-width: 768px) {
    .kw-highlight .kw-kurstitel {
        min-height: 4rem;
        max-height: 4rem;
        overflow: hidden
    }
}

.kw-demnaechstmenue .v-box-header {
    padding: 15px;
    text-align: center
}

.kw-demnaechstmenue .kw-kurstitel {
    text-transform: uppercase
}

.kw-demnaechst-date {
    color: #ffffff;
    background: rgba(24, 34, 96, 0.7);
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 6px 12px;
    min-width: 50%;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 600;
    display: inline-block
}

@media (min-width: 992px) {
    .kw-demnaechstmenue .kw-kurstitel {
        min-height: 4rem;
        max-height: 4rem;
        overflow: hidden
    }
}

.kw-fsearch-form {
    border-bottom: 2px solid #000
}

.kw-fsearch-form .form-control {
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.kw-fsearch-form .btn-transparent {
    padding: 0
}

.merkliste-menu a:focus, .tn-login-menu a:focus {
    color: #000 !important
}

@media (max-width: 991px) {
    .merkliste-menu a:focus, .tn-login-menu a:focus, .wk-menu a:focus {
        outline: none
    }
}

.kw-kurs-status {
    color: #182260
}

.kw-wk {
    padding-top: 30px;
    padding-bottom: 30px;
    min-height: 300px
}

.kw-wk-menu-list {
    border-radius: 0;
    margin-top: 10px
}

.kw-wk-menu-list .kw-del-kurs {
    margin-left: 25px
}

.wk-menu {
    position: relative;
    text-align: center
}

.wk-menu a {
    display: block
}

.wk-menu .dropdown-menu {
    min-width: 300px;
    padding: 15px
}

.wk-menu .badge {
    position: absolute;
    top: -5px;
    right: 7px;
    background-color: #182260;
    color: #ffffff
}

.merkliste-menu {
    text-align: center;
    position: relative
}

.merkliste-menu .badge {
    position: absolute;
    top: -5px;
    right: -4px;
    background-color: #182260;
    color: #ffffff
}

.in_merkliste_wk {
    display: inline-block;
    color: #ed217c;
    font-size: 1.3rem;
    margin-left: 10px
}

.tn-login-zurueck-btn {
    display: none
}

.tn-login-menu {
    position: relative;
    text-align: center
}

.tn-login-menu .badge {
    position: absolute;
    top: -5px;
    right: -2px;
    background-color: #182260;
    padding: 3px 0px;
    color: #ffffff
}

.tn-login-menu .dropdown-menu {
    padding: 15px;
    min-width: 250px
}

@media (max-width: 991px) {
    .tn-login-menu .badge {
        top: -8px;
        right: -12px
    }

    .merkliste-menu .badge {
        top: -8px;
        right: -16px
    }

    #header-wk .badge {
        top: -8px;
        right: -9px
    }
}

#wbloginform .input-group {
    margin-bottom: 10px
}

.login-form-modal .modal-footer {
    flex-direction: column !important
}

.login-form-modal .login-form-modal-btn {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem
}

.merkliste-modal .modal-footer {
    flex-direction: column !important
}

.kw-passwort-voraussetzungen p {
    display: none
}

.kw-passwort-voraussetzungen ul {
    padding: 0;
    list-style-type: none
}

.kw-passwort-voraussetzungen ul li:before {
    content: "-";
    padding-right: 5px
}

@media (min-width: 768px) {
    .login-form-modal .modal-body {
        padding: 35px
    }
}

@media (max-width: 767px) {
    .card-merkliste {
        margin-top: 15px;
        margin-bottom: 5px
    }
}

.card-header-merkliste.notavailable {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7
}

.input-lg {
    height: 49px;
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.3333333;
    border-radius: 6px
}

.btn-ohne-reg {
    margin-top: 110px
}

.kw-login-actions-menue {
    padding: 20px 20px;
    font-size: 1.2em
}

.kw-login-actions-menue ul li {
    margin-bottom: 10px
}

.kw-login-actions-menue ul > li > a:hover {
    background-color: #e4e4e4
}

.kw-meine-kurse .card-header > a::before {
    content: "";
    font-family: "Font Awesome 5 Free";
    float: right;
    padding-right: 5px;
    display: block;
    font-weight: 900;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased
}

.kw-meine-kurse .card-header > a.collapsed::before {
    content: ""
}

.kw-meine-kurse .card {
    margin-bottom: 1.3rem
}

.kw-meine-kurse .card-header-merkliste > a:hover, .kw-meine-kurse .card-header-merkliste > a:active, .kw-meine-kurse .card-header-merkliste > a:focus {
    text-decoration: none
}

@media (max-width: 767px) {
    .kw-merkliste .v-box-footer .btn {
        margin-bottom: 0.5rem
    }
}

@media (max-width: 576px) {
    .kw-merkliste .btn-primary {
        display: block
    }
}

.kw-dozdetails .kw-foto {
    max-width: 350px
}

.kw-loading {
    opacity: 0.5
}

#kw-kalender .col-lg-4, #kw-kalender .col-lg-8 {
    padding: 0
}

.kw-kalender-monat {
    font-size: 1.3rem;
    font-weight: 500
}

.light-primary {
    color: #e8e1f3
}

.kw-kurs-properties li {
    padding-bottom: 10px
}

.kw-kalender .kw-kalender-sidebar-date-tag-monat {
    font-size: 2.125rem;
    font-weight: 500;
    display: inline-block;
    line-height: 1;
    margin-right: 10px
}

.kw-kalender .kw-kalender-sidebar {
    padding: 15px;
    color: #ffffff;
    background: #7347af;
    border-radius: 4px;
    box-shadow: 0px 6px 10px #606060;
}

.kw-kalender .kw-kalender-sidebar .kw-kurs-properties li:before {
    border-color: transparent #ffffff
}

.kw-kalender .kw-kalender-sidebar-date-tag {
    font-size: 50px;
    font-size: 3.125rem;
    font-weight: bold;
    display: inline-block;
    line-height: 1;
    margin-right: 10px
}

.kw-kalender .kw-kalender-sidebar-jahr {
    display: inline-block;
    font-size: 2.125rem;
    font-weight: 500
}

.kw-kalender .kw-kaleder-body {
    background: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 4px;
    box-shadow: 0px 6px 10px #606060;
    height: 100%
}

.kw-kalender .kw-kalender-nav {
    margin-bottom: 30px
}

.kw-kalender .kw-sidebar-main {
    border-bottom: 1.6px solid rgba(255, 255, 255, 0.08);
    margin-bottom: 1em
}

.kw-kalender .table {
    table-layout: fixed;
    margin-bottom: 0;
    border-collapse: separate;
    border-spacing: 0 15px
}

.kw-kalender th, .kw-kalender td {
    border: 0px !important;
    text-align: center
}

.kw-kalender .eine a, .kw-kalender .mehrere a {
    display: block !important;
    text-align: center;
    background-color: #182260;
    color: #ffffff !important;
    width: 100%;
    padding: 5px;
    margin: 0 auto;
    border-radius: 4px
}

.kw-kalender td.eine, .kw-kalender td.mehrere {
    padding: 0
}

.kw-kalender .table > tbody > tr > td {
    vertical-align: middle
}

.kw-kalender-btn-for {
    float: right;
    padding-right: 10%;
    color: #182260
}

.kw-kalender-btn-back {
    float: left;
    padding-left: 10%;
    color: #182260
}

@media (min-width: 991px) {
    .kw-kalender .kw-kalender-sidebar {
        height: 100%;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .kw-kalender .kw-kaleder-body {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }
}

.newsletter-box {
    position: relative;
    padding-bottom: 30px
}

.newsletter-box .newsletter-titel {
    text-align: center
}

.newsletter-box .newsletter-box .newsletter-lead {
    text-align: center;
    font-weight: 500
}

.paper-plane {
    color: #fff;
    display: inline-block;
    position: absolute;
    left: 30%;
    bottom: -15%;
    transform: translate(40%, 10px);
    transition: all 1s ease-out 0s
}

.newsletter-cta:hover + .paper-plane {
    transform: translate(150%, 0px);
    color: #D4CDF4
}

@media (min-width: 768px) {
    .newsletter-lead {
        font-size: 1.25rem;
        text-align: center
    }
}

@media (max-width: 767px) {
    .feedback_eingabe_code .btn {
        width: 100%;
        display: block;
        margin-top: 15px
    }
}

.kw-kfotos {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0
}

.kw-kfotos li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0
}

.kw-kfotos li:first-child {
    position: relative;
    display: block;
    float: left
}

.kw-kfotos img {
    display: block;
    height: auto;
    float: left;
    border: 0
}

.kw-filter-box, .kw-filtercontainer {
    margin-bottom: 15px;
    position: relative;
    border: none
}

.kw-filter-box.unavailable, .kw-filtercontainer.unavailable {
    text-decoration: line-through
}

.kw-filter-box ul, .kw-filtercontainer ul {
    list-style: none;
    padding-left: 0
}

.kw-filter-label {
    color: #3a3a3a;
    display: block;
    padding: 6px 15px;
    border: 1px solid #dddddd;
    background-color: #fff
}

.kw-filter-label[aria-expanded="true"] i:before {
    content: "";
    transition: 0.4s
}

.kw-filter-box.active .kw-filter-label, .kw-filtercontainer.active .kw-filter-label {
    color: #182260;
    border-color: #182260
}

.kw-filter-body {
    padding: 6px 15px;
    border: 1px solid #dddddd;
    border-top: 0;
    max-height: 250px;
    overflow-y: auto
}

ul.kw-katkeinebegonnenenlist, ul.kw-katkennzorlist {
    list-style: none;
    padding-left: 0
}

input#katbeginndatvonfilter {
    margin-bottom: 8px
}

@media (min-width: 992px) {
    .kw-filter-c {
        background: #fff
    }
}

.kw-filter-cta {
    margin-top: 40px
}

.kw-suche-start {
    padding: 50px 0
}

.kw-suche-start .form-control {
    height: 70px;
    font-size: 25px;
    font-size: 1.5625rem;
    color: #616161;
    background: rgba(255, 255, 255, 0.4);
    border: 2px solid #fff;
    margin-bottom: 10px;
    padding-right: 75px
}

.kw-suche-start .form-control:focus {
    box-shadow: 0 0 0 0.3rem rgba(133, 93, 189, 0.25) !important
}

.kw-erw-suche-link {
    text-align: right
}

.kw-erw-suche-link a {
    color: #ffffff
}

.kw-erw-suche-link a:hover, .kw-erw-suche-link afocus {
    color: #ffffff
}

.kw-suche-start .form-control::-webkit-input-placeholder {
    color: #505050;
    opacity: 1
}

.kw-suche-start .input-search {
    position: relative
}

.btn-search-icon {
    position: absolute;
    top: 4px;
    right: 3px;
    border-left: 1px solid #fefefe;
    opacity: 0.8
}

.btn-search-icon .btn {
    background: transparent
}

.btn-search-icon .btn:hover, .btn-search-icon .btnfocus {
    color: #000
}

@media (max-width: 767px) {
    .btn-search-icon {
        display: none
    }

    .kw-suche-start .form-control {
        padding-right: 15px
    }
}

button.suche-cta {
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    padding: 1rem 4rem
}

.suche-cta span {
    display: inline-block;
    position: relative;
    transition: all 300ms ease-out;
    will-change: transform
}

.suche-cta:hover span {
    transform: translateX(-1.3rem)
}

.suche-cta .suche-arrow {
    position: absolute;
    right: 0;
    opacity: 0;
    top: 50%;
    transform: translate(0, -50%);
    transition: all 300ms ease-out;
    will-change: right, opacity
}

.suche-cta:hover .suche-arrow {
    opacity: 1;
    transform: translate(3rem, -50%)
}

@media (max-width: 768px) {
    .kw-suche-start .form-control {
        font-size: 18px;
        font-size: 1.125rem
    }
}

.kw-erw-suche-link a i {
    transition: transform 0.3s
}

.kw-erw-suche-link a:hover .fa-chevron-right {
    transform: translateX(5px)
}

i.fa.fa-search.lupe_sin_suche.fa-3x {
    float: right;
    position: relative;
    bottom: 70px;
    right: 20px
}

.box-scroll-amimate {
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.box-scroll-amimate span {
    display: block;
    width: 10px;
    height: 10px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    animation: animate2 2s infinite
}

.box-scroll-amimate span:nth-child(2) {
    animation-delay: -0.2s
}

.box-scroll-amimate span:nth-child(3) {
    animation-delay: -0.4s
}

@keyframes animate2 {
    0% {
        opacity: 0;
        transform: rotate(45deg) translate(-20px, -20px)
    }
    50% {
        opacity: 1
    }
    100% {
        opacity: 0;
        transform: rotate(45deg) translate(20px, 20px)
    }
}

.in_merkliste {
    margin-top: 20px;
    font-size: 1.5rem;
    color: #00A4B7;
    margin-left: 10px
}

.in_merkliste a {
    color: #00A4B7
}

.kursdet-meldung {
    font-weight: 500;
    font-size: 2.2rem;
    display: inline-block
}

.kw-kurs-aus {
    color: #ED217C
}

.kw-kurs-info {
    color: #EA762E
}

.kw-kurs-added {
    color: #605F5E;
    font-size: 1.5em;
    font-weight: 600
}

.kw-kurs-added a {
    color: #605F5E
}

.kw-kurs-added i {
    color: #00A4B7
}

.kw-login-register-form .tab-content {
    padding-top: 20px
}

.register-text-info {
    margin-bottom: 15px
}

a.social-icon {
    padding: 6px 9px;
    width: 50px;
    color: #3a3a3a;
    margin-left: 10px;
    display: inline-block
}

.social-side-block i.fa-facebook {
    color: #3B5998
}

.social-side-block i.fa-twitter {
    color: #1CA1F2
}

.social-side-block i.fa-instagram {
    color: #D72A83
}

.social-side-block i.fa-whatsapp {
    color: #24D366
}

.det-kommunikation li {
    list-style: none;
    margin-bottom: 10px
}

.geb-content {
    padding: 10px 25px;
    box-shadow: 0 0px 15px rgba(157, 157, 157, 0.15)
}

@media (max-width: 991px) {
    .geb-content {
        box-shadow: none;
        margin-top: 15px
    }
}

.zueruck_fa {
    font-weight: 500
}

.zueruck_fa i {
    transition: all 0.2s ease 0s
}

.zueruck_fa:hover i {
    transition: all 0.2s ease 0s;
    transform: translateX(-10px)
}

.geb-bild {
    max-height: 500px;
    overflow: hidden
}

.vorwaerts_fa i {
    transition: all 0.2s ease 0s
}

.vorwaerts_fa:hover i {
    transition: all 0.2s ease 0s;
    transform: translateX(10px)
}

.kw-mitarb-ueb {
    margin-bottom: 65px
}

.kw-mitarbeiter-body {
    padding: 20px 10px
}

.kw-mitarbeiter {
    background-color: #fff;
    box-shadow: 0 0px 15px rgba(157, 157, 157, 0.15);
    display: block;
    text-align: center;
    letter-spacing: 0;
    color: #3a3a3a;
    transform: translateY(0px);
    transition: all 0.4s cubic-bezier(0.39, 0.58, 0.57, 1);
    margin: 10px 0;
    padding: 10px
}

.kw-mitarbeiter:hover {
    transform: translateY(-5px);
    box-shadow: 0 0px 15px rgba(157, 157, 157, 0.15)
}

.horizontal-divider::before {
    content: "";
    display: inline-block;
    width: 166px;
    height: 1px;
    background-color: #182260
}

@media (max-width: 768px) {
    .kw-mitarbeiter-foto {
        overflow: hidden
    }
}

@media (min-width: 768px) {
    .kw-mitarbeiter {
        display: flex;
        align-items: center;
        text-align: left;
        height: 100%
    }

    .kw-mitarbeiter-foto {
        display: block;
        position: relative;
        width: 38%;
        align-self: stretch;
        flex-shrink: 0;
        overflow: hidden
    }

    .kw-mitarbeiter-foto .ben_foto {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 101%;
        width: 101%;
        object-fit: cover;
        object-position: center
    }

    .kw-mitarbeiter-body {
        padding: 2.5rem;
        flex-grow: 1
    }
}

.kw-mitarbeiter-email {
    word-break: break-all
}

@media (min-width: 1200px) {
    .kw-mitarbeiter-body {
        padding: 4rem 3rem
    }
}

.kw-gebueb-content {
    margin: 15px 0
}

.kw-gebueb-adresse {
    min-height: 50px
}

.feedback_inhalt {
    text-align: center
}

.feedback_seiten_anzeige {
    margin-top: 2rem
}

.feedback_ueberschrift {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    line-height: 1.2
}

.feedback_unter_ueberschrift {
    margin-bottom: 1rem;
    line-height: 1.2
}

.feedback_liste_untereinander .feedback_antworten {
    display: inline-block;
    text-align: left
}

.feedback_bereich {
    font-size: 1.875rem;
    margin-bottom: 1rem;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase
}

.feedback_fragen_gruppiert_frage {
    margin-bottom: 2rem
}

.feedback_fragen_gruppiert_frage:last-child:after {
    display: none
}

.feedback_fragen_gruppiert br {
    display: none
}

.feedback_fragen_gruppiert .feedback_bereich {
    font-size: 1.5rem
}

.feedback_bemerkung {
    margin-bottom: 1rem
}

.feedback_vorspann {
    margin-top: 1rem
}

.hauptseite_clickpfad {
    display: none
}

.klickpfad .hauptseite_clickpfad {
    display: block
}