.teamheader-container {
            background: #fff;
            width: 100%;
            margin: auto auto;
            border: 1px solid #ccc;
            padding: 1px;
            -moz-border-radius: 7px;
            -webkit-border-radius: 7px;
            border-radius: 7px;
            margin-bottom: 10px;
        }
        
        .teamheader-headline {
            background: #0066a2 url(../../../images/thead.png) top left repeat-x;
            color: #ffffff;
            border-bottom: 1px solid #263c30;
            padding: 8px;
            -moz-border-radius-topleft: 6px;
            -moz-border-radius-topright: 6px;
            -webkit-border-top-left-radius: 6px;
            -webkit-border-top-right-radius: 6px;
            border-top-left-radius: 6px;
            border-top-right-radius: 6px;
        }
        
        .teamheader-bit {
            background: #f5f5f5;
            border: 1px solid;
            border-color: #fff #ddd #ddd #fff;
            -moz-border-radius-bottomleft: 6px;
            -webkit-border-bottom-left-radius: 6px;
            border-bottom-left-radius: 6px;
            -moz-border-radius-bottomright: 6px;
            -webkit-border-bottom-right-radius: 6px;
            border-bottom-right-radius: 6px;
            padding: 5px;
        }
        
        .teamheader-bit_teamie {
            display: flex;
            align-items: center;
            gap: 20px;
            margin-bottom: 10px;
        }
        
        .teamheader-bit_teamie:last-child {
            margin-bottom: 0;
        }
        
        .teamheader-bit_avatar {
            width: 12%;
        }
        
        .teamheader-bit_avatar img {
            width: 152px;
        }
        
        .teamheader-bit_infos {
            width: 87%;
        }/* 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}