@import url(https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&family=Source+Code+Pro:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,900&display=swap);

/* CHAT */

.chatname { font-family: archivo;
font-style: normal;
font-weight: 900;
font-size: 24px;
line-height: 109.3%;
display:inline;
text-transform: uppercase;

color: #5473C5; }

.chatstatus { font-family: Source Code Pro;
font-style: normal;
font-weight: 300;
font-size: 18px;
line-height: 109.3%;
display:inline;
text-transform: lowercase;
opacity:0.5;
color: var(--allesdunkel); }

.chatinhalt { position: relative;
	margin-top:5px;
  font-family: archivo;
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 26px;
	padding:20px;
	border-radius: .99em;
background:var(--allesdunkel);

color: var(--hellerhintergrund);}
