.mat-searchbox {
	display: none;
}

/* NEWS */
#mat-filter-toggle i {
	font-size: 1.4rem;
	margin-right: 10px;
	width: 25px;
}

.mat-search-facets {
	background: transparent;
	padding: 0.5em 0;
	box-sizing: border-box;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 1.5em;
}
.mat-search-facets-list {
	display: flex;
}

.mat-newsbox__result-item-image {
	position: relative;
}

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

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

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

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

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

.mat-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 */
.mat-newsbox__result {
	margin-bottom: 3em;
}

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

.mat-newsbox__result ul li {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 10px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	-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;
}

.mat-newsbox__result ul li .mat-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;
}

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

.mat-newsbox__result-item {
	display: flex;
	flex-direction: column;
	text-decoration: none;
	height: 100%;
}

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

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

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

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

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

.mat-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: 200px !important;
	float: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

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

.mat-newsbox__result
	ul
	li
	.mat-newsbox__result-content
	.mat-newsbox__result-content__inner
	> time {
	font-size: 14px;
	margin-bottom: 8px;
	display: block;
}

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

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

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

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

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

.mat-newsbox__result ul li:hover .mat-newsbox__result-content {
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	top: -10px;
}

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

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

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