.iphoneheader {
width: 100%; padding:5px; margin-top: 10px; margin-left: 6px; margin-right: auto; margin-bottom: 2px;     background: var(--drei); }

.iphone {
border-radius: 100px;overflow:hidden;
}

.iphonenachricht {
	background:#63b2cf;
	    color: #ffffff;
	font-size:12px;
	width: 350px;
	padding:15px;
	text-align:left;
	-webkit-border-radius: 12px;
-moz-border-radius: 12px;
	border-radius: 12px;
	overflow:hidden;
}

.iphonenachricht i {
	color:#ffffff;
}

.iphonenachricht b {
	color:#ffffff;
}