.post-grid {
  display: grid;
  grid-template-columns: 300px 1fr;
  grid-template-rows: 140px auto auto; 
  gap: 10px;
  align-items: start;
  backdrop-filter: blur(10px);
  padding: 10px;
}

.post-author-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: var(--fliesstext);
  font-size: var(--txtsmall);
  color: var(--akzent-flash2);
  grid-row: span 2;
}

.post-right-col {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
	    height: 100%;
}

.post-content-col {
  display: flex;
  flex-direction: column;
}

.post_body { 
	background: var(--tbl-main);
	height: 100%;
    z-index: 1;
padding: 20px;
min-height: 300px;
 text-align: justify;
	text-align-last: left;
    line-height: 1.2em;
	font-size: var(--txtm);
	color: var(--txtcol); }

.post-meta-top {
  font-size: var(--txtxsmall);
  color: var(--akzent-flash2);
  padding-bottom: 5px;
  text-transform: lowercase;
  font-family: var(--fliesstext);
}

.post-classic {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.post-main {
  display: flex;
  flex-direction: row;
  gap: 30px;
  backdrop-filter: blur(10px);
  padding: 10px;
}

.post_author {
  width: auto;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: var(--fliesstext);
  font-size: var(--txtsmall);
  color: var(--akzent-flash2);
}

.author_avatar img {
  border: 1px solid var(--tbl-main);
  background: var(--akzent-dkl);
  padding: 10px;
}

.chara-gif {
  border: 1px solid var(--tbl-main);
  background: var(--akzent-dkl);
  padding: 10px;
  width: 250px;
  height: 125px;
    margin-top: 10px;
}

.chara-gif > img {
 height: 125px;
}

.chara-userin {
    font-size: var(--txtxxl);
    font-family: var(--akzenttext);
    text-transform: lowercase;
    margin-top: -15px;
}

.author_statistics {
  font-size: var(--txtxsmall);
  margin-top: 10px;
  border-top: 1px dotted var(--akzent-dkl);
  padding-top: 10px;
  color: var(--akzent-flash2);
}

.post_content {
  flex: 1;
  font-size: var(--txtm);
  border-bottom: 1px solid var(--akzent-dkl);
  background: var(--tbl-main);
  color: var(--txtm);
}

.post_head {
  font-size: var(--txtxsmall);
  border-bottom: 1px dotted var(--akzent-dkl);
  margin-bottom: 10px;
  padding-bottom: 5px;
  color: var(--akzent-flash2);
}

.edited_post {
  font-style: italic;
  color: var(--txtcol);
  margin-left: 10px;
}

.signature {
  margin-top: 10px;
  padding: 10px;
  font-size: var(--txtxsmall);
  color: var(--txtcol);
  background: var(--tbl-main);
}

.post_meta {
  font-size: var(--txtxsmall);
  color: var(--akzent-hell);
  margin-top: 10px;
}

.post_controls_grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: var(--txtsmall);
  color: var(--akzent-flash2);
	margin-bottom: 25px;
    border-bottom: 1px solid var(--akzent-hell);
    padding: 5px;
}

.postbit_buttons {
  display: flex;
  flex-direction: row;
  gap: 10px;
  flex-wrap: wrap;
}

.postbit_buttons a {
  font-family: var(--fliesstext);
  border: 1px solid var(--akzent-flash);
  padding: 6px 10px;
  text-decoration: none;
  color: var(--akzent-flash2);
  transition: all 0.2s ease-in-out;
}

.postbit_buttons a:hover {
  border-color: var(--akzent-flash2);
  background: var(--akzent-dkl);
}

.username_online { display: flex;
    justify-content: flex-start;
    gap: 20px;
    font-size: var(--txtxxl);
    font-family: var(--akzenttext);
    text-transform: lowercase;
    margin-bottom: -25px;
    padding-left: 120px;
    z-index: 2; }
.postbit-online { color: var(--akzent-red);
    font-size: var(--txtxl);}
