/************************************
 * 
 * 
 */



/*****************************************************************************************************************
*  
*****************************************************************************************************************/
	.suchfeld {
		max-height: 500px;
		overflow-y: scroll;
		overflow-x: scroll;
		border: 1px solid #FDEB4D;
		border-radius: 5px;
		padding: 5px 0 5px 5px;
	}

	.suchfeld > ul {
		width: 10000px;
		height: 30px;
		margin: 0;
 		padding: 0;
		border: 0px solid blue;

		display: flex;
		flex-wrap: nowrap;
		flex-direction: row;
		align-items: center;
		justify-content: flex-start;
	}
	.suchfeld > ul > li {
		border: 1px solid #A4A4A4;
		height: 30px;
		background-color: #FFF;
		color: #000;
		font-size: 12px;
		line-height:15px;
	
		list-style-type: none;
		margin: 0;
		padding: 0;
		padding-left: 5px;

		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: flex-start;

		overflow: auto;

	}


/*****************************************************************************************************************
* Suchresultat  
*****************************************************************************************************************/
.search_outer {
	border-bottom: 1px solid #A4A4A4;
	display: flex;
	background-color: #E6E6E6;
	color: #000;
}
.search_outer > div {
	font-size: 12px;
	padding-left: 3px;
	border-left: 1px solid #848484;
}
