.blog-wrap {
    padding: 0;
    margin: 0 auto;
    color: #333;
}

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

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

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

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

.num_comments a {
	text-decoration: none;
}

.comment-line {
    margin-bottom: 10px;
    float: left;
    border-bottom: 1px solid #ddd;
    width: 100%;
}

.comment-date {
    color: #999;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-right: 10px;
    float: left;
}

.comment-name {
    width: auto;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-right: 0px;
    float: left;
    font-weight: bold;
}

.blog-comment {
	padding-bottom: 60px;
}

.comment-form {
    width: 100%;
    margin-top: 25px;
    clear: both;
    margin-bottom: 50px;
}

textarea {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	border-width: 1px;
	border-color: #cccccc;
    border-style: solid;
    line-height: normal;
    color: #333;
    height: 125px;
    padding: 2px;
    border-radius: 1px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    width:500px;
    max-width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

input[type="text"] {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	border-width: 1px;
	border-color: #cccccc;
    border-style: solid;
    line-height: normal;
    color: #333;
    height: 30px;
    padding: 2px;
    border-radius: 1px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
    width:500px;
    max-width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.comments {
    padding-top: 50px;
    clear: both;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.comments-off {
	background-color: #F4F2EB;
	border: 1px solid #ddd;
	padding: 5px 10px;
	border-radius: 4px;
	display: inline;
}

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



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

.comment-label {
	color: #555;
}

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

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