﻿.bold{
    font-weight:500
}
.bolder{
    font-weight:600
}
.text-primary{
    color:#0e4583
}
.text-invert{
    color:#ffffff
}
.underline{
    text-decoration:underline
}
.link-invert{
    color:#ffffff
}
.link-invert:hover,.link-invertfocus{
    color:#ffffff
}
.internal-link,.external-link,.folder-link,.email-link,.download-link,.phone-link{
    font-weight:700;
    color:#0e4583
}
.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
}
section,.inner-padding{
    padding:50px 0
}
.bg-grey{
    background-color:#f6f6f6
}
.bg-primary{
    background-color:#0e4583
}
.bg-primary-variant{
    background-image:radial-gradient(circle, #f6f6f6, #e7e7e7, #d8d8d8, #c9c9c9, #bababa)
}
.bg-secondary{
    background-color:#00A4B7
}
.bg-secondary-variant{
    background-color:#1ee8ff
}
.bg-default{
    background-color:#505050
}
.bg-image{
    background:#505050;
    background-repeat:no-repeat;
    -webkit-background-size:cover;
    background-size:cover
}
.bg-image.overlay-light,.bg-image.overlay-dark{
    position:relative
}
.bg-image.overlay-light .container,.bg-image.overlay-dark .container{
    position:relative;
    z-index:10
}
.bg-image.overlay-light:before{
    position:absolute;
    content:"";
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:none;
    background:rgba(255, 255, 255, 0.3);
    z-index:1
}
.bg-image.overlay-dark:before{
    position:absolute;
    content:"";
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:none;
    background:rgba(0, 0, 0, 0.3);
    z-index:1
}
.kubus-accordion{
    margin-bottom:1.5rem
}
.kubus-accordion .card-header{
    padding:0
}
.kubus-accordion .card-header .btn-link{
    text-transform:initial;
    font-size:20px;
    font-size:1.25rem;
    display:-ms-flexbox;
    display:flex;
    width:100%;
    text-align:left;
    align-items:center;
    justify-content:space-between
}
.kubus-accordion .card-header .btn-link:after{
    display:inline-block;
    font-style:normal;
    font-variant:normal;
    text-rendering:auto;
    -webkit-font-smoothing:antialiased;
    font-family:"Font Awesome 5 Free";
    font-weight:900;
    content:"";
    border:none;
    font-size:0.9em;
    vertical-align:baseline
}
.kubus-accordion .card-header .btn-link[aria-expanded="true"]:after{
    content:""
}
.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%
    }
}
.v-box{
    background-color:#fff;
    margin-bottom:30px;
    box-shadow:0 0px 15px rgba(157, 157, 157, 0.2);
    border-radius:4px
}
.v-box .v-box-thumb{
    overflow:hidden;
    position:relative
}
.v-box .v-box-content{
    padding:10px 15px
}
.v-box .v-box-header{
    margin-bottom:1rem;
    text-align:center
}
.h-box{
    background-color:#fff;
    margin-bottom:2rem;
    box-shadow:0 0px 15px rgba(157, 157, 157, 0.6);
    border-radius:15px
}
.h-box .h-box-content{
    padding:1.5rem
}
.v-box-thumb img{
    transition:all 1s ease-out
}
.v-box-thumb:hover img{
    transform:scale(1.2);
    transition:all 1s ease-out
}
.header-top{
    margin-bottom:1rem
}
#logo{
    image-rendering:-webkit-optimize-contrast
}
#header-functions{
    color:#505050;
    float:right
}
.header-icon{
    float:left
}
.header-icon-text{
    font-size:14px;
    margin-top:5px;
    text-align:center
}
@media (min-width:991px){
    .header-right{
        margin-top:20px
    }
    #header-functions{
        margin-bottom:10px
    }
    .header-icon{
        margin-left:2rem;
        display:inline-block
    }
    #header-navbar-toogle,.navbar-toggler{
        display:none
    }
}
@media (max-width:767px){
    #logo{
        margin-right:0;
        margin-left:0
    }
    #logo img{
        max-width:200px
    }
    #header-functions{
        text-align:center
    }

    #header{
        position:fixed;
        top:0;
        left:0;
        z-index:900;
        position:fixed;
        height:150px;
        width:100%;
        background-color:#fff
    }
    div[id^="c"]:target:before,form:target:before{
        content:"";
        display:block;
        height:150px;
        margin:-150px 0 0
    }
    .page-content div:target:before{
        content:"";
        display:block;
        height:150px;
        margin:-150px 0 0
    }
    body.nav-open{
        overflow:hidden
    }
    .nav-backdrop{
        position:fixed;
        top:0;
        right:0;
        bottom:0;
        left:0;
        z-index:800;
        background-color:#000
    }
    .nav-backdrop.in{
        filter:alpha(opacity=50);
        opacity:0.5
    }
}
@media (min-width:992px){
    #header-search{
        padding-bottom:22px
    }
}
#header-search .navbar-form{
    margin:0;
    padding:0
}
@media (max-width:991px){
    .header-icon{
        padding:9px 10px;
        margin-top:8px;
        margin-right:15px;
        margin-bottom:8px
    }
    .header-icon-text{
        border:0;
        clip:rect(0, 0, 0, 0);
        height:1px;
        margin:-1px;
        overflow:hidden;
        padding:0;
        position:absolute;
        width:1px;
        white-space:nowrap
    }
}
@media (max-width:350px){
    .header-icon,.navbar-toggler{
        margin-right:0px
    }
    #header-functions{
        float:none
    }
}
.navbar-toggler{
    position:relative;
    padding:0
}
.navbar-toggler .icon-bar{
    width:35px;
    display:block;
    -webkit-transition:all 0.2s;
    -moz-transition:all 0.2s;
    -ms-transition:all 0.2s;
    -o-transition:all 0.2s;
    transition:all 0.2s;
    background-color:#0e4583!important;
    height:4px
}
.navbar-toggler .top-bar{
    transform:rotate(45deg) scale(1.1);
    transform-origin:30% 90%;
    margin-top:4px
}
.navbar-toggler .middle-bar{
    opacity:0
}
.navbar-toggler .bottom-bar{
    transform:rotate(-45deg) scale(1.1);
    transform-origin:40% 60%
}
.navbar-toggler.collapsed .icon-bar{
    background-color:#3a3a3a
}
.navbar-toggler.collapsed .top-bar{
    transform:rotate(0) scale(1)
}
.navbar-toggler.collapsed .middle-bar{
    opacity:1;
    margin-top:7px;
    margin-bottom:7px
}
.navbar-toggler.collapsed .bottom-bar{
    transform:rotate(0) scale(1)
}
#navigation{
    text-transform:uppercase
}
.dropdown-toggle:after{
    display:inline-block;
    font-style:normal;
    font-variant:normal;
    text-rendering:auto;
    -webkit-font-smoothing:antialiased;
    font-family:"Font Awesome 5 Free";
    font-weight:900;
    content:"";
    border:none;
    font-size:0.9em;
    will-change:transform;
    -webkit-transition:transform 0.3s;
    -moz-transition:transform 0.3s;
    -ms-transition:transform 0.3s;
    -o-transition:transform 0.3s;
    transition:transform 0.3s;
    transition-delay:0.2s;
    vertical-align:baseline
}
.nav-item a.nav-link.active{
    color:#fff!important;
}
@media (min-width:992px){
    #navigation{
        margin-left:-30px
    }
    #navigation .nav-link{
        font-size:18px;
        font-weight:500;
        margin-bottom:22px;
        padding-right:1rem;
        padding-left:1rem
    }
    #navigation .nav-item:hover .nav-link,#navigation .nav-link:hover{
        transform:scale(1.1);
        transition:all 0.3s ease-out 0s;
        -webkit-transition:all 0.3s ease-out 0s;
        -moz-transition:all 0.3s ease-out 0s;
        -o-transitionall:all 0.3s ease-out 0s;
        color:#6b43a4
    }
    #navigation .nav-link:focus{
        color:#000000
    }
    #navigation .dropdown-menu{
        padding-left:15px;
        padding-right:15px;
        left:-20px;
        min-width:220px
    }
}
@media (min-width:992px) and (hover:hover){
    #navigation{
    }
    #navigation .dropdown-menu:not(.show){
        opacity:0;
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        visibility:hidden;
        display:inherit
    }
    #navigation .dropdown-menu.show{
        opacity:0
    }
    #navigation .dropdown:hover>.dropdown-menu{
        opacity:1;
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        visibility:visible
    }
}
@media (max-width:991px){
    .navbar{
        padding:0;
        margin-right:-15px;
        margin-left:-15px;
        background-color:#fff
    }
    #navigation .nav-link{
        padding:0.5rem 1rem;
        background:#e6e6e6;
        margin:5px 0px
    }
    #navigation .dropdown-menu{
        border:none
    }
    .navbar-collapse{
        max-height:340px;
        background-color:#fff;
        padding:15px;
        overflow-y:auto
    }
}
.dropdown-menu{
    font-size:16px;
    font-size:1rem;
    padding:0
}
.dropdown-menu .nav-item{
    border-bottom:1px solid #ddd
}
.dropdown-menu .nav-item:last-child{
    border-bottom:none
}
.dropdown-menu .dropdown-item{
    padding:12px 20px
}
.dropdown-menu .dropdown-item:hover,.dropdown-menu .dropdown-item:focus{
    background-color:#fff;
    color:#0e4583
}
.dropdown-menu .nav-item.active>.dropdown-item{
    color:#ffffff;
    background-color:#0e4583
}
.dropdown-menu .nav-item.active>.dropdown-item:hover{
    background-color:#0e4583!important;
    color:#ffffff
}
.dropdown-menu .dropdown-item.active,.dropdown-menu .dropdown-item:active{
    color:#0e4583!important;
    text-decoration:none;
    background-color:#fff
}
.klickpfad-container{
    background:whitesmoke;
    min-height:15px;
    margin-bottom:15px
}
.klickpfad{
    color:#8c8c8c;
    font-size:16px;
    margin-top:10px;
    padding:3rem 0
}
span.clickpfad_item.active{
    font-weight:500
}
.hauptseite_clickpfad,.clickpfad_main{

}
.klickpfad .clickpfad .trennzeichen:before,.klickpfad .clickpfad_item+.clickpfad_item:before,.klickpfad .hauptseite_clickpfad>.clickpfad>.clickadrbold:first-child:before{
    display:inline-block;
    font-style:normal;
    font-variant:normal;
    text-rendering:auto;
    -webkit-font-smoothing:antialiased;
    font-family:"Font Awesome 5 Free";
    font-weight:900;
    content:"";
    padding:0 5px
}
.klickpfad .ku_click_katebene0{
    display:none
}

