
#kbe_container {
    overflow: hidden;
	max-width:1170px;
	position: relative;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 40px;
}
#kbe_container h1 {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 34px;
}
#kbe_container table {
    margin: 30px 0;
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
}
#kbe_container table th {
    font-weight: 600;
    background: #f8f8f8;
    color: #3C3C3B;
    text-align: left;
}
#kbe_container table th, #kbe_container table td {
    border: none;
    border-bottom: 1px solid #e0e0e0;
    padding: 12px 15px;
    font-size: 15px;
    color: #3C3C3B;
}
#kbe_container table tr:last-child td {
    border-bottom: none;
}
#kbe_container table tr:hover {
    background: #fafafa;
}
#kbe_content .kbe_leftcol img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 25px 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

/*===> breadcrumb <===*/
.kbe_breadcrum {
    margin: 0 0 35px;
    overflow: hidden;
    width: 100%;
}
.kbe_breadcrum ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.kbe_breadcrum ul li {
    padding: 0 5px;
    line-height: 26px;
}
.kbe_breadcrum ul li a {
    text-decoration: none;
    font-size: 14px;
    color: #3C3C3B;
    transition: color 0.2s ease;
    font-weight: 400;
}
.kbe_breadcrum ul li a:hover {
    color: #e63412;
}
.kbe_breadcrum ul li.separator {
    color: #999;
    font-size: 12px;
}

/*===> search field <===*/
.kbe_search_field {
    margin: 0 0 40px;
    width: 100%;
}
.kbe_search_field input[type=text] {
    color: #3C3C3B;
    font-size: 16px;
    border: 2px solid #e0e0e0;
    width: 90%;
    padding: 15px 17px 15px 60px;
    background: url(images/kbe_search_btn.png) no-repeat left #fff;
    border-radius: 8px;
    transition: all 0.2s ease;
    font-weight: 400;
}
.kbe_search_field input[type=text]:focus {
    outline: none;
    border-color: #e63412;
    box-shadow: 0 0 0 3px rgba(230, 52, 18, 0.1);
}
.kbe_search_field input[type=text]::placeholder {
    color: #999;
}

#search-result {
    color: #666666;
    font-size: 16px;
    width: 517px;
    position: absolute;
    z-index: 9999;
    border-bottom: 1px solid #cccccc;
}
#search-result li{
    background: url(images/article.svg) no-repeat scroll left 16px top 13px rgb(255,255,255);
    background-size: 14px auto;
    list-style: none outside none;
    padding: 0px 0 0px 8px;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
}
#search-result li a {
    background-position:20px center;
    background-repeat:no-repeat;
    display:block;
    color:#595959;
    text-decoration: none;
    color: #666666;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    padding:12px 20px 12px 55px;
}
#search-result li a:hover {
    color: #666666 !important;
    text-decoration: none;
    font-weight: normal;
}
#search-result li:hover{
    color: #333333 !important;
    text-decoration: none;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    background-color: #f8f8f8;
}
.kbe_no_result {
    background: url(images/article.svg) no-repeat left center;
    background-size: 14px auto;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    font-weight: bold;
    padding: 16px 0 14px 62px;
    display: inline-block;
    width: 453px;
}

/*===> content <===*/
#kbe_content {
    width: 100%;
}
.kbe_content_full{
    width: 100%;
    display: inline-block;
    float: none;
}
.kbe_content_full .kbe_leftcol {
    max-width: 100%;
}
.kbe_content_right{
    width: 70%;
    float: right;
}
.kbe_content_left{
    width: 70%;
    float: left;
}

