@charset "UTF-8";
.box-projekte {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
 	-webkit-box-orient: vertical;
 	-webkit-box-direction: normal;
 	    -ms-flex-direction: column;
 	        flex-direction: column;	
 	width: 60px; 
	width: 3.75rem; 
	height: 60px;
	height: 3.75rem;
	margin-left: -4px;
	margin-bottom: -4px;
}
@media (min-width: 820px) {
	.box-projekte {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;		
		width: 160px;
		width: 10rem;
		height: 160px;
		height: 10rem;
	}
}
@media (min-width: 1280px) {
	.box-projekte {
		width: 205px; 
		width: 12.8125rem; 
		height: 205px;
		height: 12.8125rem;
	}
}