div.cms-module-weblog-head-description {
	font-weight: bold;
}
div.weblog-post-teaser {
	line-height: 12pt;
}
div.weblog-post {
	clear: both;
}
div.weblog-body {
	overflow: hidden;
}

div.weblog-post-body-images {
	float: right;
}
div.weblog-post-body-images img {
	margin: 15px;
	border: 0 none;
	text-decoration: none;
}
div.weblog-post-list-bottom {
	margin: 15px 0;
}

/* New default styling: task 64768 */

div.weblog-post-feedback{
	padding: 5px;
}

div.cms-module-weblog-body{
	margin-bottom: 10px;
}
div.cms-module-weblog-body-images {
	padding-left: 10px;
}

div.cms-module-weblog-post{
	margin-bottom: 10px;
	float:left;
	width: 95%;
}

/* Abstand zwischen Blogtext und Kommentaranzahl */
div.cms-module-weblog-post div.weblog-post-body{
	margin-bottom: 15px;
	
}

/* Abstände zwischen Blogeinträgen und Blocküberschrift */
div.cms-module-weblog-post div.weblog-post-head-name{

}

/* Abstände zwischen allen Blogeinträgen */
div.cms-module-weblog-feedback, div.weblog-post-feedback-2{
	margin-bottom: 10px;
}

/* ungerade Kommentareinträge */
div.weblog-post-feedback-2{
	background-color: #f2f2f2;
}

/* Abstand über Blogformular für neue Einträge */
div.cms-module-webblog-feedbacks-intro{
	clear: left;
	margin-top: 20px;
}

/* Abstand zurück Button und weiter Button */

div.weblog-post-back-link,
div.weblog-post-body-link
{
	margin-top:10px;
}

div.cms-module-weblog-post div.weblog-post-head-meta 
{
	margin:10px 0px;
}

div.weblog-post-feedback-avatar {
	float: right;
}

/* Links */
div.weblog-post-feedback-firstline a.weblog-link{
	text-decoration: none;
}

div.weblog-head div.weblog-head-name a.weblog-link{
	text-decoration: none;
}

/* Bilder */
div.cms-module-weblog-imagecount{
	display: none;
}
div.weblog-post-body-teaser h1 {
	font-size: 18px;
}

div.weblog-post-body-text{
	margin-bottom: 30px;
}

div.cms-module-weblog-imagecount-1 div.weblog-imagecount, 
div.cms-module-weblog-imagecount-1, 
div.cms-module-weblog-imagecount-2, 
div.cms-module-weblog-imagecount-3{
	text-align: right;
	display: block;
}

table.weblog-post-answer textarea.weblog-post-answer-text{
	width: 175px;
	height: 150px;
	overflow: auto;
}

div.cms-module-weblog-feedbacks h2.commentscount{
	padding-right: 5px;
}
/*  feed icons */
div.cms-module-weblog-feed a {
	padding-right: 5px;
	text-decoration:none;
}
/* keine bots bitte */
table.weblog-post-answer td input.weblog-post-answer-extra {
	display: none;
}

/* author detail */
div.cms-module-weblog-author-image {
	float:right;
}

div.cms-module-webblog-feedbacks-error {
    background-color: #FFDCDC;
    border: 3px solid #FF0000;
    color: #000000;
    font-size: 15px;
    padding: 4px;
    margin-bottom:8px;
}

input.error {
 	background-color: #FFDCDC;
   	border: 1px solid #FF0000;
   	color: #000000;
}

img.gplus-icon{
	border: 0px;
}

a.gplus-author{
	text-decoration: none;
}

span.gplus-author{
	margin: 5px;
}
.knallwurst {
	cursor:pointer;
	padding:10px 20px;
	box-sizing:border-box;
	margin:20px 0 0;
	border-radius:2px;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
}
.knallwurst:after {
	font-family:fontawesome;
	-moz-transform:rotate(0deg);
	-webkit-transform:rotate(0deg);
	-ms-transform:rotate(0deg);
	transform:rotate(0deg);
	-moz-transition:transform 0.8s;
	-webkit-transition:transform 0.8s;
	-ms-transition:transform 0.8s;
	transition:transform 0.8s;
	content: "\f078";
	float:right;
}
.knallwurst.active:after {
	font-family:FontAwesome;
	transform:rotate(180deg);
}
.wb-accordion-content {
	margin:0 0 20px;
	padding:10px 20px;
	box-sizing:border-box;
	background:white;
	border-radius:0 0 2px 2px;
}