/*===> leftcol <===*/
.kbe_leftcol {
    float: left;
    width: 100%;
}
.kbe_categories {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 35px 35px;
}
.kbe_category {
    width: 100%;
    margin: 0;
    position: relative;
}
.kbe_category span.switch {
    position: absolute;
    top: 4px;
    left: 0px;
    margin: 0px;
}
.kbe_category span.switch img {
    margin: 0px;
	content: none;
}
#kbe_content h2, .kbe_aside h2 {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 15px;
    margin: 0 0 27px;
    font-size: 22px;
    color: #000;
    font-weight: 400;
}
#kbe_container #kbe_content h2 span.kbe_count {
    color: #000 !important;
    font-size: 16px;
    width: 88px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-weight: 400;
    float: right;
    display: block;
    background: #C7DAD9 !important;
    background-color: #C7DAD9 !important;
}
#kbe_content .kbe_category h2 a {
    display: inline-block;
    text-decoration: none;
    color: #000;
    width: 70%;
}
#kbe_content .kbe_category .kbe_article_list {
    list-style: none;
    padding: 0;
    margin: 0;
}
#kbe_content .kbe_child_category .kbe_child_article_list {
    list-style: none;
    padding: 0;
    margin: 0 0 0 15px;
}
#kbe_content .kbe_leftcol .kbe_child_article_list li {
    margin-bottom: 20px;
    margin-left: 0;
    background: url(images/article.svg) no-repeat left center;
    background-size: 14px auto;
    padding: 0 0 0 32px;
    line-height: 20px;
}
#kbe_content .kbe_leftcol .kbe_child_article_list li a {
    color: #333333;
    text-decoration: none;
    font-size: 16px;
}
#kbe_content .kbe_category .kbe_child_category {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}
#kbe_content .kbe_child_category h3 {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 8px !important;
    margin-left: 15px;
    color: #000;
    overflow: hidden;
    font-weight: 600;
    font-size: 20px !important;
}
#kbe_container #kbe_content .kbe_child_category h3 span.kbe_count {
    color: #000 !important;
    font-size: 13px;
    width: 88px;
    height: 26px;
    line-height: 25px;
    text-align: center;
    font-weight: 400;
    float: right;
    display: block;
    background: #C7DAD9 !important;
    background-color: #C7DAD9 !important;
    margin-bottom: 0px !important;
}
#kbe_content .kbe_child_category h3 a {
    display: inline-block;
    text-decoration: none;
    color: #000;
    width: 70%;
    margin-top: 7px;
}
#kbe_content .kbe_leftcol .kbe_article_list li {
    margin-bottom: 20px;
    margin-left: 0;
    background: url(images/article.svg) no-repeat left center;
    background-size: 14px auto;
    padding: 0 0 0 32px;
    line-height: 20px;
}
#kbe_content .kbe_leftcol .kbe_article_list li a {
    color: #333333;
    text-decoration: none;
    font-size: 16px;
}
#kbe_content .kbe_leftcol .kbe_article_list li:before,
#kbe_content .kbe_leftcol .kbe_child_article_list li:before,
#kbe_content .kbe_leftcol .kbe_articles ul li:before,
#kbe_content .kbe_leftcol .kbe_articles_search ul li:before {
    content: none;
}

/*===> A-Z Filter Bar <===*/
.kbe_az_bar {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 20px;
    padding: 15px 0;
    border-bottom: 1px solid #e0e0e0;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 10;
}
.kbe_az_bar .kbe_az_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    padding: 0 8px;
    border: 1px solid #C7DAD9 !important;
    border-radius: 4px;
    background: #C7DAD9 !important;
    color: #000 !important;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    text-shadow: none;
}
.kbe_az_bar .kbe_az_btn:hover {
    background: #b3c8c7 !important;
    border-color: #b3c8c7 !important;
    color: #000 !important;
}
.kbe_az_bar .kbe_az_btn.active {
    background: #b3c8c7 !important;
    border-color: #b3c8c7 !important;
    color: #000 !important;
}
.kbe_az_btn.disabled {
    opacity: 0.35;
    cursor: default;
    pointer-events: none;
}

/*===> Controls (Expand/Collapse All) <===*/
.kbe_controls {
    display: flex;
    gap: 10px;
    margin-bottom: 25px;
}
.kbe_controls .kbe_ctrl_btn {
    padding: 8px 18px;
    border: 1px solid #C7DAD9 !important;
    border-radius: 4px;
    background: #C7DAD9 !important;
    color: #000 !important;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    text-shadow: none;
}
.kbe_controls .kbe_ctrl_btn:hover {
    background: #b3c8c7 !important;
    border-color: #b3c8c7 !important;
    color: #000 !important;
}

/*===> Accordion (Collapsible Categories) <===*/
.kbe_category h2 {
    cursor: pointer;
    user-select: none;
    position: relative;
    padding-right: 35px !important;
}
.kbe_category h2:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #3C3C3B;
    transition: transform 0.25s ease;
}
.kbe_category.collapsed h2:after {
    transform: translateY(-50%) rotate(-90deg);
}
.kbe_category .kbe_article_list,
.kbe_category .kbe_child_category {
    transition: none;
}
.kbe_category.collapsed .kbe_article_list,
.kbe_category.collapsed .kbe_child_category {
    display: none;
}

