/******************************
** VÄNSTERMENY 
/******************************/

/* Dölj facetterad sök filtret */
.lbv-search-content {
   display: none;
}

.lbv-filter__menuLeft .lbv-search-facets-list {
   flex-direction: column;
}
.lbv-filter__menuLeft .lbv-search-facets {
   border: 0;
}

.lbv-filter__menuLeft .lbv-search-facets .sv-search-facet {
   padding: 0;
}
.lbv-filter__menuLeft .lbv-search-facets .sv-search-facet ul {
   margin-bottom: 1.5rem;
}

.lbv-filter__menuLeft .lbv-search-facets .sv-search-facet-name {
   padding-bottom: 5px;
   border-bottom: 1px solid #ddd;
}

/******************************
** SÖK 
/******************************/
.lbv-searchbox {
   margin-top: 2em;
   margin-bottom: 1em;
}

.lbv-searchbox > div {
   display: flex;
}
.lbv-searchbox input {
   border-color: #b9b7b7;
   border-style: solid;
   border-width: 1px;
   padding: 0.6em 1.3em;
   background-color: #FFF;
   border-radius: 5px 0 0 5px;
}
.lbv-searchbox  input[type="text"] {
   width: 100%;
   max-width: 300px;
}

.lbv-searchbox  input[type="submit"] {
   background-color: #f5f5f5;
   cursor: pointer;
   border-radius: 0 5px 5px 0;
   position: relative;
   left: -6px;
}

/* Filter */
.lbv-search-facets {
   display: block;
   background: transparent;
   padding: .5em 0;
   box-sizing: border-box;
   border-top: 1px solid #e5e5e5;
   border-bottom: 1px solid #e5e5e5;
   margin: 1.5em 0;
}
.lbv-search-facets-list {
   display: flex;
}

.lbv-newsbox__result-item-image {
   position: relative;
   display: flex;
}

.lbv-newsbox__categories {
   position: absolute;
   bottom: 20px;
}
.lbv-newsbox__categories {
   position: absolute;
   bottom: 20px;
}

.lbv-newsbox__category-item {
   color: #fff;
   padding: 2px 10px;
   display: inline-block;
   margin-bottom: 5px;
   font-size: 0.9em;
   line-height: 1.5em;
}

.lbv-search-facets .sv-search-facet {
   padding: 1rem;
   width: 100%;
}

.lbv-search-facets .sv-search-facet-name {
   font-weight: bold;
   font-size: 1em;
   margin: 0;
   margin-bottom: 0.8em;
}
.lbv-search-facets  .sv-search-facet-item{
   min-width: 160px;
   padding: 1px 1px 3px;
   margin: 2px 0;

}
.lbv-search-facets  .sv-search-facet-item a {
   text-decoration: none;
}

.lbv-search-facet_link {
   display: flex;
   align-items: center;
}

.lbv-search-facet_link-count {
   font-size: 0.75em;
   margin-left: 5px;
   padding: 0.4em;
   height: 1em;
   width: 1em;
   display: flex;
   border-radius: 50%;
   background: #e5e5e5;
   align-items: center;
   justify-content: center;

   /* DÖLJ */
   display: none;
}


/* Resultat */
.lbv-newsbox__result {
   margin-bottom: 3em;
}

.lbv-newsbox__result ul {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   margin: 0 -10px;
   padding: 0;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   margin-bottom: 20px;
   width: 100%;
}

.lbv-newsbox__result ul li {
   position: relative;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   padding: 10px;
   -webkit-box-flex: 0;
   -ms-flex: 0 0 33.333333%;
   flex: 0 0 33.333333%;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   -webkit-box-align: start;
   -ms-flex-align: start;
   align-items: flex-start;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   margin-bottom: 0
}

.lbv-newsbox__result ul li .lbv-newsbox__result-content {
   position: relative;
   background: #fff;
   height: 100%;
   width: 100%;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: start;
   -ms-flex-align: start;
   align-items: flex-start;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   width: 100%;
   display: block;
   box-sizing: border-box;
   transition: 0.2s;
   top: 0;
}


.lbv-newsbox__result ul li .lbv-newsbox__result-content .lbv-newsbox__result-content__inner {
   padding: 15px 10px;
}


.lbv-newsbox__result-item {
   display: flex;
   flex-direction: column;
   text-decoration: none;
   height: 100%;
   background-color: #f5f5f5;
}
.lbv-newsbox__result-item:hover {
   background-color: #e3eed9;
}

.lbv-newsbox__result .lbv-newsbox__tags {
   margin: 10px 0;
   display: flex;
}
.lbv-newsbox__result .lbv-newsbox__tags .lbv-newsbox__tag-content {
   display: flex;
}


.lbv-newsbox__result .lbv-newsbox__tag {
   font-size: 12px;
}

.lbv-newsbox__result .lbv-newsbox__tag-content:first-child::after {
   content: "•";
   margin-right: 5px;
   margin-left: 5px;
   font-size: 12px;
}

.lbv-newsbox__result .lbv-newsbox__tag-content .lbv-newsbox__tag:not(:last-child)::after {
   content: ",";
   margin-right: 5px;
}


.lbv-newsbox__result ul li .lbv-newsbox__result-content .lbv-newsbox__result-content__inner>h2 {
   font-size: 1.25em;
   font-weight: bold;
   margin-top: 0;
   margin-bottom: 0.8rem;
}

.lbv-newsbox__result ul li img {
   -o-object-fit: cover;
   object-fit: cover;
   -o-object-position: center;
   object-position: center;
   font-family: 'object-fit: cover; object-position: center;';
   max-width: 100%!important;
   width: 100%!important;
   max-height: 100%!important;
   height: 130px!important;
   float: none!important;
   padding: 0!important;
   margin: 0!important
}

.lbv-newsbox__result ul li .lbv-newsbox__result-content .lbv-newsbox__result-content__inner>p.normal {
   font-size: 0.9em;
   line-height: 1.5em;
}

.lbv-newsbox__result ul li .lbv-newsbox__result-content .lbv-newsbox__result-content__inner>time {
   font-size: 14px;
   margin-bottom: 10px;
   display: none
}

.lbv-newsbox__result ul li .lbv-newsbox__result-content .lbv-newsbox__result-content__inner>time:before {
   font-family: "Font Awesome 5 Free";
   content: "\f133";
   font-weight: normal;
   margin-right: 10px
}

.lbv-newsbox__result ul li .lbv-newsbox__result-content .lbv-newsbox__result-content__inner>span:nth-of-type(2) {
   margin: 10px 0;
   line-height: 1.8rem;
   font-size: 1rem
}

.lbv-newsbox__result ul li:not(:first-child) .lbv-newsbox__result-content .lbv-newsbox__result-content__inner>span:nth-of-type(2) {
   display: none
}

.lbv-newsbox__result .lbv-newsbox__link {
   margin-top: auto;
   padding: 10px 15px;
   color: #fff;
   background: #e42313;
   display: flex;
   text-decoration: none;
   align-self: flex-end
}

.lbv-newsbox__result .lbv-newsbox__link:before {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   width: 100%;
   height: 100%
}



@media (max-width: 1024px) {
   .lbv-search-facets-list .sv-search-facet {
      padding: 0 1em;
      padding-top: 1em;
   }
   .lbv-search-facets-list {
      flex-direction: column;
   }

   .lbv-newsbox__result ul li {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
   }
}


@media (max-width: 767px) {
   .lbv-newsbox__result ul li {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
   }
}