.hauptseite_clickpfad span.trennzeichen:first-child{
    display:none
}
.hauptseite_clickpfad a.clickadresse[title=" öffnen"]+.trennzeichen{
    display:none
}
@media (max-width:767px){
    .klickpfad{
        padding:2rem 0
    }
}
.newsletter-box,.newsletter-titel{
    color:#fff
}
.page-content{
    min-height:500px
}
.page-content>.container{
    padding-top:50px;
    padding-bottom:50px
}
.katicon{
    position:relative;
    overflow:hidden;
    border-radius:4px;
    margin-bottom:2rem;
    display:block
}
.katicon figure{
    margin:0
}
.katicon .katicon-title{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    padding:15px;
    color:#ffffff;
    background-color:#505050;
    text-align:center;
    text-transform:uppercase;
    font-weight:500;
    font-size:20px;
    font-size:1.25rem
}
.katicon .btn-katicon{
    color:#ffffff;
    background-color:#505050;
    position:absolute;
    bottom:15px;
    left:15px
}
@media (min-width:992px){
    .katicon img{
        -webkit-filter:grayscale(100%);
        filter:grayscale(50%);
        -webkit-transform:scale(1.5);
        transform:scale(1.5);
        -webkit-transition:0.8s ease-out;
        transition:transform 0.8s ease-out
    }
    .katicon:hover img{
        -webkit-transform:scale(1.1);
        transform:scale(1.1);
        -webkit-transition:ransform 0.8s ease-out;
        transition:transform 0.8s ease-out;
        -webkit-filter:grayscale(0);
        filter:grayscale(0)
    }
}
@media (max-width:992px){
    .katicon{
        display:inline-block
    }
    .katicon-box{
        text-align:center
    }
    .katicon a{
        margin-bottom:15px
    }
}
@media (max-width:767px){
    .katicon{
        display:inline-block
    }
}
.katicon.farbe-red .katicon-title{
    background-color:rgba(244, 67, 54, 0.8)
}
.katicon.farbe-red .btn-katicon{
    background-color:#f44336
}
.katicon.farbe-pink .katicon-title{
    background-color:rgba(233, 30, 99, 0.8)
}
.katicon.farbe-pink .btn-katicon{
    background-color:#e91e63
}
.katicon.farbe-purple .katicon-title{
    background-color:rgba(156, 39, 174, 0.8)
}
.katicon.farbe-purple .btn-katicon{
    background-color:#9c27ae
}
.katicon.farbe-deep-purple .katicon-title{
    background-color:rgba(103, 58, 182, 0.8)
}
.katicon.farbe-deep-purple .btn-katicon{
    background-color:#673ab6
}
.katicon.farbe-indigo .katicon-title{
    background-color:rgba(63, 82, 180, 0.8)
}
.katicon.farbe-indigo .btn-katicon{
    background-color:#3f52b4
}
.katicon.farbe-blue .katicon-title{
    background-color:rgba(32, 150, 242, 0.8)
}
.katicon.farbe-blue .btn-katicon{
    background-color:#2096f2
}
.katicon.farbe-light-blue .katicon-title{
    background-color:rgba(0, 169, 243, 0.8)
}
.katicon.farbe-light-blue .btn-katicon{
    background-color:#00a9f3
}
.katicon.farbe-cyan .katicon-title{
    background-color:rgba(0, 187, 211, 0.8)
}
.katicon.farbe-cyan .btn-katicon{
    background-color:#00bbd3
}
.katicon.farbe-teal .katicon-title{
    background-color:rgba(0, 150, 136, 0.8)
}
.katicon.farbe-teal .btn-katicon{
    background-color:#009688
}
.katicon.farbe-green .katicon-title{
    background-color:rgba(76, 173, 81, 0.8)
}
.katicon.farbe-green .btn-katicon{
    background-color:#4cad51
}
.katicon.farbe-orange .katicon-title{
    background-color:rgba(239, 108, 0, 0.8)
}
.katicon.farbe-orange .btn-katicon{
    background-color:#ef6c00
}
.katicon.farbe-yellow .katicon-title{
    background-color:rgba(254, 191, 8, 0.8)
}
.katicon.farbe-yellow .btn-katicon{
    background-color:#febf08
}
.katicon.farbe-brown .katicon-title{
    background-color:rgba(121, 85, 72, 0.8)
}
.katicon.farbe-brown .btn-katicon{
    background-color:#795548
}
.katicon.farbe-grey .katicon-title{
    background-color:rgba(97, 125, 139, 0.8)
}
.katicon.farbe-grey .btn-katicon{
    background-color:#617d8b
}
.checkbox-datenschutz span.required{
    display:none
}
.checkbox-datenschutz .input.checkbox{
    margin:0
}
.frame-type-form_formframework .form-navigation .btn-toolbar>.btn-group{
    width:100%
}
.frame-type-form_formframework .form-navigation .btn-group>.btn{
    border-radius:0.25rem !important
}
.frame-type-form_formframework .form-navigation .btn-group.next{
    margin-left:auto
}
.frame-type-form_formframework .form-navigation .btn-group.previous .btn{
    background-color:#505050;
    border-color:#505050;
    color:#ffffff
}
.frame-type-form_formframework .form-navigation .btn-group.previous .btn:hover,.frame-type-form_formframework .form-navigation .btn-group.previous .btn:active,.frame-type-form_formframework .form-navigation .btn-group.previous .btn.active,.frame-type-form_formframework .form-navigation .btn-group.previous .btn:focus{
    background-color:#434343;
    border-color:#434343;
    color:#ffffff
}
@media (min-width:768px){
    .checkbox-datenschutz .col-xs-11.col-sm-11.col-md-11.col-lg-11{
        margin-left:-4%
    }
}
.tx-indexedsearch-browsebox{
    padding-left:0
}
.tx-indexedsearch-browsebox>li{
    display:inline-block
}
.tx-indexedsearch-browsebox>li>a{
    padding:0.5rem 1rem;
    display:inline-block
}
.tx-indexedsearch-browsebox .pagination a{
    position:relative;
    display:block;
    padding:0.5rem 0.75rem;
    margin-left:-1px;
    line-height:1.25;
    background-color:#fff;
    border:1px solid #dee2e6
}
.form-control{
    font-size:16px;
    font-size:1rem;
    height:42px
}
.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:#0e4583
}
abbr[data-original-title],abbr[title]{
    border:none;
    text-decoration:none
}
.alert{
    margin-bottom:2rem
}
.alert-primary{
    color:#ffffff;
    background-color:#0e4583
}
.alert-warning{
    background-color:#FFE381;
    font-size:1.2em;
    font-weight:500
}
label{
    font-weight:500
}
.modal .modal-header{
    border:none;
    margin-top:1.5rem;
    -ms-flex-pack:center;
    justify-content:center
}
.modal .close{
    position:absolute;
    top:0;
    right:0;
    margin:0
}
.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:#0e4583!important;
    border-color:#0e4583!important;
    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:#004c5f;
    border-color:#004c5f;
    color:#ffffff
}
.btn-outline-primary{
    color:#0e4583!important;
    border-color:#0e4583!important;
    background-color:transparent
}
.btn-outline-primary:hover,.btn-outline-primary:focus,.btn-outline-primary:active,.btn-outline-primary.active{
    background-color:#004c5f;
    color:#ffffff;
    border-color:#004c5f
}
.btn-secondary{
    background-color:#0e4583!important;
    border-color:#0e4583!important;
    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:#004c5f;
    border-color:#004c5f;
    color:#ffffff
}
.btn-outline-secondary{
    
    border-color:#0e4583!important;
    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:#004c5f;
    color:#ffffff;
    border-color:#004c5f
}
.btn-default{
    background-color:#0e4583!important;
    border-color:#0e4583!important;
    color:#ffffff
}
.btn-default:hover,.btn-default:active,.btn-default.active,.btn-default:focus{
    background-color:#004c5f;
    border-color:#004c5f;
    color:#ffffff
}
.outline-animate::before{
    content:"";
    background:#004c5f;
    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)
}
.btn-link{
    color:#000000
}
.btn-link:hover,.btn-link:focus{
    color:#0e4583!important;
    text-decoration:none
}
.btn-link.focus,.btn-link:focus{
    box-shadow:none
}
.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:#0e4583!important;
    position:absolute;
    bottom:0px;
    left:0px
}
.internal-link:hover:before{
    transform:translateX(100%)
}
.knews-main-article .knews-article-big-content .knews-readmore{
    background-color:#0e4583!important;
    color:#ffffff;
    text-transform:uppercase;
    font-weight:700;
    margin-top:10px
}
.knews-sidebar-article .knews-readmore{
    color:#0e4583!important;
    font-weight:400
}
.rslides{
    position:relative;
    list-style:none;
    overflow:hidden;
    width:100%;
    padding:0;
    margin:0
}
.rslides li{
    -webkit-backface-visibility:hidden;
    position:absolute;
    display:none;
    width:100%;
    left:0;
    top:0;
    height:350px
}
.rslides li:first-child{
    position:relative;
    display:block;
    float:left
}
.rslides img{
    display:block;
    height:auto;
    float:left;
    width:100%;
    border:0
}
.rslides_container{
    position:relative
}
.rslides1_nav{
    position:absolute;
    -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
    top:45%;
    left:0;
    z-index:99;
    opacity:0.8
}
.rslides1_nav.next{
    left:auto;
    background-position:right top;
    right:0
}
.rslides1_nav.next:focus{
    color:#0e4583
}
.rslides2_nav{
    position:absolute;
    -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
    top:0;
    left:0;
    display:block;
    background:#fff;
    opacity:0;
    filter:alpha(opacity=1);
    width:48%;
    text-indent:-9999px;
    overflow:hidden;
    height:91%
}
.rslides2_nav.next{
    left:auto;
    right:0
}
.rslides3_nav{
    position:absolute;
    -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
    opacity:0.6;
    text-indent:-9999px;
    overflow:hidden;
    top:0;
    bottom:0;
    left:0;
    background:#000 url("themes.gif") no-repeat left 50%;
    width:38px
}
.rslides_tabs{
    margin-top:10px;
    position:absolute;
    width:100%;
    padding-left:0;
    list-style-type:none
}
.rslides_tabs li{
    float:none;
    padding-right:5px
}
.rslides_tabs li:last-child{
    padding-right:0px
}
@media (min-width:768px){
    .rslides_tabs li{
        display:table-cell;
        width:1%
    }
}
.rslides_tabs a{
    text-indent:-9999px;
    overflow:hidden;
    background:#e6e6e6;
    background:rgba(0, 0, 0, 0.2);
    -webkit-box-shadow:inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow:inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
    box-shadow:inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
    width:100%;
    height:9px;
    position:relative;
    display:block;
    padding:0 10px
}
.rslides_tabs .rslides_here a{
    background:#222;
    background:rgba(0, 0, 0, 0.8)
}
.rslides .caption{
    position:absolute;
    display:block;
    bottom:30px;
    left:30px;
    padding:11px;
    text-align:center;
    color:#ffffff;
    background:#0e4583!important;
    font-size:40px;
    font-size:2.5vw;
    text-transform:uppercase
}
.tx-yag-thumb-innerframe img,.tx-yag-image img{
    max-width:100% !important;
    height:auto
}
.tx-yag-item-thumb-outerframe{
    height:auto
}
.scrollToTop{
    padding:6px 12px;
    background-color:#0e4583!important;
    color:#ffffff;
    text-decoration:none;
    position:fixed;
    bottom:45px;
    right:45px;
    display:none;
    text-align:center;
    border-radius:4px;
    opacity:0.9;
    z-index:1100
}
.scrollToTop:hover,.scrollToTop:focus{
    background-color:#774bb6;
    color:#ffffff;
    text-decoration:none
}
@media (max-width:480px){
    .scrollToTop{
        bottom:10px;
        right:10px;
        padding:0px 5px
    }
}
.owl-carousel{
    display:none;
    width:100%;
    -webkit-tap-highlight-color:transparent;
    position:relative;
    z-index:1
}
.owl-carousel .owl-stage{
    position:relative;
    -ms-touch-action:pan-Y;
    touch-action:manipulation;
    -moz-backface-visibility:hidden
}
.owl-carousel .owl-stage:after{
    content:".";
    display:block;
    clear:both;
    visibility:hidden;
    line-height:0;
    height:0
}
.owl-carousel .owl-stage-outer{
    position:relative;
    overflow:hidden;
    -webkit-transform:translate3d(0px, 0px, 0px)
}
.owl-carousel .owl-wrapper,.owl-carousel .owl-item{
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    -ms-backface-visibility:hidden;
    -webkit-transform:translate3d(0, 0, 0);
    -moz-transform:translate3d(0, 0, 0);
    -ms-transform:translate3d(0, 0, 0)
}
.owl-carousel .owl-item{
    position:relative;
    min-height:1px;
    float:left;
    -webkit-backface-visibility:hidden;
    -webkit-tap-highlight-color:transparent;
    -webkit-touch-callout:none
}
.owl-carousel .owl-item img{
    display:block;
    width:100%
}
.owl-carousel .owl-nav.disabled,.owl-carousel .owl-dots.disabled{
    display:none
}
.owl-carousel .owl-nav .owl-prev,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-dot{
    cursor:pointer;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}