/*===> Articles <===*/
.kbe_content_right .kbe_leftcol{
    float: right !important;
}
#kbe_content .kbe_leftcol .kbe_articles ul {
    padding: 0;
    margin: 0;
    list-style:none;
}
.kbe_articles ul li {
    list-style: none outside none;
    padding: 2px 0 0px 30px;
    margin: 0 0 3px;
    background: url(images/article.svg) no-repeat left center;
    background-size: 14px auto;
}
#kbe_content .kbe_leftcol .kbe_articles ul li a {
    color: #333333;
    font-size: 16px;
    line-height: 32px;
    text-decoration: none;
    font-weight: normal;
}
#kbe_content .kbe_leftcol .kbe_articles ul li span{
    color: #333333;
    display: block;
    font-size: 13px;
    margin-bottom: 0;
}
#kbe_content .kbe_leftcol .kbe_articles ul li p{
    margin-bottom: 0px;
}
#kbe_content .kbe_leftcol .kbe_articles .kbe_read_more{
    float: right;
	margin-top:-8px;
}
#kbe_content .kbe_leftcol .kbe_articles .kbe_read_more a{
    font-size: 16px;
}

/*===> Search Page <===*/
#kbe_content .kbe_leftcol .kbe_articles_search ul {
    padding: 0;
    margin: 0;
    list-style:none;
}
.kbe_articles_search ul li {
    list-style: none outside none;
    padding: 4px 0 24px 30px;
    margin: 0 0 10px;
    background: url(images/article.svg) no-repeat left center;
    background-size: 14px auto;
    border-bottom: 1px solid #e2e2e2;
}
#kbe_content .kbe_leftcol .kbe_articles_search ul li a {
    color: #666666;
    font-size: 16px;
    font-weight: 600;
    line-height: 32px;
    text-decoration: none;
    font-weight: normal;
}
#kbe_content .kbe_leftcol .kbe_articles_search ul li span{
    color: #333333;
    display: block;
    font-size: 13px;
    margin-bottom: 0;
}
#kbe_content .kbe_leftcol .kbe_articles_search ul li p{
    margin-bottom: 0px;
}
#kbe_content .kbe_leftcol .kbe_articles_search .kbe_read_more{
    float: right;
    margin-top:-8px;
}
#kbe_content .kbe_leftcol .kbe_articles_search .kbe_read_more a{
    font-size: 16px;
    font-weight: normal;
}
#kbe_container blockquote {
    margin: 30px 0;
    padding: 20px 25px 20px 60px;
    border-left: 4px solid #e63412;
    background: #f8f8f8;
    border-radius: 0 8px 8px 0;
    font-style: italic;
    font-size: 17px;
    line-height: 1.7;
    color: #3C3C3B;
    position: relative;
}
#kbe_container blockquote:before {
    content: "\201C";
    font-size: 60px;
    color: #e63412;
    position: absolute;
    left: 15px;
    top: 10px;
    font-family: Georgia, serif;
    line-height: 1;
}
#kbe_container blockquote cite {
    margin: 15px 0 0;
    display: block;
    font-style: normal;
    font-weight: 600;
    color: #3C3C3B;
    font-size: 14px;
}
#kbe_container blockquote cite:before {
    content: "— ";
}

/*===> aside <===*/
.kbe_aside {
    width: 25%;
    float: right;
}
.kbe_aside.kbe_aside_none{
    display: none !important;
}
.kbe_aside.kbe_aside_left{
    float: left !important;
	margin-right: 5%;
}
.kbe_aside.kbe_aside_right{
    float: right !important;
	margin-left: 5%;
}
.kbe_widget {
    margin-bottom: 40px;
    /* Clearfix */
    content: "";
    display: table;
    clear: both;
	width: 99%;
}
.kbe_widget h2 {
    margin-bottom: 15px !important;
    padding-bottom: 10px !important;
}
.kbe_widget ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0;
}
#kbe_container .kbe_widget li {
    margin-bottom: 16px;
    margin-left: 0px;
    background: url(images/angle-right.svg) no-repeat;
    background-position: left center;
    background-size: 18px auto;
    padding: 0 0 0 25px;
}
.kbe_widget li a {
    color: #333333;
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
}
#kbe_container .kbe_aside .kbe_widget_article li {
    background: url(images/article.svg) no-repeat left center;
    background-size: 14px auto;
}
.kbe_widget label {
    font-size: 13px;
    color: #000;
    float: left;
    margin: 0 20px 0 0;
    line-height: 25px;
}
.kbe_widget select {
    width: 100px;
    height: 26px;
    background: #fff;
    border: 1px solid #dbdbdb;
    font-size: 13px;
    padding: 0 10px;
    color: #000;
}
.kbe_widget input[type=text] {
    width: 90%;
    height: 26px;
    font-size: 13px;
    color: #333;
    padding: 0 5%;
}
.kbe_widget .kbe_tags_widget{
    float: left;
    height: auto;
    line-height: 26px;
    width: 100%;
    word-spacing: 4px;
    margin-bottom: 40px;
}
.kbe_widget .kbe_tags_widget a{
    text-decoration: none;
    line-height: 26px;
    word-spacing: 4px;
}

