.inplaybox {
	width: 357px; 
	padding: 7px; 
	background-color: #dcdcdc; 
	outline: 1px solid #d3d3d3; 
	margin-bottom: 15px; 
	box-sizing: border-box;
}

.forumpicboxinplay {
	border: 3px solid rgba(255, 0, 0, 0.0); 
	outline: 1px solid #cccccc; 
	overflow: hidden;
	box-sizing: border-box; 
}

.picinplay {
	width: 331px;
	height: 120px;
}

.trowcolor {
	background-color: #dcdcdc;
}

.neualtbox {
	height: 85px; 
	border: 10px solid rgba(255, 0, 0, 0.0); 
	outline: 1px solid #cccccc; 
	display: flex;
	justify-content: center; 
	align-items: center; 
	box-sizing: border-box; 
	margin: 5px 0 5px 5px; 
}

.statusiconborder {
	width: 64px;
	height: 64px;
	border: 3px solid #cccccc;
	margin-top: 3px;
	background-color: var(--highlightcolor);
	box-sizing: border-box;
}

.forumtitelbox {
	height: 85px; 
	border: 13px solid rgba(255, 0, 0, 0.0); 
	outline: 1px solid #cccccc; 
	box-sizing: border-box; 
	margin-top: 5px; 
	margin-bottom: 5px;
	overflow: hidden;
}

.forumtitel {
	font-size: 18px;
	margin-bottom: 4px;
	margin-left: 5px;
	letter-spacing: 1px;
}

.forumdescr {
	margin: 0 25px; 
	font-size: 10px;
}

.anzahlbox {
	height: 38px; 
	border: 10px solid rgba(255, 0, 0, 0.0); 
	outline: 1px solid #cccccc; 
	font-family: Abel; 
	font-size: 12px; 
	text-transform: uppercase; 
	display: flex; 
	justify-content: center; 
	align-items: center; 
	overflow: hidden;
	white-space: nowrap;
	box-sizing: border-box; 
}

.avabox {
	height: 85px; 
	border: 10px solid rgba(255, 0, 0, 0.0); 
	outline: 1px solid #cccccc; 
	display: flex; 
	justify-content: center; 
	align-items: center; 
	box-sizing: border-box; 
	margin-top: 5px; 
	margin-bottom: 5px;
	filter: grayscale(100%);
}

.lastpostbox {
	height: 85px; 
	border: 10px solid rgba(255, 0, 0, 0.0); 
	outline: 1px solid #cccccc; 
	padding: 0 20px; 
	display: flex; 
	align-items: center; 
	box-sizing: border-box; 
	margin-top: 5px; 
	margin-right: 5px; 
	margin-bottom: 5px;
	overflow: hidden;
}

.subforumsbox {
	border: 6px solid rgba(255, 0, 0, 0.0); 
	outline: 1px solid #cccccc; 
	font-family: Abel; 
	font-size: 12px; 
	text-transform: uppercase; 
	padding: 0 10px; 
	margin-right: 5px; 
	margin-left: 5px; 
	margin-bottom: 5px; 
	margin-top: -5px;
}

.trennbox {
	height: 3px; 
	background-color: #e6e6e6;
}