/* CSS Charcounter*/
    .cc_toless {
      color:  red;
      font-weight: 700;
  }
  
		/*Lastuser auf dem Index*/
		.lastuserall {
			display: flex;
			text-align: justify;
			justify-content: space-between;
		}

		.lastuser_bit {
			width: 33%;
			text-align: center;
		}

		.lastuser_username {
			text-align: center;
			margin-top: 10px;
		}
		