/* Add here all your CSS customizations */




.foot {
	background: url(../img/logoblas.png) center right no-repeat;
}

.blog-wrap {
    padding: 0;
    margin: 0 auto;
    color: #333;
}
.blog-wrap-short{
    min-height:150px;
	padding-left:10px;
}

.blog-wrap .entry {
	border-bottom: 1px solid #ddd;
	padding-bottom: 30px;
	margin-bottom: 50px;
}

.blog-title {
	font-size: 20px;
	margin: 0px;
	width: 100%;
	line-height: 1;
}

.blog-title a {
	color: #3f3f3f;
	text-decoration: none;
}

.blog-content {
	clear: both;
	margin-left:10px;
}
.short {
	max-height:120px;
	overflow:hidden;
	z-index:99;
}

.blog-content p{margin:0px;}
.num_comments {
	width: 100%;
	padding-bottom: 20px;
	clear: both;
}

.num_comments a {
	text-decoration: none;
}


.blog-pagination {
    width: 250px;
    margin: 0px;
    clear: both;
    float: none;
    padding-left: 0px;
    padding-bottom: 30px;
    padding-right: 0px;
    padding-top: 10px;
}

.blog-pagination a {
    text-decoration: none;
    font-weight: bold;
    color: white;
    background-color: #999;
    font-size: 12px;
    padding: 7px;
    margin: 0px;
}

.add {
	font-size: 22px;
	margin-bottom: 10px;
}


.blog-date {
	color: #aaa;
	padding:0;
	font-size:11px;
}
.blog-date:before{content:" - eingetragen am:";}

#ph {
	display: none;
	visibility: hidden;
}

.projekte:hover{
	opacity:0.8;
}

.pixbox {
	margin:10px 0px 10px 0px;
	overflow:hidden;
	min-height:300px;
	max-height:300px;
	align-items: center;
}

.pixbox img{
	min-height:300px;
	min-width:300px;
	width:100%;

}

.buro {
	padding-top:38%;
}