.wr_regupedia-content .wr_regupedia-news-latest h4 {margin-bottom: 7px;}

.wr_regupedia-content h3.results-topic {font-weight: lighter;}

.wr_regupedia-content ol>li.results-entry:before {content: initial;}
.wr_regupedia-content ol>li.results-entry {border-bottom: 0px;}

#tx-solr-sorting {display: none;}
.wr_regupedia-content #tx-solr-search-functions .secondaryContentSection .csc-header {padding-left: 0; clear: both;}

.wr_regupedia-content .tx-solr-pagination {height: 0px; margin: 0px;}
.wr_regupedia-content #tx-solr-pagination-top ul.tx-pagebrowse {border-bottom: 1px solid #d9d9d9; padding-bottom: 5px; width: 100%; margin-bottom: 20px;float: left; height: 35px;}
.wr_regupedia-content #tx-solr-pagination-bottom ul.tx-pagebrowse {border-top: 1px solid #d9d9d9; padding-top: 5px !important; width: 100%; margin-top: 20px !important;float: left; height: 35px;}
.wr_regupedia-content .tx-pagebrowse-pi1,
.wr_regupedia-content .tx-solr-pagination .tx-pagebrowse-pi1 {float: left; width: 100%;}
.wr_regupedia-content .tx-pagebrowse-pi1 .tx-pagebrowse li {float: left; display: inline-block; margin-left: 5px; border: 1px solid #d9d9d9;border-radius: 4px;}
.wr_regupedia-content .tx-pagebrowse-pi1 .tx-pagebrowse .tx-pagebrowse-prev,
.wr_regupedia-content .tx-pagebrowse-pi1 .tx-pagebrowse .tx-pagebrowse-next {padding: 1px 8px; margin-left: 0px; color: #c9c9c9; background-color: #f7f8f7;}
.wr_regupedia-content .tx-pagebrowse-pi1 .tx-pagebrowse .tx-pagebrowse-prev a,
.wr_regupedia-content .tx-pagebrowse-pi1 .tx-pagebrowse .tx-pagebrowse-next a {color: #000;}
.wr_regupedia-content .tx-pagebrowse-pi1 .tx-pagebrowse li.tx-pagebrowse-pages {width: auto; border: none;}
.wr_regupedia-content .tx-pagebrowse-pi1 .tx-pagebrowse .tx-pagebrowse-first,
.wr_regupedia-content .tx-pagebrowse-pi1 .tx-pagebrowse .tx-pagebrowse-last {display: none; }

.wr_regupedia-content .tx-pagebrowse-pi1 .tx-pagebrowse li ol {padding: 0;}
.wr_regupedia-content .tx-pagebrowse-pi1 .tx-pagebrowse li ol li:before {content: none;}
.wr_regupedia-content #tx-solr-results ol {counter-reset: none;}
.wr_regupedia-content #tx-solr-results ol>li.results-entry::before {content: none;}

.wr_regupedia-content .tx-pagebrowse-pi1 .tx-pagebrowse li.tx-pagebrowse-pages ol li {border: 1px solid #d9d9d9;border-radius: 4px; padding: 1px 8px; margin: 0 4px; background-color: #f7f8f7; }
.wr_regupedia-content .tx-pagebrowse-pi1 .tx-pagebrowse li.tx-pagebrowse-pages ol li.tx-pagebrowse-current {background-color: #c42324; color: #fff; border: 1px solid #cb5b5b;}
.wr_regupedia-content .tx-pagebrowse-pi1 .tx-pagebrowse li.tx-pagebrowse-pages ol li a {color: #31313c;}

#tx-solr-sorting ul.dropdown-menu li a {color:#31313c; padding: 3px 0;}
#tx-solr-sorting ul.dropdown-menu li a:hover {background-color: #fff;}
#tx-solr-sorting ul.dropdown-menu {background-color:#f8f9f8; padding-left: 0;}

#tx-solr-sorting #dLabel h3 {font-size: 13px; color: #31313c;}

/** List Ansicht **/
.wr_regupedia-content .news-list-view-blog {
    padding: 0;
}
.wr_regupedia-content .news-list-view-blog .article {
    margin-left: 0;
}
.wr_regupedia-content .news-list-view-blog .article .media-wrapper {
    padding: 0;
}
.wr_regupedia-content .news-list-view-blog .article .media-wrapper img {
    border-radius: 5px;
}
.wr_regupedia-content .news-list-view-blog .article .btn-more {
    border: 1px solid black;
    display: inline-block;
    border-radius: 8px;
    color: black;
    padding: 10px 20px;
    font-weight: bold;
}

.frame-type-news_categorylist .filter, .elastic-blog .search-options {
    flex-wrap: wrap;
}

.frame-type-news_categorylist .filter, .elastic-blog .filter {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 25px;
    width: 100%;
}

.frame-type-news_categorylist .filter .dropdown, .elastic-blog .filter .dropdown {
    flex: 0 1 100%;
    position: relative;
    padding: 10px 20px;
    border: 1px solid lightgrey;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.frame-type-news_categorylist .filter .dropdown:hover, .elastic-blog .filter .dropdown:hover {
    cursor: pointer;
}
.frame-type-news_categorylist .filter .dropdown p, .elastic-blog .filter .dropdown p {
    margin: 0;
    font-size: 16px;
}
.frame-type-news_categorylist .filter .dropdown ul, .elastic-blog .filter .dropdown ul {
    position: absolute;
    background-color: white;
    display: none;
    z-index: 10;
    width: 100%;
    border: 1px solid lightgrey;
    border-radius: 12px;
    margin: 5px 0 0 0;
    padding: 25px;
    top: 100%;
    left: 0;
}
.frame-type-news_categorylist .filter .dropdown ul:hover, .elastic-blog .filter .dropdown ul:hover {
    cursor: pointer;
}
.frame-type-news_categorylist .filter .dropdown ul.open, .elastic-blog .filter .dropdown ul.open {
    display: block;
}
.frame-type-news_categorylist .filter .dropdown li, .elastic-blog .filter .dropdown li {
    list-style-type: unset;
    font-size: 16px;
    margin-left: 0;
}
.frame-type-news_categorylist .reset-filter, .elastic-blog .reset-filter {
    flex: 0 0 fit-content;
    border: 1px solid #c31313;
    color: #c31313;
    padding: 10px 20px;
    background-color: white;
    border-radius: 12px;
    background-image: none;
    box-shadow: none;
    font-size: 16px;
}

.frame-type-news_categorylist .reset-filter, .elastic-blog .reset-filter a {
    font-size: 16px;
}

.frame-type-news_categorylist .active-categories a {
    padding: 8px 16px;
    background-color: #f6f6f6;
    border-radius: 12px;
    margin-top: 25px;
    color: black !important;
    display: flex;
    gap: 10px;
    width: fit-content;
}
.elastic-blog .active-categories .blog-badge {
    padding: 8px 16px;
    background-color: #f6f6f6;
    border-radius: 12px;
    color: black !important;
    display: flex;
    gap: 10px;
    width: fit-content
    height: fit-content;
    min-height: 40px;
}

.elastic-blog .active-categories .blog-badge:last-child {
    margin-bottom: 25px;
}

.frame-type-news_categorylist .active-categories a svg {
    top: 3px;
    position: relative;
}
.news-search-form.elastic-blog-search {
    width: 100%;
}
.elastic-blog-search .elastic-blog-search-form {
    flex-wrap: wrap;
}
.elastic-blog-search .elastic-blog-search-form input[type="text"] {
    width: 100%;
    margin-left: -10px;
}
.elastic-blog-search .elastic-blog-search-form input[type="submit"],
    .elastic-blog-search .elastic-blog-search-form input[type="text"] {
    border: 1px solid lightgrey;
    box-shadow: none;
    border-radius: 12px !important;
    padding: 10px 20px;
    font-size: 16px;
    height: unset;
    min-height: 46px;
}
.elastic-blog-search .elastic-blog-search-form input[type="text"]::placeholder,
.elastic-blog-search .elastic-blog-search-form input[type="text"]::-ms-input-placeholder {
    color: black;
    opacity: 1;
}

    /** Detail Ansicht **/

.wr_regupedia-content .news-single .news-list-date { font-weight: 700; text-transform: uppercase;}
.wr_regupedia-content .news-single .article .news-img-wrap {float: left; margin: 3px 15px 0px 0px; width: auto;}
.wr_regupedia-content .news .article .news-img-wrap a {display: block; float: left; padding: 0px; border: 2px solid #f3f3f3;}

.wr_regupedia-content .news-related { display: block; border: 0; padding: 0; }
.wr_regupedia-content .news-related ul { list-style-type: none; margin-bottom: 3px; padding-left: 0; }
.wr_regupedia-content .news-related ul li { margin-bottom: 10px; list-style-type: none; margin-left: 0;}
.wr_regupedia-content .news-related ul li span { border-right: 0; }
.wr_regupedia-content .news-related-wrap { margin-top: 11px; }
.wr_regupedia-content .news-related-files a.pdf:after {font-family: 'FontAwesome'; content: "\f019"; padding-left: 5px;}
.wr_regupedia-content .news-single .news-related h4 { margin-bottom: 15px; }

.wr_regupedia-content .news-single footer { border-top: 0px; margin: 11px 0px 0px 0px;}
#social-footer { background-color: #f3f3f3; padding: 6px; overflow: hidden; margin-top: 32px; }
#social-footer .share-it,
#social-footer .facebook .share,
#social-footer .twitter { float: left; margin-right: 10px; }

.news-outer {
    display: flex;
    flex-direction: column;
}
.news-outer .wr_regupedia_blog-news-single {
    width: 100%;
    order: 1;
}
.news-outer .wr_regupedia-blog-news-single-sidebar {
    width: 100%;
    margin-top: 55px;
    order: 0;
}
.news-outer .wr_regupedia-blog-news-single-sidebar ul {
    list-style: none;
    padding: 0;
}
.news-outer .wr_regupedia-blog-news-single-sidebar ul li {
    margin: 0;
    list-style-type: none;
}
.news-outer .wr_regupedia-blog-news-single-sidebar ul li a {
    display: block;
    color: black;
    font-size: 16px;
    padding: 25px;
}
.news-outer .wr_regupedia-blog-news-single-sidebar ul li a:hover,
.news-outer .wr_regupedia-blog-news-single-sidebar ul li a.active {
    background-color: #f3f3f3;
    text-decoration: none;
}
.news-outer .news-img-wrap {
    width: 100%;
}
.news-outer .news .article .news-img-wrap img {
    width: 100%;
    margin-bottom: 25px;
}

.news-author-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-top: 25px;
    margin-bottom: 50px;
}
.news-author-wrap .news-author-img img {
    border-radius: 50%;
    aspect-ratio: 1 / 1;
}
.news-author-wrap .news-author-info .news-author-name {
    font-weight: bold;
    color: black;
    margin: 0;
}
.news-author-wrap .news-author-info .news-author-position {
    color: #c42324;
    margin-bottom: 25px;
}
.news-author-wrap .news-author-info .news-author-tel,
.news-author-wrap .news-author-info .news-author-email {
    display: block;
    color: black;
    margin-bottom: 5px;
}
.regupedia-content .blog-detail-slider .news{
    margin-top: 50px ;
}
.news-search-form fieldset {
    display: flex;
    gap: 10px;
    margin-bottom: 50px;
}
.news-search-form input[type="text"] {
    border: 1px solid lightgrey;
    box-shadow: none;
    border-radius: 10px;
    padding: 10px 20px;
    height: 40px;
    font-size: 16px;
}
.news-search-form input[type="submit"] {
    height: 40px;
    border: 1px solid black !important;
    border-radius: 10px !important;
    padding: 10px 20px !important;
    font-weight: normal !important;
}

.news-search-result .f3-widget-paginator {
    display: flex;

}

.news-search-result .f3-widget-paginator li {
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    padding: 1px 8px;
    margin: 0 4px;
    background-color: #f7f8f7;
    list-style-type: none;
}
@media (min-width: 768px) {
    .news-author-wrap {
        flex-direction: row;
    }
    .news-author-wrap .news-author-info {
        padding-left: 60px;
    }
    .regupedia-content .blog-detail-slider .wr_regupedia-news-slider.swiper {
        max-width: unset;
    }
    .frame-type-news_categorylist .filter .dropdown, .elastic-blog .filter .dropdown {
        flex: 0 1 60%;
    }
    .elastic-blog-search .elastic-blog-search-form input[type="text"] {
        width: 60%;
    }
}
@media (min-width: 1200px) {
    .news-outer {
        flex-direction: row;
        justify-content: flex-end;
        gap: 50px;
    }
    .news-outer .wr_regupedia_blog-news-single {
        width: 66%;
        order: 0;
    }
    .news-outer .wr_regupedia-blog-news-single-sidebar {
        width: 33%;
        order: 1;
    }
    .frame-type-news_categorylist .filter, .elastic-blog .search-options .categories-container {
        width: 50%;
    }
    .elastic-blog-search .elastic-blog-search-form,
    .frame-type-news_categorylist .filter, .elastic-blog .filter {
        flex-wrap: nowrap;
    }
    .elastic-blog-search .elastic-blog-search-form input[type="text"] {
        width: fit-content;
        margin-left: 0;
    }
    .news-search-form.elastic-blog-search {
        width: 50%;
    }
    .elastic-blog-search .elastic-blog-search-form {
        justify-content: flex-end;
    }
}

@media (min-width: 1400px) {
    .news-outer .wr_regupedia_blog-news-single {
        width: 66%;
    }
    .news-outer .wr_regupedia-blog-news-single-sidebar {
        width: 22%;
    }
}