.lawless_inplay_outbox {
	display: flex;
	flex-wrap: nowrap;
}

.lawless_forumbit_inplay_box {
	width: 413px;
	background: #333;
}

.lawless_forumbit_inplay_box_bottom {
	width: 620px;
	background: #333;
}

.lawless_forumbit_inplay_lastposter img {
	width: 100px;
	height: 100px;
	border: 1px solid var(--borderfarbe);
	padding: 5px;
	margin-top: -35px;
}

.lawless_forumbit_inplay_lastpostbox {
	height: 100px;
}

.lawless_forum_titel_inplay {
	text-align: center;
	font-size: 30px;
	font-family: var(--akzentfont);
	text-transform: uppercase;
	margin: 40px;
}

.lawless_forumbit_inplay_beschreibung {
	padding: 10px;
	text-align: justify;
	overflow: auto;
	height: 115px;
	scrollbar-width: none;
	width: 350px;
	margin: auto;
	font-size: 12px;
	font-weight: bold;
}


.lawless_forumbit_box_ambarino {
	background: url(../../../images/ambarino.png);
	background-size: cover;
	background-position: center;
	filter: grayscale(1);
	background-color: rgba(0, 0, 0, 0.8);
	background-blend-mode: overlay;
	text-align: center;
	padding: 30px;
	border-top: 1px solid var(--borderfarbe);
	border-bottom: 1px solid var(--borderfarbe);
}

.lawless_forumbit_box_newhanover {
	background: url(../../../images/new_hanover.png);
	background-size: cover;
	background-position: center;
	filter: grayscale(1);
	background-color: rgba(0, 0, 0, 0.8);
	background-blend-mode: overlay;
	text-align: center;
	padding: 30px;
	border-top: 1px solid var(--borderfarbe);
	border-bottom: 1px solid var(--borderfarbe);
}

.lawless_forumbit_box_westelizabeth {
	background: url(../../../images/west_elizabeth.png);
	background-size: cover;
	background-position: center;
	filter: grayscale(1);
	background-color: rgba(0, 0, 0, 0.8);
	background-blend-mode: overlay;
	text-align: center;
	padding: 30px;
	border-top: 1px solid var(--borderfarbe);
	border-bottom: 1px solid var(--borderfarbe);
}

.lawless_forumbit_box_lemoyne {
	background: url(../../../images/lemoyne.png);
	background-size: cover;
	background-position: center;
	filter: grayscale(1);
	background-color: rgba(0, 0, 0, 0.8);
	background-blend-mode: overlay;
	text-align: center;
	padding: 30px;
	border-top: 1px solid var(--borderfarbe);
	border-bottom: 1px solid var(--borderfarbe);
}


.lawless_forumbit_box_newaustin {
	background: url(../../../images/new_austin.png);
	background-size: cover;
	background-position: center;
	filter: grayscale(1);
	background-color: rgba(0, 0, 0, 0.8);
	background-blend-mode: overlay;
	text-align: center;
	padding: 30px;
	border-top: 1px solid var(--borderfarbe);
	border-bottom: 1px solid var(--borderfarbe);
}

.lawless_forumbit_inplay_inbox_ambarino {
	background: url(../../../images/ambarino.png);
	background-size: cover;
	background-position: center;
	filter: grayscale(1);
	background-color: rgba(0, 0, 0, 0.8);
	background-blend-mode: overlay;
	text-align: center;
	padding-bottom: 40px;
}

.lawless_forumbit_inplay_inbox_newhanover {
	background: url(../../../images/new_hanover.png);
	background-size: cover;
	background-position: center;
	filter: grayscale(1);
	background-color: rgba(0, 0, 0, 0.8);
	background-blend-mode: overlay;
		text-align: center;
	padding-bottom: 40px;
}

.lawless_forumbit_inplay_inbox_westelizabeth {
	background: url(../../../images/west_elizabeth.png);
	background-size: cover;
	background-position: center;
	filter: grayscale(1);
	background-color: rgba(0, 0, 0, 0.8);
	background-blend-mode: overlay;
		text-align: center;
	padding-bottom: 40px;
}

.lawless_forumbit_inplay_inbox_newaustin {
	background: url(../../../images/new_austin.png);
	background-size: cover;
	background-position: center;
	filter: grayscale(1);
	background-color: rgba(0, 0, 0, 0.8);
	background-blend-mode: overlay;
		text-align: center;
	padding-bottom: 40px;
}

.lawless_forumbit_inplay_inbox_lemoyne {
	background: url(../../../images/lemoyne.png);
	background-size: cover;
	background-position: center;
	filter: grayscale(1);
	background-color: rgba(0, 0, 0, 0.8);
	background-blend-mode: overlay;
		text-align: center;
	padding-bottom: 40px;
}

.lawless_forumbit_stats {
	font-size: 12px;
	text-transform: uppercase;
	width: 7%;
}

.lawless_kat_box {
	text-align: center;
	margin-top: -130px;
	margin-bottom: 80px;
}

.lawless_forum_index_titel {
	font-family: var(--akzentfont);
	text-transform: uppercase;
	color: var(--weiss_transparent);
	font-size: 50px;
}

.lawless_forum_index_beschreibung {
	color: var(--allg_linkfarbe);
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 10px;
	margin-top: -10px;
}

.lawless_forum_titel {
	font-family: var(--seriffont);
	text-transform: uppercase;
	padding: 10px;
	font-size: 40px;
	transition: all 1s;
}

.lawless_forum_titel:hover {
	color: var(--akzentfarbe);
	transition: all 1s;
}

.lawless_forumbit_box {
	background: var(--bodybackground);
	background-attachment: fixed;
	background-position: top;
	padding: 30px;
	border-top: 1px solid var(--borderfarbe);
	border-bottom: 1px solid var(--borderfarbe);
}

.lawless_forumbit_inbox {
	display: flex;
	gap: 15px;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
}

.lawless_forumbit_beschreibung {
	text-align: justify;
	width: 34%;
	height: 100px;
	overflow: auto;
	scrollbar-width: none;
	margin-right: 20px;
	font-size: 14px;
}

.lawless_forumbit_lastposter {
	background: var(--weiss_transparent);
	padding: 10px;
}

.lawless_index_postlink {
	font-family: var(--seriffont);
	text-transform: lowercase;
	font-style: italic;
	font-size: 30px;
	letter-spacing: -1px;
}

.lawless_index_time {
	text-transform: uppercase;
	font-family: var(--seriffont);
	margin-top: -4px;
	font-weight: bold;
	letter-spacing: -1px;
	font-size: 15px;
}

.lawless_index_lastposterlink {
	font-family: var(--akzentfont);
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: 1px;
}

.lawless_forumbit_lastpostbox {
	width: 28%;
}

.lawless_index_subforums {
	display: flex;
	justify-content: space-evenly;
	padding: 22px;
	margin: auto;
	background: var(--weiss_transparent);
}

.lawless_index_subforumlink {
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	color: var(--weiss);
	font-family: var(--seriffont);
	transition: all 1s;
	padding: 4px;
}

.lawless_index_subforumlink:hover {
	background: var(--akzentfarbe);
	transition: all 1s;
	padding: 4px;
}