.postbit {
	background: var(--content-background);
	padding: 10px;
	margin-bottom: 20px;
}

.postbit:last-child {
	margin-bottom: 0px;
}

.postbit-bit {
	background: var(--body-background);
	padding: 20px;
}

.postbit-footer {
	margin-top: 20px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.postbit-footer-date {
	font-family: var(--subfont);
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.post_date {
	color: var(--font-color);
	font-weight: 600;
	background: var(--content-background);
	display: inline-block;
	padding: 4px 8px;
	margin: 2px;
	border: transparent;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.postbitContent-author {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 10px;
	justify-content: flex-start;
}

.postbitContent-author_avatar {
	width: 20%;
	text-align: center;
}

.postbitContent-author_avatar img {
	border-radius: 100%;
	border: 5px solid var(--circle-color);
}

.postbitContent-author_infos {
	text-align: left;
	width: 80%;
}

.postbitContent-author_username {
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 1px;
	font-family: var(--mainfont);
	color: var(--headline-color);
}

.postbitContent-author_fact {
	font-family: var(--subfont);
	font-size: 13px;
	letter-spacing: 1px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: start;
}

.postbitContent_postPic {
	display: flex;
	justify-content: space-around;
	gap: 20px;
}

.postbitContent_picsInfo {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
	width: 23%;
	flex-direction: column;
	gap: 20px;
}

.postbitContent_pics {
	display: flex;
	justify-content: flex-end;
}

.postbitContent_picBig img {
	border-radius: 100%;
	width: 100px;
	height: 100px;
	border: 4px solid var(--circle-color);
}

.postbitContent_picSmall {
	margin-top: -40px;
}

.postbitContent_picSmall img {
	border-radius: 100%;
	width: 80px;
	height: 80px;
	border: 4px solid var(--circle-color);
}

.postbitContent_post {
	text-align: justify;
	scrollbar-width: thin;
	hyphens: auto;
	-webkit-hyphens: auto;
	width: 75%;
	margin-top: -20px;
	padding: 0 20px;
	font-size: 14px;
}

.postbit-signatur {
	margin-top: 20px;
}

.postbitContent_player {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	gap: 10px;
	justify-content: center;
}

.postbitContent_residence {
	width: 30%;
	text-align: center;
}

.postbitContent_player_inplay {
	display: flex;
	flex-direction: column;
	height: 85px;
	width: 32%;
	justify-content: flex-start;
}

.postbitContent_player_infos {
	height: 85px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	width: 32%;
	text-align: start;
}

.postbitContent_fact {
	font-family: var(--subfont);
	font-size: 13px;
	letter-spacing: 1px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.postbitContent_player_infos .postbitContent_fact {
	text-align: right;
}

.postbitContent_fact-player {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	font-family: var(--mainfont);
	color: var(--headline-color);
	text-transform: uppercase;
	text-align: end;
}