/*===> Details <===*/
#kbe_content .kbe_leftcol a{
    color: #e63412;
    text-decoration:none;
    transition: color 0.2s ease;
}
#kbe_content .kbe_leftcol a:hover{
    color: #3C3C3B;
}
#kbe_content .kbe_leftcol h1 {
    font-size: 32px;
    font-weight: 600;
    color: #3C3C3B;
    margin-bottom: 30px;
    line-height: 1.3;
}
#kbe_content .kbe_leftcol h2 {
    font-size: 24px;
    font-weight: 600;
    color: #3C3C3B;
    border-bottom: 2px solid #C7DAD9;
    padding-bottom: 12px;
    margin-bottom: 24px;
    margin-top: 40px;
}
.kbe_leftcol .kbe_category.has-child h2 {
    padding-left: 21px;
}
#kbe_content .kbe_leftcol h3 {
    font-size: 20px;
    font-weight: 600;
    color: #3C3C3B;
    padding-bottom: 0px;
    margin-bottom: 20px;
    margin-top: 30px;
}
#kbe_content .kbe_leftcol h4 {
    font-size: 18px;
    font-weight: 600;
    color: #3C3C3B;
    padding-bottom: 0px;
    margin-bottom: 15px;
    margin-top: 25px;
}
#kbe_content .kbe_leftcol p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
    color: #3C3C3B;
    margin-bottom: 24px;
}
#kbe_content .kbe_leftcol ul {
    list-style-type: none;
    padding: 0 0 0 10px;
    margin-bottom: 24px;
}
#kbe_content .kbe_leftcol ul li {
    line-height: 1.8;
    font-size: 16px;
    color: #3C3C3B;
    margin-bottom: 12px;
    padding-left: 25px;
    position: relative;
}
#kbe_content .kbe_leftcol ul li:before {
    content: "•";
    color: #3C3C3B;
    font-weight: bold;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: -2px;
}
#kbe_content .kbe_leftcol ol {
    list-style-type: none;
    counter-reset: item;
    padding: 0 0 0 10px;
    margin-bottom: 24px;
}
#kbe_content .kbe_leftcol ol li {
    line-height: 1.8;
    font-size: 16px;
    color: #3C3C3B;
    margin-bottom: 12px;
    padding-left: 35px;
    position: relative;
    counter-increment: item;
}
#kbe_content .kbe_leftcol ol li:before {
    content: counter(item) ".";
    color: #3C3C3B;
    font-weight: 600;
    position: absolute;
    left: 0;
}
#kbe_content .kbe_leftcol span {
    color: #333333;
    font-size: 16px;
    margin-bottom: 40px;
    display: block;
}
#kbe_content .kbe_leftcol span a {
    text-decoration: none;
    font-size: 16px;
}
#kbe_content .kbe_leftcol .kbe_reply h4 {
    font-size: 16px;
    margin-bottom: 12px;
}
#kbe_content .kbe_leftcol .kbe_reply span {
    font-size: 16px;
    font-weight: normal;
}
#kbe_content .kbe_leftcol .kbe_reply label {
    display: block;
    margin-bottom: 7px;
}
#kbe_content .kbe_leftcol .kbe_reply input[type=text] {
    width: 100%;
    max-width: 500px;
    height: auto;
    margin-bottom: 20px;
    border: 2px solid #e0e0e0;
    padding: 12px 15px;
    border-radius: 6px;
    font-size: 15px;
    transition: all 0.2s ease;
    font-family: inherit;
}
#kbe_content .kbe_leftcol .kbe_reply input[type=text]:focus {
    outline: none;
    border-color: #e63412;
    box-shadow: 0 0 0 3px rgba(230, 52, 18, 0.1);
}
#kbe_content .kbe_leftcol .kbe_reply textarea {
    width: 100%;
    max-width: 700px;
    height: 160px;
    display: block;
    margin-bottom: 25px;
    padding: 15px;
    border: 2px solid #e0e0e0;
    border-radius: 6px;
    font-size: 15px;
    line-height: 1.6;
    transition: all 0.2s ease;
    font-family: inherit;
    resize: vertical;
}
#kbe_content .kbe_leftcol .kbe_reply textarea:focus {
    outline: none;
    border-color: #e63412;
    box-shadow: 0 0 0 3px rgba(230, 52, 18, 0.1);
}
.kbe_reply {
    width: 100%;
    padding-top: 40px;
}
.kbe_tags_div{
    width: 100%;
    height: auto;
    margin: 30px 0;
    overflow: hidden;
    padding: 20px;
    background: #f8f8f8;
    border-radius: 8px;
}
.kbe_tags_icon{
    background: url(images/kbe_icon_tag.png) no-repeat left top 1px;
    float: left;
    height: 25px;
    width: 25px;
    margin-right: 12px;
}
.kbe_tags_div ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
    padding: 0;
}
.kbe_tags_div ul li{
    float: none;
    list-style: none;
    padding: 0;
    text-transform: capitalize;
}
.kbe_tags_div ul li a{
    color: #3C3C3B !important;
    text-decoration: none !important;
    font-size: 14px;
    background: #fff;
    padding: 6px 14px;
    border-radius: 20px;
    border: 1px solid #e0e0e0;
    display: inline-block;
    transition: all 0.2s ease;
    font-weight: 500;
}
.kbe_tags_div ul li a:hover{
    background: #e63412;
    color: #fff !important;
    border-color: #e63412;
}
.kbe_tags_div ul li::after{
    content: none;
}
.kbe_tags_div ul li:last-child:after{
    content: none;
}