.owl-carousel .owl-nav button.owl-prev,.owl-carousel .owl-nav button.owl-next,.owl-carousel button.owl-dot{
    background:none;
    color:inherit;
    border:none;
    padding:0 !important;
    font:inherit
}
.owl-carousel.owl-loaded{
    display:block
}
.owl-carousel.owl-loading{
    opacity:0;
    display:block
}
.owl-carousel.owl-hidden{
    opacity:0
}
.owl-carousel.owl-refresh .owl-item{
    visibility:hidden
}
.owl-carousel.owl-drag .owl-item{
    -ms-touch-action:pan-y;
    touch-action:pan-y;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}
.owl-carousel.owl-grab{
    cursor:move;
    cursor:grab
}
.owl-carousel.owl-rtl{
    direction:rtl
}
.owl-carousel.owl-rtl .owl-item{
    float:right
}
.no-js .owl-carousel{
    display:block
}
.owl-carousel .animated{
    animation-duration:1000ms;
    animation-fill-mode:both
}
.owl-carousel .owl-animated-in{
    z-index:0
}
.owl-carousel .owl-animated-out{
    z-index:1
}
.owl-carousel .fadeOut{
    animation-name:fadeOut
}
@keyframes fadeOut{
    0%{
        opacity:1
    }
    100%{
        opacity:0
    }
}
.owl-height{
    transition:height 500ms ease-in-out
}
.owl-carousel .owl-item{
}
.owl-carousel .owl-item .owl-lazy{
    opacity:0;
    transition:opacity 400ms ease
}
.owl-carousel .owl-item .owl-lazy[src^=""],.owl-carousel .owl-item .owl-lazy:not([src]){
    max-height:0
}
.owl-carousel .owl-item img.owl-lazy{
    transform-style:preserve-3d
}
.owl-carousel .owl-video-wrapper{
    position:relative;
    height:100%;
    background:#000
}
.owl-carousel .owl-video-play-icon{
    position:absolute;
    height:80px;
    width:80px;
    left:50%;
    top:50%;
    margin-left:-40px;
    margin-top:-40px;
    background:url("owl.video.play.png") no-repeat;
    cursor:pointer;
    z-index:1;
    -webkit-backface-visibility:hidden;
    transition:transform 100ms ease
}
.owl-carousel .owl-video-play-icon:hover{
    -ms-transform:scale(1.3, 1.3);
    transform:scale(1.3, 1.3)
}
.owl-carousel .owl-video-playing .owl-video-tn,.owl-carousel .owl-video-playing .owl-video-play-icon{
    display:none
}
.owl-carousel .owl-video-tn{
    opacity:0;
    height:100%;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:contain;
    transition:opacity 400ms ease
}
.owl-carousel .owl-video-frame{
    position:relative;
    z-index:1;
    height:100%;
    width:100%
}
.owl-carousel.owl-theme{
    position:relative
}
.owl-theme .owl-nav{
    -webkit-tap-highlight-color:transparent
}
.owl-theme .owl-nav button.owl-next,.owl-theme .owl-nav button.owl-prev{
    position:absolute;
    -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
    top:50%;
    transform:translateY(-50%);
    z-index:99;
    opacity:0.8;
    font-size:38px;
    color:#0e4583!important;
    cursor:pointer;
    -webkit-transition:opacity 0.2s ease-in;
    -moz-transition:opacity 0.2s ease-in;
    -ms-transition:opacity 0.2s ease-in;
    -o-transition:opacity 0.2s ease-in;
    transition:opacity 0.2s ease-in;
    z-index:10
}
.owl-theme .owl-nav .owl-next{
    right:-20px
}
.owl-theme .owl-nav .owl-prev{
    left:-20px
}
.owl-theme .owl-nav [class*="owl-"]:hover{
    text-decoration:none;
    opacity:1
}
.owl-theme .owl-nav .disabled{
    opacity:0.5;
    cursor:default
}
.owl-theme .owl-dots{
    text-align:center;
    -webkit-tap-highlight-color:transparent
}
.owl-theme .owl-dots .owl-dot{
    display:inline-block;
    zoom:1
}
.owl-theme .owl-dots .owl-dot span{
    width:10px;
    height:10px;
    margin:5px 7px;
    background:#d7cae9;
    display:block;
    -webkit-backface-visibility:visible;
    transition:opacity 200ms ease;
    border-radius:30px
}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{
    background:#0e4583
}
button.owl-prev.disabled,button.owl-next.disabled{
    visibility:hidden
}
.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:#00A4B7;
    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:20%;
    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:#0e4583
}
.kw-progressbar li.active:before{
    border-color:#0e4583!important;
    background-color:#0e4583!important;
    color:#fff;
    font-weight:600
}
.kw-progressbar li.visited{
    color:#00A4B7
}
.kw-progressbar li.visited:before{
    content:"";
    font-family:"Font Awesome 5 Free";
    font-weight:900;
    color:#00A4B7
}
.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:#0e4583
}
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
}
.kw-kurs-properties li{
    margin-bottom:5px;
    list-style:none;
    padding-left:1em
}
.kw-kurs-properties li:before{
    content:"";
    border-color:transparent #00A4B7;
    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:30%;
    padding:10px;
    background:#0e4583!important;
    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);
    margin-left: 30px;
}
.status-info.nicht-buchbar{
}
<!-- H12A-->

