/* Forumslisten */
.forumlisten{width:100%;display:flex;gap:20px;justify-content:space-between}
.forumlisten_menu{width:20%;display:flex;flex-direction:column;gap:10px;background:#efefef}
.forumlisten_menu_head{height:50px;width:100%;background:#b8b8b8;display:flex;justify-content:center;align-items:center;font-weight:700;text-transform:uppercase}
.forumlisten_menu_item{height:25px;width:90%;margin:0 auto;padding:10px 20px;display:flex;align-items:center;box-sizing:border-box;border-bottom:1px solid #b4b4b4}
.forumlisten_content{width:80%;box-sizing:border-box;background:#efefef}
.forumlisten_content_head{height:50px;width:100%;background:#b8b8b8;font-size:30px;display:flex;justify-content:center;align-items:center;font-weight:700;text-transform:uppercase}
.forumlisten_content-description{padding:20px 40px;text-align:justify;line-height:180%}
.forumlisten_content_bit{padding:0 40px 40px 40px;display:flex;flex-direction:column;gap:8px}
.forumlisten_content_item{margin-bottom:5px}
.forumlisten_group_head{margin:14px 0 6px 0;padding:4px 8px;border-left:6px solid #5a5a9a;font-weight:700}
.forumlisten_group_items{display:flex;flex-direction:column;gap:6px}