/*===> Kurs-Empfehlungsbox <===*/
#kbe_content .kbe_leftcol .kbe_course_box {
    margin: 50px 0 10px;
    padding: 30px;
    background: #f8f8f8;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
}
#kbe_content .kbe_leftcol .kbe_course_box h2 {
    font-size: 20px;
    font-weight: 600;
    color: #3C3C3B;
    margin: 0 0 20px;
    padding: 0 0 15px;
    border-bottom: 2px solid #C7DAD9;
    margin-top: 0;
}
#kbe_content .kbe_leftcol .kbe_course_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
}
#kbe_content .kbe_leftcol .kbe_course_card {
    display: block;
    text-decoration: none;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
    color: #3C3C3B;
    padding: 0;
    margin: 0;
}
#kbe_content .kbe_leftcol .kbe_course_card:hover {
    border-color: #e63412;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    color: #e63412;
}
#kbe_content .kbe_leftcol .kbe_course_thumb {
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #eee;
}
#kbe_content .kbe_leftcol .kbe_course_thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    margin: 0;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
}
#kbe_content .kbe_leftcol .kbe_course_title {
    padding: 14px 16px;
    font-size: 15px;
    font-weight: 500;
    color: inherit;
    line-height: 1.4;
    display: block;
    margin: 0;
}
@media screen and (max-width: 1024px) {
    #kbe_content .kbe_leftcol .kbe_course_grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 480px) {
    #kbe_content .kbe_leftcol .kbe_course_box {
        padding: 20px;
    }
    #kbe_content .kbe_leftcol .kbe_course_grid {
        grid-template-columns: 1fr;
    }
}

/*===> Weitere Begriffe (unified box) <===*/
.kbe_weitere {
    margin: 30px 0 60px;
    padding: 30px;
    background: #f8f8f8;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
}
#kbe_content .kbe_leftcol .kbe_weitere h2 {
    font-size: 20px;
    font-weight: 600;
    color: #3C3C3B;
    margin: 0 0 20px;
    padding: 0 0 15px;
    border-bottom: 2px solid #C7DAD9;
}
.kbe_related_list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px 30px;
}
.kbe_related_list li {
    background: url(images/article.svg) no-repeat left center;
    background-size: 14px auto;
    padding: 0 0 0 26px;
    line-height: 22px;
}
#kbe_content .kbe_leftcol .kbe_related_list li:before {
    content: none;
}
.kbe_related_list li a {
    color: #3C3C3B;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.2s ease;
}
.kbe_related_list li a:hover {
    color: #e63412;
}
.kbe_weitere .kbe_prevnext {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
    gap: 20px;
}
#kbe_content .kbe_leftcol .kbe_prevnext a {
    display: inline-block;
    color: #3C3C3B;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    padding: 6px 12px;
    border-radius: 4px;
    transition: all 0.2s ease;
    margin-bottom: 0;
    flex-shrink: 0;
}
#kbe_content .kbe_leftcol .kbe_prevnext a:hover {
    background: #e63412;
    color: #fff;
}
.kbe_weitere .kbe_prevnext .kbe_next {
    margin-left: auto;
    text-align: right;
}
@media screen and (max-width: 640px) {
    .kbe_weitere {
        padding: 20px;
    }
    .kbe_related_list {
        grid-template-columns: 1fr;
    }
    .kbe_weitere .kbe_prevnext {
        flex-direction: column;
        gap: 10px;
    }
    #kbe_content .kbe_leftcol .kbe_prevnext a {
        display: block;
        width: 100%;
        text-align: center;
    }
    .kbe_weitere .kbe_prevnext .kbe_next {
        margin-left: 0;
    }
}

