ul.thread_tools li {
margin: 2px;
width: 180px;
box-sizing: border-box;
padding: 0px;
background: var(--lightgrey);
color: var(--dark);
display: block;
}
ul.thread_tools li a {
color: var(--green);
}

.forum-smalldesc {
	float: left;
	margin: 0px 25px;
	width: 500px;
	height: 100px;
	box-sizing: border-box;
	border: 3px solid var(--likewhite);
	background: rgba(175, 180, 180, .5);
	padding: 5px;
	text-align: justify;
	overflow: auto;
}

.forumbits {
	margin:auto;
	width:100%;
	height:160px;
	box-sizing:border-box;
	padding:2px;
	background:var(--lightgrey);
	text-align:justify;
	overflow:hidden;
}

/* Forentitel */
.forumbits .forum-title {
	margin:2px;
	float:left;
	width:700px;
	height:35px;
	box-sizing:border-box;
	padding:5px;
	text-align:center;
	font-family:'Arial Narrow';
	font-size:2em;
	color:var(--green);
	letter-spacing:2px;
	word-spacing:5px;
}
.forumbits .forum-title .fa,.forumbits .forum-title .fas,.forumbits .forum-title .far {
	margin:0px 5px 0px 0px;
	float:left;
	width:25px;
	height:25px;
	box-sizing:border-box;
	padding:3px 0px;
	text-align:center;
	background:#E2E9E2
}

/* Beitragsicon */ 
.forumbits .forum-icon {
	margin:2px;
	float:left;
	width:250px;
	height:35px;
}

/* Statistik */
.forumbits .forum-stat {
	margin:2px;
	float:left;
	width:215px;
	height:35px;
	box-sizing:border-box;
	padding:10px 5px;
	background:var(--likewhite);
	text-align:center;
	font-family:'Arial Narrow';
	font-size:1.1em;
	letter-spacing:2px;
}
.forumbits .forum-stat .fa,.forumbits .forum-stat .fas,.forumbits .forum-stat .far {
	margin:-5px 5px 0px 0px;
	float:left;
	width:25px;
	height:25px;
	box-sizing:border-box;
	padding:7px 5px;
	background:var(--likewhite);
}

/* Letzter Post */
.forumbits .forum-last {
	margin:2px;
	float:left;
	width:700px;
	height:113px;
	box-sizing:border-box;
	padding:10px;
	background:var(--likewhite);
	text-align:center;
}
.forumbits .forum-last .last-post, .forumbits .forum-last a.last-post {
	margin:0px auto 5px;
	width:100%;
	box-sizing:border-box;
	padding:5px;
	background:var(--likewhite);
	display: block;
}

/* Unterforen */
.forumbits .forum-subs {
	margin:2px;
	float:left;
	width:250px;
	height:113px;
	box-sizing:border-box;
	padding:5px;
	overflow:auto;
}
.forumbits .forum-subs a.subs {
	margin:0px 0px 3px 0px;
	width:100%;
	background:var(--likewhite);
	text-align:center;
	display: block;
}
.forumbits .forum-subs a.subs:hover {
	background:var(--middlegrey);
	cursor:pointer
}

/* Forenbeschreibung */
.forumbits .forum-desc {
	margin:2px;
	float:left;
	width:433px;
	height:113px;
	box-sizing:border-box;
	padding:5px 7px;
	background:var(--likewhite);
	line-height:14px;
	overflow: auto;
}