/* 
	Created on : 17.03.2015, 13:58:22
	Author     : liebsche
*/

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

.adressfeld {
	margin: 0 0 0 0;
}

.person {
	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;
}