<div class="kw-kursuebersicht kat{%sys_vater_kategorie_tiefe1%}">
 (§IF§) (("{%sys_kathaupt%}" == "1") OR ("{%sys_kathaupt%}" == "2")) {
	<h1 class="kw-kat-farbe kw-greyblue">{%kat_text%}</h1>
	<div class="clearfix">	
		(§IF§) (("{%sys_kathaupt%}" == "1") AND ("{%kat_aktiveebene%}" == "1")) {
        (§IF§) ("{%sys_vater_kategorie_tiefe1%}" == "5"){
          <img src="###BASEURL###{%typo3_pfad%}../user_upload/kategorie/gesellschaft.jpg" class="kw-kat-bg" alt="{%kat_text%}" />
        }
        (§IF§) ("{%sys_vater_kategorie_tiefe1%}" == "8"){
          <img src="###BASEURL###{%typo3_pfad%}../user_upload/kategorie/kultur.jpg" class="kw-kat-bg" alt="{%kat_text%}" />
        }
        (§IF§) ("{%sys_vater_kategorie_tiefe1%}" == "14"){
          <img src="###BASEURL###{%typo3_pfad%}../user_upload/kategorie/gesundheit.jpg" class="kw-kat-bg" alt="{%kat_text%}" />
        }
        (§IF§) ("{%sys_vater_kategorie_tiefe1%}" == "18"){
          <img src="###BASEURL###{%typo3_pfad%}../user_upload/kategorie/sprachen.jpg" class="kw-kat-bg" alt="{%kat_text%}" />
        }
        (§IF§) ("{%sys_vater_kategorie_tiefe1%}" == "28"){
          <img src="###BASEURL###{%typo3_pfad%}../user_upload/kategorie/beruf.jpg" class="kw-kat-bg" alt="{%kat_text%}" />
        }
		}
		<div class="kw-kat-info"> 
			(§IF§) ("{%kat_beschreibung%}" != ""){ 				
				 {%kat_beschreibung%}
			  }
		</div>	   
	</div>
  <div class="mt-3 mb-3 d-lg-none">
    {%kat_unterkategorienliste%}
  </div> 
  }
  <h2 class="mt-6 kw-greyblue">Kurse</h2>
  <div class="row mt-6">
   <div class="col-lg-7">     
   <div class="clearfix mb-3" > 
