
/* -------------------------------------------------------------------- special Layouts */

.pro-thumb-box {
	height:145px;
	overflow:hidden;
	padding:18px 0;
	text-align:center}

.pro-thumb-box img {
	border: 1px solid rgb(157, 181, 196);
	border: 1px solid rgba(157, 181, 196, 0.5);
	height:75px;
	width:100px}

.pro-thumb-box p {
	display:inline-block;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:300;
	width:100px}		

.pro-thumb-box a {
	color:#191c1e}

.pro-thumb-box a:hover {
	color:#a81410}
	
/* -------------------------------------------------------- MEDIA QUERIES / BREAKPOINTS */

/* small */
@media screen and (max-width: 500px) {
	/* projekte.html */
	.pro-thumb-box {
		font-size:1.125em;
		width:50%}				
}

/* medium */
@media screen and (min-width: 501px) and (max-width: 700px) {
	/* projekte.html */	
	.pro-thumb-box {
		width:33%}	
}

/* large */
@media screen and (min-width: 701px) and (max-width: 900px) {
	/* projekte.html */	
	.pro-thumb-box {
		width:25%}	
}		

/* wide */
@media screen and (min-width: 901px) {
	/* projekte.html */	
	.pro-thumb-box {
		width:20%;
		height:155px;
		padding:24px 0}	
}	