div.searchResult div {
	border-bottom: 0px;	
}

#search.open div.searchBoxControls, body.searchResult div.searchBoxControls {
	display: block;
}

div.searchResult {
	display: none;
}

body.searchResult div.searchResult {
	display: block;
}

body.searchResult #contentleft > div.content {
	display: none;
}

.searchResultContainer > a > img, .searchResultContainer > div.foreign > img {
	width: 50px;
	height: 50px;
	float: left;
	margin: 0 10px 15px 0;
}

.searchResultContainer > img {
	margin-bottom: 20px;
}

.searchResultContainer > a + div, .searchResultContainer div.foreign {
	overflow: hidden;
	margin-bottom: 10px;
	position: relative;
}

.searchResultContainer > h3 {
	font-size: 15px;
	font-weight: normal;
	margin: 0 0 5px;
}

.searchResultContainer > h3 a {
	color: #888;
}

.searchResultContainer > p {
	color: #888;
	font-size: 12px;
	clear: left;
}

.searchResultContainer > h4 {
	background-color: #CDD6E2;
	color: #002C4E;
	font-size: 12px;
	font-weight: normal;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 20px;
	float:right;
	min-width: 210px;
	margin-top: 2px;
	text-align: center;
	opacity: 0.7;
}

.searchResultContainer > div.docpath {
	color: #888888;
	font-size: 11px;
	margin-bottom: 5px;
}

.sectionTypeKosdirekt .searchResultContainer > div.docpath {
	display: none;
}

.searchResultContainer a.more {
	margin-left: 4px;
}

/*
	Wenn der erste "mehr"-Link herausgedrückt wurde, wird der zweite angezeigt. Das klappt deshalb, weil das div-Feld über max-height minimal höher als 4 Zeilen wird (8.1em statt 8em) und genau dann dieses Element hier
	in den sichtbaren Bereich wandert (Zeilenhöhe ist genau 2em).
	= 4 Zeilen: 8em   * -20 + 168em = 8em = gerade noch unterhalb des sichtbaren Bereichs
	> 4 Zeilen: 8.1em * -20 + 168em = 6em = auf letzter Zeile
*/
.searchResultContainer a.more:before {
	content: "mehr…";
	background: #F0F3F6;
	background: linear-gradient(90deg, rgba(240, 243, 246, 0) 0%, #F0F3F6 50%);
	padding-left: 50px;
	position: absolute;
	right: 0;
	margin-top: 168em;
	top: -2000%;    
}

div.groupContent .searchResultContainer a.more:before {
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 50%) repeat scroll 0 0 transparent;
}

.searchResultContainer > div.foreign {
	margin: 20px 0;
}

#searchResultContainer.outdated, #searchResultList div.outdated, #searchResultNav.outdated {
	opacity: 0.5;
}

#searchResultNav {
	clear: both;
}

#searchForm h1 {
	color: #456d8e;
	font-weight: normal;
	font-size: 20px;
	margin: 20px 0 5px;
}

#searchForm > p, #searchResultList, p.moreSearchResults {
	color: #888;
	font-size: 16px;
}

p.moreSearchResults {
	margin-top: 20px;
}

#searchResultList {
	margin-bottom: 15px;
}

#searchResultList > div {
	font-size: 13px;
}

#searchResultList > div.active {
	font-weight: 700;
}

#searchResultList > div:before {
	content: "- ";
}

#searchResultList > div.active:before {
	content: "+ ";
}

div.searchProposals {
	background: white;
	border: 1px solid #456D8E;
	font-size: 14px;
}

div.searchProposals > div {
	padding: 0 4px;
}

div.searchProposals .highlight {
	background: #7F98B2;
	color: #FFFFFF;
}

div.searchProposals:not(:hover) .highlight, div.searchProposals div:hover, body .chzn-container .chzn-results .highlighted {
	background: #456D8E;
	color: #FFFFFF;
}

div#mainArea td.centerPart div.centerPart div#searchalyzrContainer h3 {
	margin: 0 !important;
}

.searchResultContainer .foreign > a {
	display: flex;
	flex-direction: column-reverse;
}

.searchResultContainer .foreign > a > .extraData {
	font-style: italic;
}