<div class="dropdown float-right">
		  <button class="btn btn-default dropdown-toggle" type="button" id="kw-kurs-sort-menue" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true">
			Sortieren nach...
			<span class="caret"></span>
		  </button>
		  <ul class="dropdown-menu" aria-labelledby="kw-kurs-sort-menue">
				  <li (§IF§) (("{%sys_get:orderbyasc%}" == "1")AND("{%sys_get:orderby%}" == "kurzbez")){ class="active"}><a class="dropdown-item" href="{%sys_sortierung_titel%}&orderbyasc=1#kw-kursuebersicht-list">Titel aufsteigend
				  </a></li>
				  <li (§IF§) (("{%sys_get:orderbyasc%}" == "0")AND("{%sys_get:orderby%}" == "kurzbez")){ class="active"}><a class="dropdown-item" href="{%sys_sortierung_titel%}&orderbyasc=0#kw-kursuebersicht-list">Titel absteigend
				  </a></li>
				  <li (§IF§) (("{%sys_get:orderbyasc%}" == "1")AND("{%sys_get:orderby%}" == "beginndt")){ class="active"}><a class="dropdown-item" href="{%sys_sortierung_datumzeit%}&orderbyasc=1#kw-kursuebersicht-list">Datum aufsteigend
				  </a></li>
				  <li (§IF§) (("{%sys_get:orderbyasc%}" == "0")AND("{%sys_get:orderby%}" == "beginndt")){ class="active"}><a class="dropdown-item" href="{%sys_sortierung_datumzeit%}&orderbyasc=0#kw-kursuebersicht-list">Datum absteigend
				  </a></li>
				  <li (§IF§) (("{%sys_get:orderbyasc%}" == "1")AND("{%sys_get:orderby%}" == "ort")){ class="active"}><a class="dropdown-item" href="{%sys_sortierung_ort%}&orderbyasc=1#kw-kursuebersicht-list">Ort aufsteigend
				  </a></li>
				  <li (§IF§) (("{%sys_get:orderbyasc%}" == "0")AND("{%sys_get:orderby%}" == "ort")){ class="active"}><a class="dropdown-item"  href="{%sys_sortierung_ort%}&orderbyasc=0#kw-kursuebersicht-list">Ort absteigend
				  </a></li>
				  <li (§IF§) (("{%sys_get:orderbyasc%}" == "1")AND("{%sys_get:orderby%}" == "nr")){ class="active"}><a class="dropdown-item" href="{%sys_sortierung_knr%}&orderbyasc=1#kw-kursuebersicht-list">Nummer aufsteigend
				  </a></li>
				  <li (§IF§) (("{%sys_get:orderbyasc%}" == "0")AND("{%sys_get:orderby%}" == "nr")){ class="active"}><a class="dropdown-item" href="{%sys_sortierung_knr%}&orderbyasc=0#kw-kursuebersicht-list">Nummer absteigend
				  </a></li>	
		  </ul>
