.mbo-form__error {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: "DaimlerCS-Regular", sans-serif;
	font-size: 16px;
	line-height: 20px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
	.mbo-form__error {
		font-family: "DaimlerCS-Light", sans-serif;
	}
}

.searchresult__information-text,
.searchresult__highlight {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: "DaimlerCS-Regular", sans-serif;
	font-size: 18px;
	line-height: 22px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
	.searchresult__information-text,
	.searchresult__highlight {
		font-family: "DaimlerCS-Light", sans-serif;
	}
}

.searchresult__line {
	border-bottom: 1px solid #494949;
	height: 1px;
	margin-top: 30px;
}

.searchresult__information,
.searchresult__item {
	margin-top: 40px;
}

.searchresult__information:after,
.searchresult__item:after {
	content: " ";
	display: block;
	clear: both;
}

.searchresult__divider {
	background: #fff;
	height: .125rem;
	width: 2.875rem;
}

@media (max-width: 479px) {
	.searchresult__divider {
		margin-top: 20px;
	}
}

.searchresult__headline {
	margin-top: 20px;
}

.searchresult__link {
	display: inline-block;
	margin-top: 20px;
}

.searchresult__item em {
	background: #00adef;
}

.searchresult__highlight {
	margin-top: 20px;
}

.searchresult__alternative-title {
	margin-bottom: 10px;
}

@media (max-width: 479px) {
	.searchresult__alternative-title {
		margin-top: 20px;
	}
}

.mbo-form__error {
	color: #9f0002;
	display: none;
	margin-top: 40px;
}

.mbo-form__error--show {
	display: block;
}
