
/* Ergebnisse
--------------*/

	.ui-search-results {
		margin-top: 30px;
		min-height: 50px;
	}

	.ui-search-results.loading {
		position: relative;
		min-height: 100px;
	}

	.ui-search-results.loading:after {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-image: url('/project/cafuture/scope/www/pub/img/loading.gif');
		background-position: center center;
		background-size: 50px auto;
		background-repeat: no-repeat;
		background-color: rgba(255, 255, 255, 0.5);
	}

/* Mehr-Button
---------------*/

	.ui-search-morebtn {
		text-align: center;
		padding-top: 30px;
	}

	.ui-search-morebtn .btn {
		margin: 0 auto;
	}