</div> 
  <div class="float-left d-lg-none">
       <a href="#kw-kurs-ueb-sidebar" class="btn btn-default">Filter</a>
   </div>
</div>
<div id="kw-kursuebersicht-list">
<!-- H12E -->    background:#b3b1b1
.status-info+.h-box{
    clear:right;
    position:relative;
    z-index:1
}
.kw-kurs-preis{
    padding:0;
    text-align:left;
	font-size:1em;
    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:#e5dcf1
}
.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:#0e4583!important;
    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:#0e4583!important;
    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(133, 93, 189, 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:3rem;
        max-height:3rem;
        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(133, 93, 189, 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:3rem;
        max-height:3rem;
        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:#0e4583
}
.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:#0e4583!important;
    color:#ffffff
}
.merkliste-menu{
    text-align:center;
    position:relative
}
.merkliste-menu .badge{
    position:absolute;
    top:-5px;
    right:-4px;
    background-color:#0e4583!important;
    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:#0e4583!important;
    padding:3px 0px;
    color:#ffffff
}
.tn-login-menu .dropdown-menu{
    padding:15px;
    min-width:250px
}
.badge{
    width:18px;
    height:18px;
    border-radius:50%
}
@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
}
.nav-pills .nav-link.active,.nav-pills .show>.nav-link{
    color:#fff!important;
    background-color:#018aa6!important;
}
.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:0 0px 15px rgba(157, 157, 157, 0.15)
}
.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:0 0px 15px rgba(157, 157, 157, 0.15);
    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;
    text-align:center;
    background-color:#00A4B7;
    color:#ffffff;
    width:34px;
    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:#0e4583
}
.kw-kalender-btn-back{
    float:left;
    padding-left:10%;
    color:#0e4583
}
@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:#0e4583!important;
    border-color:#0e4583
}
.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:#0e4583
}
@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
}

