 .wobtitel {
	 color: #ddd;
text-align: center;
background-color: #676f86;
text-transform: uppercase;
letter-spacing: 0.5px;
padding: 3px 20px 2px 10px;
font-weight: bolder;
	 width:400px;
}

.wobt {
	padding: 10px 20px 20px 20px;
background-color: #eee;
text-align: justify;
	width:400px;
	text-align:center;
font-size:9px;
text-transform:uppercase;
}


    /*showthread*/
    .aucp_showthread-wob {
        margin: 10px;
        display: flex;
        align-items: start;
        justify-content: center;
        gap: 20px;
    }
    
    .aucp_showthread-wob__item:last-child {
        align-self: center;
    }
    
    /*Benutzer CP */
    .applucp-con {
        display: grid;
        width: 730px;
        margin: auto;
        gap: 19px 15px;
		padding:30px;
		background:#ddd;
		
    }
    
    .app_ucp_label {
        font-weight: 600;
        text-align: left;
font-family: roboto;
font-weight: 800;
text-transform: uppercase;
letter-spacing: 1px;
color: #51576c;
font-size: 14px;
border-bottom: 1px solid #c1c1c1;
background-color: #eae8e8;
margin: 7px;
  margin-left:0px;
margin-bottom: 10px;
		
padding: 10px 30px 10px 0px;
    }
    
    .applucp-con__item {
        display: grid;
		background-color:#eae8e8;
		text-transform:uppercase;
font-size:9px;
		padding:10px;
    }
    
    .applucp-con__item.applucp-buttons {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      gap: 10px;
  }
    
    /*Display Profil and Postbit */
    .aucp_fieldContainer {
        display: grid;
        grid-template-columns: 1fr;
    }
    
    .aucp_fieldContainer__item {
        display: flex;
        gap: 10px;
    }
    