.kontakt {
	margin: 1.25rem 0 0 0;
}
.kontakt:first-of-type {
	margin: 0;
}
.kontakt p {
	margin: 0;
	/*line-height: 150%;*/
	line-height:1.25rem;
}
.kontakt p a {
	margin: 0;
	/*line-height: 150%;*/
	line-height:1.25rem;
}
.kontakt p:first-of-type {
	margin: 0;
}

.adressfeld {
	margin: 0 0 0 0;
}

.person {
	font-weight:var(--font-weight-bold);
	color:  var(--main-color);
	padding: 0.1rem 0 0 0;
}

p a.telefonnummer:before {
	content: '' !important;
}

.box_mailadresse {
	overflow: hidden; 
	text-overflow: ellipsis; 
	white-space: nowrap;
}