.klickpfad .hauptseite_clickpfad{
    display:block
}
.klaro .cm-list-description{
    color:#cacaca !important
}
.klaro p.purposes{
    color:#cacaca !important
}
.klaro .cm-required{
    color:#89b3c7 !important;
    padding-left:0.4em !important;
    font-size:inherit !important
}
.klaro .cm-link{
    color:#FD930C !important
}
.klaro .cm-header a{
    color:#4CC756 !important;
    text-decoration:underline !important
}
.klaro .cm-btn.cm-btn-info{
    background-color:#3E4DE1 !important
}
.klaro .cm-btn.cm-btn-success-var{
    background-color:#397B9A !important
}
.klaro .cm-btn-success{
    background-color:#227A2A !important
}
.klaro .cm-powered-by a{
    color:#ABADAB !important
}
.klaro .cn-ok .cm-btn-success{
    margin-left:20px
}
.klaro .cm-btn{
    padding:6px 12px !important
}
.embed-responsive .klaro.cm-as-context-notice{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    width:100%;
    height:100%
}
@media print{
    #header-functions,#navigation,#top-pages,#top-slider,#sub-bar,.header-right,.btn,.footer-navigation,.ampelbutton{
        display:none
    }
    #logo,#content{
        margin:0
    }
    #header{
        height:auto !important;
        position:static
    }
    body{
        padding:0 !important;
        font-size:12px
    } 
    .tab-content{
        display:block
    }
    .kw-table a.kw-kurstitel{
        font-weight:normal
    }
    .collapse{
        display:block;
        height:auto
    }
    a[href]:after{
        content:""
    }
    .scrollToTop{
        display:none !important
    }
}

/* *START* Anpassung Kursdetails *START* */ 
.hauptseite_clickpfad {
	margin-bottom:10px;
}

.hauptseite_clickpfad span,
.hauptseite_clickpfad a {
	font-size:15px;
	color: #018aa6;
}

.hauptseite_clickpfad a {

}