/*===> Comments <===*/
.kbe_reply #comments {
    margin-bottom: 16px;
    font-size: 16px;
}
.kbe_reply .commentlist li{
    margin-top: 16px;
    background-color: #e3e3e3;
    float: left;
    padding-bottom: 12px;
    border-radius: 6px;
    width: 100%;
}
.kbe_reply ol{
    padding: 0px !important;
}
.kbe_reply ol, .kbe_reply ul{
    list-style: none !important;
}
.kbe_reply .fn{
    font-size: 15px;
    font-weight: bold;
    text-transform: capitalize;
    margin-left: 6px;
}
.kbe_reply .comment-meta{
    margin-top: -11px;
    width: 50%;
}
.kbe_reply .comment-edit-link{
    display: none !important;
}
.kbe_reply .says{
    display: none !important;
}

.kbe_reply .commentlist li p{
    padding-right: 9px;
}
.kbe_reply .comment-body{
    padding-left: 12px;
    padding-top: 12px;
}
.kbe_reply ul{
    margin-left: 30px !important;
    padding: 0px !important;
}
.kbe_reply .children li{
    background-color: #f2f2f2;
    margin-left: -10px;
    margin-right: 12px;
    padding: 0 0 10px 0 !important;
}
.kbe_reply #respond h3{
    font-size: 16px;
    padding-top: 18px !important;
}
.kbe_reply .commentlist li #respond{
    border-top: 1px solid #ccc;
    margin-left: 10px;
    width: 97%;
}
.kbe_reply #respond form{
    margin-top: 0px;
}
.kbe_reply .cancel-comment-reply{
    margin-top: 0px;
    font-size: 16px;
}
.kbe_reply #respond input[type="text"]{
    border: 1px solid #cccccc;
    height: 39px !important;
    margin-bottom: 23px;
    padding: 10px;
    width: 602px !important;
}
.kbe_reply #respond textarea{
    display: block;
    height: 160px;
    margin-bottom: 30px;
    padding: 10px;
    resize: none;
    width: 602px;
}

/*======> Tags <======*/
.kbe_widget .wp-tag-cloud li {
    background-size: 14px auto;
    background-image: url(images/tag.svg) !important;
    background-repeat: no-repeat;
    background-position: left center;
}

