/* CSS Document */


#suche .pagination {
	list-style: outside none none;
	padding: 0;
	margin: 0 0 16px 0;
	float: left;
	width: 100%;
}
#suche .pagination li {
	list-style: outside none none;
	float: left;
	min-width: 14px;
	text-align: center;
	margin: 0 2px 4px 2px;
	padding: 0 6px 0 6px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	line-height: 15px;
	background-color: #000000;
	border: 3px solid #000000;
	cursor: pointer;
}
#suche .pagination li:hover,
#suche .pagination li.aktiv {
	background-color: inherit;
	color: inherit;
}
#suche .pagination .fa {
    font-size: 12px;
    line-height: 12px;
    padding-top: 0;
    position: relative;
    top: -1px;
}
#suche .pagination .inaktiv,
#suche .pagination .inaktiv:hover {
	background-color: #BBBBBB;
	border-color: #BBBBBB;
	color: #FFFFFF;
	cursor: default;
	cursor: no-drop;
}
#suche .pagination .punkte,
#suche .pagination .punkte:hover {
	color: inherit;
	background-color: inherit;
	cursor: inherit;
	border-color: transparent;
}

#suche h3 {
	float: left;
	clear: both;
	width: 100%;
}

#suche .subtreffer {
	float: right;
	font-size: 70%;
}



/**************************************************************************************************
 * 
 * #Media Queries
 * 
 *************************************************************************************************/
/**************************************************************************************************
 * Browser normal
 * 
 * Greater than 959 ()
 *************************************************************************************************/
@media only screen and (min-width: 960px) {

}



/**************************************************************************************************
 * Browser schmal
 * Smartphone Landscape
 * Smartphone Portrait
 * 
 * Smaller than standard 960 (devices and browsers)
 *************************************************************************************************/
@media only screen and (max-width: 959px) {

}



/**************************************************************************************************
 * Browser schmal
 * 
 * Tablet Portrait size to standard 960 (devices and browsers)
 *************************************************************************************************/
@media only screen and (min-width: 768px) and (max-width: 959px) {

}



/**************************************************************************************************
 * Smartphone Landscape
 * Smartphone Portrait
 * 
 * All Mobile Sizes (devices and browser)
 *************************************************************************************************/
@media only screen and (max-width: 767px) {

}



/**************************************************************************************************
 * Smartphone Landscape
 * 
 * Mobile Landscape Size to Tablet Portrait (devices and browsers)
 *************************************************************************************************/
@media only screen and (min-width: 480px) and (max-width: 767px) {

}



/**************************************************************************************************
 * Smartphone Portrait
 * 
 * Mobile Portrait Size to Mobile Landscape Size (devices and browsers)
 *************************************************************************************************/
@media only screen and (max-width: 479px) {

}