.hauptseite_clickpfad span.clickadrbold  {
    text-decoration:underline;
}


.header-spalte-links-inner-wrapper {
	border-top:3px dotted #018aa6;	
	padding-top:20px;
}

.kursdetails.kursnummer {
	padding-top:4px; /*gleiche höhe wie Ampel 3px Padding + 1px Border*/
	font-size:14px;
	font-weight:bold;
	color: #0e4583!important;
}

.kufer-ampel {
	border:1px solid #018aa6;	
	border-radius:15px;
	padding:3px 10px;	
}

.kufer-ampel span {
	font-size:13px;
	color: #018aa6;	
}

.kursdetails.kurstitel {
	margin:20px 0;
	font-weight:bold;
	color: #0e4583!important;	
}

.kursdetails.subheader-kursart {
	font-size:20px;
	margin:0 0 20px 0;
	color: #018aa6;
	text-transform:uppercase;
}

.kursdetails.subheader-ort {
	font-size:20px;
	margin:0 0 20px 0;
	color: #018aa6;
}

h2.kursdetails-inhalt {
	margin:0 0 20px 0;
	font-weight:bold;
	color: #0e4583!important;		
	text-transform:uppercase;	
}

.kursdetails.kursinfotexte {
	margin-top:40px;
	color: #0e4583!important;	
	font-size:12px;
}

.kursdetails.kursinfotexte .infotexte h3 {
	font-size:20px;
	margin:20px 0 0 0;
	color: #018aa6;	
}

p.kursdetails.buttonliste-button {
	margin-bottom:0.5rem;
}

.btn.btn-primary {
    color: #fff!important;
}

.btn.btn-primary.ampelbutton {
	width:100%;
	text-align:left;
    background-color: #018aa6 !important;
    border-color: #018aa6 !important;	
	padding-left:30px;
} 

.btn.btn-primary.ampelbutton img {
	position:absolute;
	right: 40px;
    top: 15px;
}

.btn.btn-primary.ampelbutton .warenkorbanzahl {
	position: absolute;
    right: 57px;
    top: 2px;
    color: #ffc846;
    font-size: 20px;
}

.btn.btn-primary.suchebutton, 
.btn.btn-primary.loginbutton {
	width:100%;	
}

.buttonliste-button.wk {
	width:100%;
}

.sidebar-ansprechpartner-wrapper {
	margin-top:20px;
}

.sidebar-element {
	font-size:14px;
}

.sidebar-element b {
	font-weight:bold;
}

.sidebar-element h3,
.kursdetails.schlagwortliste h2 {
	margin:40px 0 15px 0;
	padding:0 0 5px 0;
	font-size:18px;
	border-bottom:3px dotted #018aa6;
}

.kursdetails.aehnlichebeitraege h2 {
	margin:40px 0 0px 0;
	padding:0 0 5px 0;
	font-size:18px;

}

.kursdetails.schlagwortliste {
	padding-top:10px;
	border-bottom:3px dotted #018aa6;
	margin-bottom:20px;
}


.kursdetails.aehnlichebeitraege {
	padding-top:10px;
	margin-bottom:20px;
}

.owl-aehnliche.owl-theme {
	padding-top: 20px;	
	border-top:3px dotted #018aa6;
}

.owl-aehnliche.owl-theme .owl-dots {
	text-align: right;
    position: absolute;
    right: 0;
    top: -30px;
}

.btn.btn-primary.stichwortelement {
	background-color: transparent !important;
	color:#0e4583 !important;
	margin-right:15px;
	margin-bottom:15px;
	font-weight:normal !important;
	min-width:150px;
	line-height:40px !important;
	padding-left:30px !important;
	padding-right:30px !important;
}

.aehnliche-kurse.bild img {
	border-radius:15px;
	border:1px solid #0e4583!important;
	margin-bottom:20px;
}

.aehnliche-kurse.titel{
	font-weight:bold;
	color: #0e4583!important;
	font-size:18px;
	margin-bottom:20px;
}

.aehnliche-kurse.kursinfo {
	color: #0e4583!important;
	font-size:14px;
	margin-bottom:20px;
}

.aehnliche-kurse.kursdetaillink {
	border-top:1px solid #0e4583!important;
	padding-top:5px;
}

.aehnliche-kurse.kursdetaillink a {
	font-size:14px;
	font-weight:bold;
	color: #0e4583 !important;
}

.button-zuerueck {
	margin-top:40px;
}
	
.btn-primary.zureuckbutton {
	min-width:175px;
	line-height:40px !important;
}

.owl-aehnliche .owl-dot span {
	background:transparent !important;
	border:2px solid #018aa6 !important;
	margin: 5px 3px !important;
}

.owl-aehnliche .owl-dot.active span {
	background:#018aa6 !important;
}

@media (min-width:1200px) and (max-width:1400px) {
	.wk-text-ausblenden {display:none;}
}

@media (max-width:1200px){
	.sidebartexte {
		margin-top:40px;
	}
}

@media (max-width:767px){
	.kursdetails.kursampel {margin-top:15px;}
	.kursdetails.kurstitel {font-size:2rem;}
}
/* *Ende* Anpassung Kursdetails *Ende* */

@media (min-width:1200px) {
    .warnung-pflicht-wrapper {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .warnung-pflicht-wrapper .warnung-pflicht-text{
        text-align: center;
        color: red;
    }
    .warnung-pflicht-feld-ul {
        list-style: none;
        display: inline-flex;
    }
    .warnung-pflicht-feld-li {
        padding-inline: 20px;
        color: red;
    }
}