/*======> responsive layout <======*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
    #kbe_content .kbe_leftcol {
        width: 65%;
    }
    .kbe_categories {
        width: 100%;
        grid-template-columns: repeat(2, 1fr);
        gap: 25px 25px;
    }
    #kbe_content .kbe_category {
        width: 100%;
    }
    .kbe_aside {
        float: left;
        width: 222px;
    }
    .kbe_content_full {
        width: 100% !important;
    }
    .kbe_content_full .kbe_leftcol {
        width: 100% !important;
    }
    .kbe_content_full .kbe_categories {
        grid-template-columns: repeat(2, 1fr);
    }
    .kbe_content_full .kbe_category {
        width: 100% !important;
    }
    .kbe_content_ful .kbe_categories {
        width: 109%;
    }
    .kbe_articles {
        width: 100%;
    }
	.kbe_articles_search {
        width: 100%;
    }
    #kbe_container {
        width: 100%;
    }
    .kbe_leftcol {
        width: 96% !important;
    }
    .kbe_content_left {
        float: left;
        width: 64% !important;
        margin-bottom: 30px;
    }

    .kbe_content_right {
        float: left;
        width: 64% !important;
        margin-bottom: 30px;
        margin-right: 36px;
    }
    .kbe_reply {
        width: 80%;
    }
    #kbe_content .kbe_leftcol .kbe_reply input[type="text"] {
        width: 60%;
    }
    #kbe_content .kbe_leftcol .kbe_reply textarea {
        width: 95%;
    }
    #kbe_content h2 {
        font-size: 20px;
    }
}
@media screen and (min-width: 641px) and (max-width: 767px) {
    #kbe_content .kbe_leftcol {
        width: 65%;
    }
    .kbe_categories {
        width: 100%;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px 20px;
    }
    #kbe_content .kbe_category {
        width: 100%;
    }
    #search-result{
        width: 100% !important;
    }
    .kbe_no_result{
        width: 90% !important;
    }
    .kbe_content_left{
        width: 68% !important;
    }
    .kbe_content_right{
        width: 68% !important;
    }
    .kbe_leftcol{
        width: 96% !important;
    }
    #kbe_content .kbe_aside {
        width: 220px;
    }
    .kbe_content_full .kbe_aside {
        display: none;
    }
    .kbe_content_full .kbe_leftcol {
        width: 100% !important;
    }
    .kbe_content_full .kbe_categories {
        grid-template-columns: repeat(2, 1fr);
    }
    .kbe_content_full .kbe_category {
        width: 100% !important;
    }
    .kbe_articles {
        width: 100%;
    }
	.kbe_articles_search {
        width: 100%;
    }
    #kbe_container {
        width: 100%;
    }
    .kbe_leftcol {
        width: 100%;
    }
    .kbe_reply {
        width: 100%;
    }
    #kbe_content .kbe_leftcol .kbe_reply input[type="text"] {
        width: 60%;
    }
    #kbe_content .kbe_leftcol .kbe_reply textarea {
        width: 95%;
    }
    #kbe_content h2 {
        font-size: 20px;
    }
}
@media screen and (max-width: 640px) {
    .kbe_az_btn {
        min-width: 30px;
        height: 30px;
        font-size: 12px;
        padding: 0 5px;
    }
    .kbe_az_bar {
        gap: 4px;
        padding: 10px 0;
    }
    .kbe_controls {
        flex-wrap: wrap;
    }
    .kbe_ctrl_btn {
        font-size: 13px;
        padding: 6px 14px;
    }
}
@media screen and (min-width: 481px) and (max-width: 640px) {
    #kbe_container {
        width: 100%;
        margin: 0 auto;
    }
    #kbe_container h1 {
        text-align: center;
    }
    .kbe_breadcrum ul {
        width: 100%;
        text-align: center;
    }
    .kbe_breadcrum ul li {
        float: none;
        display: inline-block;
	line-height: 22px;
    }
    .kbe_search_field {
        width: 100%;
    }
    #search-result{
        width: 100% !important;
    }
    .kbe_no_result{
        width: 89% !important;
    }
    .kbe_search_field input[type="text"] {
        padding: 17px 4px 13px 9px;
        text-align: center;
        width: 97%;
    }
    .kbe_leftcol {
        width: 100%;
        float: none;
    }
    .kbe_content_left {
        float: left;
        width: 100% !important;
        margin-bottom: 30px;
    }
    .kbe_content_right {
        float: left;
        width: 100% !important;
        margin-bottom: 30px;
    }
    .kbe_categories{
        width: 100%;
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .kbe_category {
        width: 100%;
    }
    #kbe_content .kbe_category h2 a{
        width: 62%;
    }
    #kbe_content .kbe_leftcol .kbe_articles .kbe_read_more {
        float: right;
        width: 120px;
    }
    #kbe_content .kbe_leftcol .kbe_articles_search .kbe_read_more {
        float: right;
        width: 120px;
    }
    .kbe_content_full .kbe_categories {
        width: 100%;
        grid-template-columns: 1fr;
    }
    .kbe_content_full .kbe_category{
        width: 100% !important;
        margin: 0;
    }
    .kbe_content_full .kbe_aside{
        display:none;
    }
    .kbe_aside {
        float: none;
        width: 100%;
    }
    .kbe_aside.kbe_aside_left{
        float: none !important;
    }
    .kbe_aside.kbe_aside_right{
        float: none !important;
    }
    .kbe_reply {
        padding-top: 40px;
        width: 100%;
    }
    #kbe_content .kbe_leftcol .kbe_reply textarea {
        width: 96%;
    }
    #kbe_content .kbe_leftcol .kbe_reply input[type="text"] {
        width: 60%;
    }
    input[type="submit"], input[type="button"], input[type="reset"] {
        width: 20%;
        margin-bottom: 20px;
    }
}
@media screen and (min-width: 361px) and (max-width: 480px) {
    #kbe_container {
        width: 100%;
        margin: 0 auto;
    }
    #kbe_container h1 {
        text-align: center;
    }
    .kbe_breadcrum ul {
        width: 100%;
        text-align: center;
    }
    .kbe_breadcrum ul li {
        float: none;
        display: inline-block;
	line-height: 22px !important;
    }
    .kbe_search_field {
        width: 100%;
    }
    .kbe_search_field input[type="text"] {
        padding: 17px 4px 13px 9px;
        text-align: center;
        width: 96%;
    }
    #search-result{
        width: 100% !important;
    }
    .kbe_no_result{
        width: 85% !important;
    }
    .kbe_leftcol {
        width: 100%;
        float: none;
	margin-bottom: 30px;
    }
    .kbe_content_left {
        float: left;
        width: 100% !important;
        margin-bottom: 30px;
    }
    .kbe_content_right {
        float: right;
        width: 100% !important;
        margin-bottom: 30px;
    }
    .kbe_categories {
        width: 100%;
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .kbe_category {
        width: 100%;
        margin: 0;
    }
    #kbe_content .kbe_category h2 a{
        width: 62%;
    }
    #kbe_content .kbe_leftcol .kbe_articles .kbe_read_more {
        float: right;
        width: 88px;
    }
	#kbe_content .kbe_leftcol .kbe_articles_search .kbe_read_more {
        float: right;
        width: 88px;
    }
    .kbe_content_full .kbe_categories {
        width: 100%;
        grid-template-columns: 1fr;
    }
    .kbe_content_full .kbe_category{
        width: 100% !important;
        margin: 0;
    }
    .kbe_content_full .kbe_aside{
        display:none;
    }
    .kbe_aside {
        float: none;
        width: 100%;
    }
    .kbe_aside.kbe_aside_left{
        float: none !important;
    }
    .kbe_aside.kbe_aside_right{
        float: none !important;
    }
    .kbe_reply {
        width: 100%;
    }
    #kbe_content .kbe_leftcol .kbe_reply textarea {
        width: 95%;
        height:100px;
    }
    #kbe_content .kbe_leftcol .kbe_reply span {
        text-align: center;
    }
    #kbe_content .kbe_leftcol .kbe_reply input[type="text"] {
        width: 95%;
        padding:5px 10px;
    }
    input[type="submit"], input[type="button"], input[type="reset"] {
        width: 100%;
        margin-bottom: 20px;
    }
}
@media screen and (min-width: 320px) and (max-width: 360px) {
    #kbe_container {
        width: 100%;
        margin: 0 auto;
    }
    #kbe_container h1 {
        text-align: center;
    }
    .kbe_breadcrum ul {
        width: 100%;
        text-align: center;
    }
    .kbe_breadcrum ul li {
        float: none;
        display: inline-block;
	line-height: 22px;
    }
    .kbe_search_field {
        width: 100%;
    }
    .kbe_search_field input[type="text"] {
        padding: 17px 4px 13px 9px;
        text-align: center;
        width: 94%;
    }
    #search-result{
        width: 100% !important;
    }
    .kbe_no_result{
        width: 78% !important;
    }
    .kbe_leftcol {
        width: 100%;
        float: none;
	margin-bottom: 30px;
    }
    #kbe_content .kbe_category h2 a{
        width: 62%;
    }
    #kbe_content .kbe_leftcol .kbe_articles .kbe_read_more {
        float: right;
        width: 88px;
    }
    #kbe_content .kbe_leftcol .kbe_articles_search .kbe_read_more {
        float: right;
        width: 88px;
    }
    .kbe_categories{
        width: 100%;
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .kbe_category {
        width: 100%;
        margin: 0;
    }
    .kbe_content_full .kbe_category {
        width: 100%;
    }
    .kbe_articles ul li a {
        color: #000000;
        font-size: 22px;
        font-weight: 600;
        line-height: 26px;
        text-decoration: none;
    }
    .kbe_articles_search ul li a {
        color: #000000;
        font-size: 22px;
        font-weight: 600;
        line-height: 26px;
        text-decoration: none;
    }
    #kbe_content .kbe_leftcol ul li, ol li{
        color: #333333;
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 15px;
    }
    .kbe_aside {
        float: none;
        width: 100%;
    }
    .kbe_aside.kbe_aside_left{
        float: none !important;
    }
    .kbe_aside.kbe_aside_right{
        float: none !important;
    }
    .kbe_content_left{
        float: none;
        width: 100% !important;
    }
    .kbe_content_right{
        float: none;
        width: 100% !important;
    }
    .kbe_reply {
        width: 100%;
    }
    #kbe_content .kbe_leftcol .kbe_reply textarea {
        width: 92%;
        height:100px;
    }
    #kbe_content .kbe_leftcol .kbe_reply span {
        text-align: center;
    }
    #kbe_content .kbe_leftcol .kbe_reply input[type="text"] {
        width: 92%;
        padding:4px 10px;
    }
    input[type="submit"], input[type="button"], input[type="reset"] {
        width: 100%;
        margin-bottom: 20px;
    }
    #kbe_content .kbe_leftcol h2 {
        background: url(images/article.svg) no-repeat left center;
        background-size: 14px auto;
        border-bottom: 1px solid #CCCCCC;
        font-size: 16px;
        font-weight: normal;
        margin-bottom: 25px;
        padding: 0 0 16px 30px;
    }
}

body {
	margin: 0 auto;
}