.postbit-offline { color: var(--akzent-hell);
    font-size: var(--txtxl);}
.postbit-away { color: var(--akzent-flash2);
    font-size: var(--txtxl);}

.chara-groupimage img {
  max-height: 300px;
  opacity: 0.5;
 /* filter: invert(1); */ /* können wir bei bedarf anwerfen, alle groupimages sind schwarz auf transparent */
}

.chara-info-top {     display: flex;
    flex-direction: row;
	justify-content: space-between;
    width: 100%; }

.chara-info-top-cont {     width: 60%;
    display: flex; }

.chara-details-cont {     display: flex;
    flex-direction: column;
    gap: 5px;
	margin: 10px;
    width: 50%; }

.chara-details,
.value_div_vorname, 
.value_div_rufname,
.value_div_nachname,
.value_div_geburtstag,
.value_div_Berufung,
.value_div_status,
.value_div_volk,
.value_div_haus,
.value_div_sylvare,
.value_div_regime,
.value_div_wohnort,
.value_div_archetyp {     
	display: inline-flex; 
	padding: 5px; 
	border: 1px solid  var(--akzent-dkl);
	background: var(--tbl-main);
    font-size: var(--txtxsmall);
	justify-content: center;
} 

.is_empty {
	display: none;
}

.chara-selftitle { font-size: var(--txtl);
    font-family: var(--akzenttext);
    letter-spacing: 1px;
    font-weight: 200;
	font-style: oblique; }

.post-meta-edit { display: flex; 
	font-size: var(--txtxxsmall);
justify-content: flex-end;
    padding: 5px; 
    gap: 10px; }

.post-meta-block-cont { display: flex; 
    display: flex;
    margin-top: -30px;
    justify-content: flex-end;
    gap: 10px; }

.post-meta-block { display: inline-flex; 
	padding: 5px; 
	border: 1px solid  var(--akzent-dkl);
	background: var(--tbl-main);
    font-size: var(--txtxxsmall);}

.chara-tabs {
  margin-top: 10px;
  font-size: var(--txtxsmall);
  color: var(--akzent-flash2);
  text-align: center;
}

.chara-tab_icons {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 2px;
  justify-content: space-evenly;
}

.chara-tab_icons i {
  cursor: pointer;
  padding: 6px;
  border: 1px solid var(--akzent-hell);
  transition: all 0.2s ease;
  color: var(--akzent-flash2);
}

.chara-tab_icons i.active,
.chara-tab_icons i:hover {
  background: var(--akzent-dkl);
  border-color: var(--akzent-red);
}

.chara-tab_content {
  background: var(--tbl-main);
  border: 1px solid var(--akzent-dkl);
	padding: 10px;
    width: 250px;
  height: 250px;
  overflow: auto;
}

.chara-archetyp {
	text-align: center;
}

.chara-tab_aussehen { 
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start; }

.chara-tab_aussehen-in { width: 45%;
margin: 2px; }

.feld-1 {   background: var(--tbl-main);
	border: 1px solid var(--akzent-flash);
	text-transform: lowercase;
	font-weight: 600; 
	padding: 5px; }
.feld-2 {   background: var(--tbl-main);
	border: 1px solid var(--akzent-dkl);
	text-transform: lowercase;
	padding: 5px; }
.textblock {   white-space: pre-line;
  line-height: 1.6;
  margin-bottom: 1em;
	word-break: break-word;
	text-align: justify;
	text-align-last: left;
    line-height: 1.1em;}

.chara-tab__aussehentext, .chara-tab_beschreibung  { text-align: justify;
	text-align-last: left;
    line-height: 1.1em;
	font-size: var(--txtm);
	color: var(--txtcol);}

.chara-pt-1 {
    font-family: var(--akzenttext);
	font-size: var(--txtxl);
	color: var(--akzent-red);}

.chara-pt {    display: flex;
    flex-direction: row;
    justify-content: center;
	gap: 5px;
justify-content: space-evenly; }