@charset "UTF-8";
/* CSS Document */



.Architekts .Post {
	position: relative;
	display: inline-block;
	float: left;
	width: 33.333%;
	vertical-align: top;
	margin: 0;
	padding: 15px 40px;
}

.Architekts .Post .Photo {
	position: relative;
	display: block;
	width: 160px;
	height: 160px;
	border-radius: 50%;
	background: no-repeat center center #CCC;
	background-size:cover;
	margin: auto;
}


.Architekts .Post .Desription {
	position: relative;
	bottom: 0;
	left:0;
	right:0;
	text-align: center;
	padding: 0 0 0 0;
}

.Architekts .Post .Headline {
	font-size: 3em;
	font-weight: 600;
	color: #005c38;
	margin-bottom: 20px;
}

.Architekts .Post .Desription h2 {
	display: table;
	position: relative;
	font-size: 1.5em;
	line-height: 1.25em;
	font-weight: 200;
	min-height: 80px;
	margin-bottom: 10px;
	text-align: center;
	margin: auto;
}

.Architekts .Post .Desription h2 .Center {
	display: table-cell;
	vertical-align: middle;
}

.Architekts .Post .Desription p {
	font-size: .95em;
	line-height: 1.5em;
	font-weight: 200;
}




@media (max-width: 900px)
{
	.Architekts .Post {
		padding: 15px 20px;
		}


}


@media (max-width: 768px)
{
	.Architekts .Post {
		width: 100%;
		}
		
	}

@media (max-width: 480px)
{
}

