/* Beitrag-Formatierungen
 * Thomas Mirke 12.01.2026 
 * Version 1.0.0
*/

/* Gemeinsames Teaser-Design */
.teaser {
  display: block;
  padding: 1rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  text-decoration: none;
  color: inherit;
  transition: background 0.2s ease;
}

.teaser:hover {
  background: #f9f9f9;
}

/* Bild im Teaser */
.teaser img {
  max-width: 100%;
  border-radius: 4px;
  margin-bottom: 0.5rem;
}

/* Trenner (Teufel) */
.trenner {
	width:33% !important;
	margin-left:33% !important;
	margin-right:33% !important;
	margin-top:10px !important;
	margin-bottom:10px !important;
	border-style:none;
}


/************************************************/
/* Kommentarbereich */
/************************************************/

/* Mehr Luft unter den Tags */
div.entry-footer > span.last-updated.bloglo-iflex-center{
	margin-top:5rem;
	border:0px;
	padding:1rem;
	width:100%;
	background:#E2E7EE ;
}

/* Abstand zur Zeile "aktualisiert" */
.single .post-nav{
	margin-top:6rem;	
}

#reply-title{
	height:0px;
	color:transparent;
}

#comments > div.comments-title-wrapper.center-text{
	height:0px;
	color:transparent;
}

#comments > div.comments-title-wrapper.center-text{
	height:0px;
	color:transparent;
}

#comments > div.comments-title-wrapper.center-text > h3{
	height:0px;
	color:transparent;
}

#bloglo-comments-toggle{
	background:transparent;
	color:#000000;
	 border-radius:3px !important;
	box-shadow:none !important;
}

#bloglo-comments-toggle:hover{
	color:#8E0D08;
}


