/**Postbit**/
.fakt{
	height:12px;
	padding: 2px;
	font-family: 'Yeseva One';
	font-size:8px;
	letter-spacing: 2px;
	text-transform:uppercase;
	background-color:#5a5a59;
	color: #696969;
	text-align:center;
}

.fakt i,b{
	color: #d1d1d1; 
	font-size: 10px;;
}

.fakt a{
	font-family: 'Quicksand', serif;
	font-size:11px;
	text-transform:uppercase;
	color: #696969;
}

.fakt_text{
	max-height:120px;
	overflow:auto;
	scrollbar-width: thin;
	font-family: 'Quicksand';
	font-size: 10px;
	word-spacing: 2px;
	line-height: 11px;
	text-align:justify;
	width:242px;
	margin-left: 2px; 
	padding: 2px;
	text-transform: none;
}

.fakt_text i,b{
	color: #5a5a59;
}

.postbittitle{
	color: fff;
	font-family: Calibri;
	font-size: 10px;
	word-spacing: 2px;
	line-height: 11px;
	text-align:center;
	text-transform: uppercase;
}

.pbchead {
	width: 1100px;
	background: var(--hell);
	
    padding: 15px 30px 10px 30px;
}

.pbchead .name {
	font-family: 'Qucicksand';
	text-transform: uppercase;
	margin-right: 150px;
	font-size: 30px;
	letter-spacing: 1px;
	text-align: right;
}

.pbchead .username {
	color: #696969;
	margin-top: -10px;
	margin-left: 220px;
	opacity: 0.1;
	font-family: "quicksand";
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: 2px;
}

.pbchead .title {
	font-family: "quicksand";
    font-size: 15px;
    letter-spacing: 4px;
    color: var(--schrift);
	opacity: 0.5;
    text-align: right;
	margin-right: 200px;
}

.pbchead .icon {
	width: 250px;
}

.pbchead .facts {
	color: #696969;
	font-weight: 400;
	margin-left: 10px;
  	font-family: 'quicksand';
	padding-top: 5px;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-size: 8.5px;
	white-space: nowrap !important;
}

.pbchead .facts i{
	font-size: 11px;
}

/*Textformatierung*/
.post_content b{
	font-weight:400;
	font-size: 12px;
	color: #5a5a59; 
	text-transform:none;  
	letter-spacing: 1px; 
	word-spacing: 2px; 
	text-shadow:#000 0px 0px 0px;
}

.post_content i{
	font-size: 12px;
	color: #5a5a59; 
	word-spacing: 2px;  
	text-shadow:#000  0px 0px 0px;
}

.post_content u{
	font-size: 12px;
	color:#5a5a59; 
	text-shadow:#000  0.5px 0px 0px; 
	border-bottom: 3px double #a1a1a1;
}

.post_content s{
	font-size: 12px;
	color:#5a5a59;
	text-shadow:#000  0px 0px 0px; 
	text-transform:uppercase;
}	

.antwort,
.antwort a:link, 
.antwort a:visited, 
.antwort a:hover
.antwort a:active {
	padding: 20px;
	font-family: 'Quicksand';
	font-size: 15px;
	letter-spacing: 2px;
	color:#5a5a59;
	text-transform:uppercase;
}	


.lp_posthead {
  display:flex;
  justify-content:space-between;
  margin:20px 20px 0 20px;
 border-bottom:15px solid var(--akzent); 
	border-radius: 1rem;
  padding-bottom:10px;
}

.lp_postusername {
  font-family:'Yeseva One';
  color:var(--mittel);
  font-size:36px;
/*margin-left: 700px;*/
  
}

.lp_postquote {
  color:var(--mittel);
	padding-top: 25px;
padding-left: 10px;
}

.lp_postflex {
	width: 250px;
  display:flex;
  padding:20px;
}
.lp_postava{
	width: 100%;
  max-width: 290px;
  height: 220px;
  background-size: cover;
  background-position: center;
  border-radius: 1rem;
  border: 2px solid var(--akzent);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.lp_postsubava  {
  display:flex;
  justify-content:space-between;
}
.lp_postsubtitle{
	font-style: oblique;
	font-size: 11px;
	color: var(--hell);
	opacity: 0.5;
	
}

.lp_postdesript {
	height: 150px;
  font-size:11px;
  text-align:justify;
  line-height:1.5;
  padding: 5px 0px;
	margin-bottom: 10px;
	margin-right: 5px;
	overflow: auto;
}

.lp_postfact, .lp_postinfo {
  background:var(--akzent);
  color:var(--hell);
  justify-content:center;
  display:flex;
  align-items:center;
  font-size:0.875rem;
  border-radius: 1rem;
  padding: 0.25rem;
}

.lp_postfact {
  margin-bottom:10px;
	height: 19px;
}


.lp_posticon img {
  max-width:250px;
}

.lp_postawards {
  color:var(--mittel);
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  align-items:center;
  font-size:33px;
  margin:20px 0px;
}

.lp_posttext {
  padding:0px 50px;
}

.lp_postheadinfos {
  display:flex;
  justify-content:center;
  align-items:center;

  gap:10px;
}

.lp_postinfo {
  flex: 1 0 30%;
	height: 19px;
}

.lp_postinfos {
 text-align:center;
  opacity:0.4;
  font-size:12px;
}

.lp_postmessage {
  width:80%;
  text-align:justify;
  margin: 20px auto;
}






		
		
		
		
		
		
		