.search .results {
	margin-bottom: 1em;
	align-items: flex-end;
}

.search .results .item {
	padding-top: 1em;
	border-bottom: 1px solid #998675;
	display: block;
	padding-bottom: 1em;
	width: 49%;
	position: relative;
	transition: all 400ms ease-in;
}
.search .results .item .cssbutton {
	position: absolute;
	right: 5%;
	bottom: 1.5em;
	border-radius: 0px 50px 50px 50px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.45) inset;
	padding: 5px 10px;
}
.search .results .item .cssbutton:active {
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.55) inset;
}
.search .results .item .logo {
	margin-bottom: 1em;
}
.search .results .item.last {
	border-bottom: none;
}

h3 {
	font-weight: bold;
}

.search h2 {
	border-bottom: 1px solid #998675;
}

.inactive {
	opacity: 0.2;
	filter: Alpha(opacity=20);
}
.inactive:hover {
	opacity: 0.5;
	filter: Alpha(opacity=50);
}

.search .iconsLeistungen a {
	margin-left: 10px;
}

.search .iconsLeistungen {
	margin-bottom: 2em;
}
@media all and (max-width: 900px) {.search .results .item {width: 100%;} }
@media all and (max-width: 600px) {.search .results .item .cssbutton {position: relative; bottom: 0; right: 0;} }