body {
    overflow-x: hidden;
}

#rootline {
    display:none;
}

.tx-solr-relevance-bar {
    width: 100px;
    height: 12px;
    border: 1px solid #ddd;
    font-size: 1px;
    padding: 1px;
    float: left;
    margin-top: 5px;
}

.relevance-label {
    float: left;
}

.relevance-bar {
    float: left;
    width: 110px;
    margin-left: 10px;
}

.relevance-percent {
    float: left;
}

.tx-solr-relevance, .tx-solr-relevance-fill {
    margin-right: 0px !important;
    height: 8px;
    padding: 0px;
    float: left;
}

.tx-solr-relevance {
    background-color: #009534;
}

.tx-solr-relevance-fill {
    background-color: #ddd;
}

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

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

.results-highlight {
    background: #fdee53;
}

/*
 .solr-pagebrowse {margin-left: 10px;list-style:none inside none;width:100%;padding:0}
 .solr-pagebrowse li{display:inline;list-style:none;margin:0;padding:0 5px 0 0}
 li.tx-pagebrowse-pages{width:80%}
 li.tx-pagebrowse-pages ol{display:inline;margin:0;padding:0 10px}*/

.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: 100px 0;
    position: relative;
}

.solr-search-form-result-page:after {
    content: '';
    position: absolute;
    width: 100vw;
    height: 100%;
    background: #F3F4F6;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index:0;
}

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

.solr-search-form-result-page > form .searchform_inner_input_group {
    display: flex;
    width: 70%;
    margin: 0 auto;
}

.solr-search-form-result-page > form .searchform_inner_input_group input[type='text'] {
    padding: 20px 25px;
    height: auto;
    width: 100%;
    background: #FFF;
    border: none;
}

.solr-search-form-result-page > form .searchform_inner_input_group input[type='text']:focus,
.solr-search-form-result-page > form .searchform_inner_input_group button[type='submit']:focus {
    outline: none;
    border: none !important;
}

.solr-search-form-result-page > form .searchform_inner_input_group button[type='submit'] {
    width: 60px;
    font-size: 26px;
    background: #fff;
    color:#525456;
}

.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;
    }
}


@keyframes slideIn {
    from {
        transform:translateY(25px);
        opacity:0;
    }
    to {
        transform:translateY(0px);
        opacity:1;
    }
}


.ui-autocomplete li.ui-state-focus a{
    color:#009534 !important;
}

div#tx-solr-search div.results_wrapper div.salesarea {
    color: #009534;
    margin-left: 30px;
    margin-bottom:10px;
    line-height: 120%;
    background: #f3f4f6;
    color: rgb(82, 84, 86);
    font-weight: normal;
    display: inline-block;
    padding: 5px;
    font-size: 11px;
}
