/* --------------------------------------------------------- Postbit --------------------------------------------------------- */

.postbit {
    width: 1194px;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.postbit-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 10px;
    background-color: var(--col2);
    min-height: 120px;
    position: relative;
}

.postbit-user-details {
    display: flex;
    align-items: center;
    gap: 10px; 
}

.avatar img {
    width: 320px;
    height: 220px;
    object-fit: cover;
    display: block;
    margin: 0 auto 10px;
}


.postbit-avatar img {
    width: 320px;
    height: 220px;
    object-fit: cover;
    display: block;
    margin: 0 auto 10px;
}

.avatarae img {
    width: 320px;
    height: 220px;
    object-fit: cover;
    display: block;
    margin: 0 auto 10px;
}

.avatar_offline .postbit-avatar  img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

.avatar_offline .gif-box  img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

.avatar_offline .mini-icon img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

.mini-icon {
    width: 100px;
    height: 100px;
    border-radius: 5px;
    flex-shrink: 0; 
}

.user-info {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
	width: 300px;
}

.username {
    font-size: 18px;
    font-weight: bold;
}

.usertitle {
    font-size: var(--size);
    color: var(--highlight);
}

/* Gruppenicon immer zentrieren */
.header-icon-box {
    width: 240px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
	margin-right: 320px;
}

/* Icons innerhalb der Box */
.header-icon-box img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* Post-Informationen */
.post-info {
    position: absolute;
    right: 120px;
    top: 50%;
    transform: translateY(-50%); 
    display: flex;
    align-items: center;
    gap: 10px;
}

.post-header {
    display: flex;
    align-items: center;
    gap: 10px;
}

.post-number {
    font-size: 20px;
    font-weight: bold;
}

.quote-btn {
    display: flex;
    align-items: center;
	font-size: 9px;
}

.extra-info {
    display: flex;
    justify-content: center;
	gap: 10px;
}

.info-box {
    width: 80px;
    height: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 50px;
    font-weight: bold;
    color: var(--highlight);
	margin: 0;
    padding: 0;
}

.info-box i {
    font-size: 50px;
    margin-bottom: 5px;
}

.grpicon-box {
    width: 80px;
    height: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    color: var(--highlight);
}

.grpicon-box svg {
    width: 60px;
    height: 60px;
	stroke-width: 2px;
}

.age-box {
	min-width: 80px;
	max-width: 120px;
	height: 80px;
    position: relative;
    font-size: 45px;
    font-weight: bold;
    color: var(--highlight);
	margin-top: 10px;
}

.age-box .bg-text {
    position: absolute;
    font-size: 40px;
    font-weight: bold;
    color: rgba(120,120,120,0.5);
    left: 50%;
    transform: translate(-50%, -50%) rotate(-30deg); 
    z-index: 0;
    white-space: nowrap;
}

.age-box .age-number {
    position: relative;
    z-index: 1;
}

.group-info {
    width: 100%;
    text-align: center;
	font-size: 20px;
    font-weight: bold;
    border-radius: 5px;
}

.short-info {
    text-align: justify;
	display: flex;
    justify-content: center;
	padding: 10px;
	overflow-y: auto;
}

.short-info-content {
	width: 310px;
    max-height: 200px;
    font-weight: normal;
}

.postbit-body {
    display: flex;
    flex-wrap: wrap;
    background-color: var(--col6);
}

.postbit-content {
    width: 1080px;
	display: flex;
    flex-direction: column;
    flex-grow: 1;
    font-size: 13px;
    line-height: calc(1em + 8px);
    letter-spacing: 0.03em;
    text-align: justify;
}

.post_body {
	width: 1080px;
	padding: 8px;
	font-size: var(--size);
}

.post-extras {
    margin-top: auto; 
    width: 1080px;
	border-top: solid 1px #969086;
    padding-bottom: 5px;
	padding-top: 14px;
    position: relative;
}

.reaction-bar {
	width: 1080px;
	height: 65px;
    text-align: left;
	padding-top:10px;
}

.signature-bit {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.signature-bit:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 100%;
    filter: brightness(0.5);
}

.postbit-sidebar {
    width: 330px;
    text-align: center;
    background-color: var(--col2);
}

.post-date-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end; 
    position: absolute;
    bottom: 50px;
    right: 10px;
}

.post-date {
    font-size: var(--size);
    font-weight: bold;
    color: var(--highlight);
}

.nhavatar img {
    width: 320px;
    height: 220px;
    object-fit: cover;
    display: block;
    margin: 0 auto 10px;
}

.icon-box {
    width: 320px;
    height: 120px;
    padding: 10px;
    margin: 10px auto;
    border-radius: 5px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-box img {
    width: 240px;
    height: auto;
}

.gif-box {
    width: 320px;
    margin: 10px auto;
    border-radius: 5px;
    text-align: center;
}

.gif-box img {
    width: 320px;
    height: auto;
}

.postbit-footer {
    width: 100%;
    height: 130px;
    clear: both;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
 	position: relative;
	border-top: 1px solid var(--highlight);
    background-color: var(--col6);
}

.played-by {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    color: var(--col4);
    padding: 15px 0 5px 50px;
    display: flex;
    align-items: center;
}

.bg-text {
    position: absolute;
    font-size: 25px;
    font-weight: bold;
    color: rgba(111,111,111,0.5);
	text-transform: uppercase;
    top: 30%;
    left: 0;
    transform: translateY(-50%);
    z-index: 0;
    white-space: nowrap;
}

.player-name {
    font-size: 30px;
    font-weight: bold;
    color: var(--highlight);
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    margin-left: 10px;
}

.player-pron {
    font-size: 15px;
    font-weight: bold;
    color: rgba(111,111,111,0.7);
    position: relative;
    z-index: 1;
	margin-top: 9.5px;
	margin-left: 4px;
}

.button-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
	background-color: var(--col6);
	height: 40px;
}

.button-box-left {
    display: flex;
    gap: 5px;
	padding-left: 10px;
}

.button-box-right {
    display: flex;
    gap: 5px;
	padding-right: 10px;
}

.button-box {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--border);
    background-color: var(--col2);
    transition: all 0.2s ease-in-out;
}

.button-box:hover {
    background-color: var(--col6);
}

.button-box i {
    font-size: 20px;
    color: var(--col4);
    pointer-events: none;
}

.theend {
    width: 100%;
    height: 50px; 
	border-top: solid 1px var(--border);
	border-bottom: solid 1px var(--border);
    background: none !important;
    background-color: rgba(0, 0, 0, 0) !important; /* Vollständig transparent */
    border-top: none !important;
    border-bottom: none !important;
}