/* CSS Document */

#suche,
#suche form {
	float: left;
	width: 100%;
}

#suche div {
	float: left;
}

#suche h2 {
	border-bottom: 1px solid #333333;
	margin: 20px 0 20px 0;
}

#suche h3 a {
	text-decoration: none;
}

#suche img {
    margin: 0 0 0 10px;
}

#suche .row {
    background-color: #F5F5F5;
    border: 1px solid#EBEBEB;
    box-sizing: border-box;
    margin: 0 0 20px 0;
    padding: 15px;
    width: 100%;
}

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

#suche .statistik {
	width: 100%;
}

#suche .statistik th,
#suche .statistik td {
	padding: 3px 15px 3px 0;
	border-bottom: 1px dotted #CCCCCC;
}

#suche .statistik th {
	text-align: left;
	font-weight: bold;
}

#suche .statistik td:nth-of-type(1) {
	white-space: nowrap;
}


/* Pagination START */
.pagination {
	color: #000;
	float: left;
	font-size: 14px;
	font-weight: bold;
	line-height: 15px;
	list-style: outside none none;
	padding: 0;
	margin: 0 0 16px 0;
	width: 100%;
}

.pagination li {
	padding: 6px 8px;
	background-color: #003781;
	border: 3px solid #003781;
	color: #FFFFFF;
	cursor: pointer;
	float: left;
	list-style: outside none none !important;
	margin: 0 2px 4px 2px;
	min-width: 25px;
	text-align: center;

	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}

.pagination li:hover,
.pagination li.aktiv,
.pagination li:hover select{
	background-color: transparent;
	color: #003781;
}

.pagination .fa {
	padding-top: 0;
}

.pagination .inaktiv,
.pagination .inaktiv:hover {
	background-color: #BBBBBB;
	border-color: #BBBBBB;
	color: #999;
	cursor: default;
	cursor: no-drop;
}

.pagination .punkte,
.pagination .punkte:hover {
	color: #000;
	background-color: inherit;
	cursor: inherit;
	border-color: transparent;
}

.pagination.smartphone {
	display: none;
	float: left;
	font-size: 21px;
	width: 100%;
}

.pagination .select {
	margin: 0;
	padding: 0;
	border: none;
}

.pagination .select select {
	-webkit-appearance: none;
	background-color: inherit;
	border: 3px solid #003781;
	border-radius: inherit;
	color: #FFFFFF;
	cursor: inherit;
	font-size: inherit;
	font-weight: inherit;
	height: auto;
	line-height: inherit;
	margin: 0;
	padding: 3px 16px 2px 16px;
	text-align: -moz-center;
	text-align: -webkit-center;
	text-align: center;
}

@media only screen and (min-width: 960px) and (max-width: 1199px) {
	.pagination li {
		min-width: 26px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	.pagination li {
		min-width: 17px;
	}
}

@media only screen and (max-width: 767px) {
	.pagination.browser {
		display: none;
	}

	.pagination.smartphone {
		display: block;
	}

	.pagination li {
		padding: 3px 6px 4px 5px;
	}

	.pagination .punkte {
		display: none;
	}
}

/* Pagination STOP */


/**************************************************************************************************
 * 
 * #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: 1199px) {

	.search-page input[type="submit"] {
		padding: 10px 2px;
	}
}



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

	.search-page input[type="submit"] {
		padding: 10px 3px;
		margin-left: -20px;
		width: 53px;
	}

}




/**************************************************************************************************
 * 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) {

}
