body {
    overflow-x: hidden;
}

#results-list li{
    background: none;
    padding-left: 0;
}

#p55 #rootline {
    display:none;
}

.results-entry {
    background: transparent;
    padding-left: 0;
    margin-bottom: 30px;
}

.results-entry p a {
    padding: 0;
    background: transparent;
}


.tx-pagebrowse-pi1 .pagination {
    width: 100%;
}

.tx-solr-search-word {
    font-weight: 600;
}

.results-topic {
    margin-bottom: 2px;
}

.results-topic a {
    color: #e2001a;
}

.results-list {
    margin-top: 30px;
}

div#facet-accordion-salesarea.panel-group {
    margin-bottom:0;
}

/* Highlight CE */
.highlights {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 450px;
    position:relative;
    z-index:1;
}

.highlights > .highlight {
    flex: 1;
    width: calc(33.33333333% - 30px);
    background-color: #F3F4F6;
    display: flex;
    box-shadow: 0 0 35px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
    transform:translateY(25px);
    animation-name: slideIn;
    animation-duration: 0.8s;
    animation-fill-mode: forwards;
    opacity:0;
}

.highlights > .highlight:nth-child(1) {
    flex: 0 0 100%;
    width: 66.66666667%;
    margin-right: 30px;
}

.highlights.o-1 > .highlight:nth-child(1) {
    width: 100%;
    margin-right: 0px;
}

.highlights > .highlight:nth-child(2) {
    flex: 0 0 calc(50% - 15px);
    margin-bottom: 30px;
    animation-delay: 0.1s;
}

.highlights.o-2 > .highlight:nth-child(2) {
    flex: 0 0 100%;
    margin-bottom: 0px;
}

.highlights > .highlight:nth-child(3) {
    animation-delay: 0.2s;
}

.highlights > .highlight:not(:first-child) > .image {
    display:none;
}


.highlights > .highlight> .image {
    width:50%;
    height:100%;
    background-size: cover;
    background-position: center;
}

.highlights > .highlight > .text_outer {
    padding: 30px;
    width: 100%;
    display:flex;
    justify-content:space-between;
    flex-flow: column;
}

.highlights > .highlight:first-child > .text_outer {
    width: 50%;
}

.highlights > .highlight:not(:first-child) > .image,
.highlights > .highlight:not(:first-child) > .text_outer > .text_inner > .text {
    display:none;
}

.highlights > .highlight > .text_outer > .text_inner > .h1 {
    margin-top:0;
    font-weight:300;
    margin-bottom:20px;
}

.highlights > .highlight > .text_outer > .link > a {
    color: #009534;
    text-transform:uppercase;
    font-weight:bold;
    display: block;
}

.highlights > .highlight > .text_outer > .link > a:after {
    content: "\f30f";
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    font-size: 20px;
    transition:transform .3s ease;
}

.highlights > .highlight > .text_outer > .link > a:hover:after {
    transform:translateX(30%);
}

.solr-search-form-result-page {
    padding: 20px 0;
    position: relative;
}

.results-topich > span{
    color: #04378b;
}

.solr-search-form-result-page > form {
    position:relative;
    z-index:1;
}

.input-group {
    width: 100%;
}

.highlights_wrapper {
    margin-top: -50px;
    margin-bottom:50px;
    min-height: 50px;
}

.results_wrapper {
    margin-top:50px;
}

.results_wrapper li.results-entry {
    margin:0;
    padding: 40px 0;
    border-bottom:1px solid #F3F4F6;
}

.results_wrapper li.results-entry:first-child {
    border-top:1px solid #F3F4F6;
}

.results_wrapper li.results-entry h5.results-topich.h1{
    margin-top:0;
}

.results_wrapper li.results-entry h5.results-topich.h1 a{
    color:#009534;
    font-weight:300;
}


.results_wrapper li.results-entry > a:hover,
.results_wrapper li.results-entry > a:hover h5 span:not(.TYPE) {
    color:#e2001a
}

.results_wrapper li.results-entry h5.results-topich {
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 0;
}

.results_wrapper li.results-entry .results-teaser {
    padding-left:30px;
}

/* TYPES */
.TYPE {
    width: 30px;
    display: block;
    height: 25px;
    flex: 0 0 30px;
}

.TYPE:after {
    content: "\f30f";
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    transition:transform .3s ease;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.TYPE.pages:after {
    content: "\f30f";
}

.TYPE.tx_news_domain_model_news:after {
    content: "\f12f";
}

.TYPE.tx_akenzolrcip_domain_model_asset:after {
    content: "";
    background: url(/typo3conf/ext/akenzo_lr_ris/Resources/Public/Icons/download-icon.svg);
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
}

li.facet-option {
    margin-bottom:8px;
}


li.facet-option ul {
    margin-left: 8px;
    font-size: 12px;
}

li.facet-option ul .badge {
    font-size:10px;
}

.facet_inner {
    display:flex;
    justify-content:space-between;
}

@media(max-width:992px){
    .highlights {
        flex-direction: row;
        height: auto;
    }
    .highlights > .highlight {
        margin-bottom:30px;
    }
    .highlights > .highlight:nth-child(2) {
        margin-right:30px;
    }
}

@media(max-width:767px){
    .solr-search-form-result-page {
        padding: 50px 0;
    }
    .highlights_wrapper {
        margin-top: -25px;
        min-height: unset;
    }
    .highlights > .highlight {
        flex: 0 0 100% !important;
        width: 100%;
        flex-direction: column;
    }
    .highlights > .highlight> .image {
        width: 100%;
        height: 200px;
    }
    .solr-search-form-result-page > form .searchform_inner_input_group,
    .highlights > .highlight:first-child > .text_outer {
        width: 100%;
    }
    .results-topich.h1,
    .highlights > .highlight > .text_outer > .text_inner > .h1 {
        font-size:24px;
    }
    .TYPE {
        height:25px;
    }
    .highlights > .highlight:last-child {
        margin-bottom:0px;
    }
    .results_wrapper li.results-entry {
        padding: 25px 0;
    }
    #tx-solr-faceting {
        margin-bottom:25px;
    }
}


.tx-solr-autosuggest {
    cursor:pointer;
    min-width: 380px !important;
}

.tx-solr-autosuggest strong {
    font-weight: bolder;
    color: #04378b !important;
}

.tx-solr-autosuggest .autocomplete-selected {
    background: rgb(4 55 139 / 5%) !important;
}