/*** BEGIN: CSS - cn_numares_publication_search ***/
.tx-cn-numares-publication-search,
.tx-cn-numares-publication-search .publication-search-list {
    width: 100%;
    float: left;
    clear: both;
    margin: 0;
    padding: 0;
}

.tx-cn-numares-publication-search .num_pub_counter {
    float: left;
    clear: both;
    width: 100%;
    border-bottom: 1px solid #aaaaaa;
    margin: 0 0 20px 0;
}

.tx-cn-numares-publication-search .num_pub_box {
    width: 100%;
    float: left;
    clear: both;
    margin: 0;
}

.tx-cn-numares-publication-search .num_pub_liste {
    width: 100%;
    float: left;
    clear: both;
    margin: 0;
}

.tx-cn-numares-publication-search .num_pub_filter + .num_pub_liste {
    width: 70%;
    float: left;
    clear: none;
}

.tx-cn-numares-publication-search .num_pub_article {
    width: 100%;
    float: left;
    clear: both;
    margin: 10px 0;
    padding: 0 0 20px 0;
    border-bottom: 2px solid #c1d1e0;
}

.tx-cn-numares-publication-search .num_pub_article:first-child {
    margin-top: 0;
}

.tx-cn-numares-publication-search .num_pum_text {
    width: 100%;
    float: left;
    clear: both;
    margin: 0 0 10px 0;
}

.tx-cn-numares-publication-search .num_pub_jahr {
    color: #aaaaaa;
    display: block;
    width: 100%;
    float: left;
    clear: both;
    margin: 0 0 10px 0;
}

.tx-cn-numares-publication-search .num_pub_keywords {
    width: 100%;
    float: left;
    clear: both;
    margin: 0;
    font-size: 16px;
}

.tx-cn-numares-publication-search .num_pub_keywords ul {
    width: 100%;
    float: left;
    clear: both;
    margin: 0;
    padding: 0;
    list-style: none;
}

.tx-cn-numares-publication-search .num_pub_keywords ul li {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 10px 0;
    background-color: #f7f7f7;
    background-image: none;
    padding: 5px 10px;
    border-radius: 3px;
    line-height: 1.4em;
}

.tx-cn-numares-publication-search .num_pub_keywords ul li.num_pub_new {
    color: #ffffff;
    background-color: #00ccff;
}

.tx-cn-numares-publication-search .num_pub_titel {
    display: block;
    margin: 0 0 20px 0;
    width: 100%;
    float: left;
    clear: both;
}

.tx-cn-numares-publication-search .num_pub_autor {
    color: #aaaaaa;
    font-size: 16px;
    line-height: 1.4em;
    width: 100%;
    float: left;
    clear: both;
}

.tx-cn-numares-publication-search .num_pub_downloads {
    width: 100%;
    float: left;
    clear: both;
    margin: 10px 0 0 0;
    padding: 0;
}

.tx-cn-numares-publication-search .num_pub_downloads ul {
    width: 100%;
    float: left;
    clear: both;
    margin: 0;
    padding: 0;
    list-style: none;
}

.tx-cn-numares-publication-search .num_pub_downloads ul li {
    display: inline-block;
    vertical-align: top;
    margin: 0 15px 10px 0;
    padding: 0;
    background: none;
}

.tx-cn-numares-publication-search .num_pub_downloads ul li a {
    display: block;
    padding: 10px 15px 10px 60px;
    background-color: #b0182e;
    color: #FFFFFF;
    font-family: 'DroidSerif', 'Georgia', 'Times New Roman', serif;
    font-size: 20px;
    line-height: 1.4em;
    text-decoration: none;
    transition: all 0.2s ease;
    position: relative;
}

.tx-cn-numares-publication-search .num_pub_downloads ul li:hover a {
    background-color: #00ccff;
}

.tx-cn-numares-publication-search .num_pub_downloads ul li a.num_pub_pdf {
    background-image: url('/fileadmin/templatefiles/templates/cn_numares_publication_search/Resources/Public/Images/pdf.png');
    background-repeat: no-repeat;
    background-size: 35px auto;
    background-position: 10px 6px;
}

.tx-cn-numares-publication-search .num_pub_downloads ul li a.num_pub_dl {
    background-image: url('/fileadmin/templatefiles/templates/cn_numares_publication_search/Resources/Public/Images/download.png');
    background-repeat: no-repeat;
    background-size: 35px auto;
    background-position: 10px 6px;
}

/* -- Filter -- */
.tx-cn-numares-publication-search .num_pub_filter {
    float: left;
    clear: none;
    width: 25%;
    margin-right: 5%;
}

.tx-cn-numares-publication-search .num_pub_filterbox {
    width: 100%;
    float: left;
    clear: both;
    margin: 0 0 20px 0;
}

.tx-cn-numares-publication-search .num_pub_filterbox h4 {
    margin: 0 0 10px 0;
}

.tx-cn-numares-publication-search .num_pub_filterbox label,
.tx-cn-numares-publication-search .num_pub_filterbox select,
.tx-cn-numares-publication-search .num_pub_filterbox button {
    cursor: pointer;
}

.tx-cn-numares-publication-search ul.num_pub_filterliste {
    width: 100%;
    float: left;
    clear: both;
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
}

.tx-cn-numares-publication-search ul.num_pub_filterliste li {
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    padding: 0;
    background-color: #f7f7f7;
    background-image: none;
    border-radius: 3px;
    margin: 0 10px 10px 0;
}

.tx-cn-numares-publication-search ul.num_pub_filterliste li.act {
    color: #ffffff;
    background-color: #b0182e;
}

.tx-cn-numares-publication-search ul.num_pub_filterliste li label {
    display: inline-block;
    vertical-align: top;
    padding: 5px 10px;
    line-height: 1.4em;
}

.tx-cn-numares-publication-search ul.num_pub_filterliste input[type="checkbox"] {
    display: none;
}

.tx-cn-numares-publication-search select.num_pub_filterliste {
    width: calc(100% - 2px);
    float: left;
    clear: both;
    margin: 0;
    padding: 0;
    font-family: 'OpenSans', 'Arial', sans-serif;
    font-size: 18px;
    box-sizing: unset;
}

.tx-cn-numares-publication-search select.num_pub_filterliste option {
    width: calc(100% - 10px);
    padding: 0 5px;
}

.num_pub_filterbox.num_pub_filter_reset {
    margin: 0;
}

.tx-cn-numares-publication-search .num_pub_filterbox.num_pub_filter_reset button {
    font-family: 'OpenSans','Arial', sans-serif;
    font-size: 22px;
    color: #666666;
    line-height: 1.4em;
    padding: 5px 10px;
    background-color: #f7f7f7;
    background-image: none;
    border: 0 none;
    border-radius: 3px;
    margin: 0 10px 30px 0;
}

.tx-cn-numares-publication-search .num_pub_filterbox.num_pub_filter_reset button.hide {
    display: none;
}

/*** END: CSS - cn_numares_publication_search ***/