/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    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: 0rem 0; 
	line-height: 150%;
}
.kontakt p a {
	margin: 0rem 0;
	line-height: 150%;
}
.kontakt p:first-of-type {
   margin: 0;
}

.adressfeld {
	margin: 0 0 0 0;
}

.person {
   font-weight: bold;
   color:  #7A003F;
   padding: 0.1rem 0 0 0;
}

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

.box_mailadresse {
	 overflow-x: hidden; 
	 text-overflow: ellipsis; 
	 white-space: nowrap;
/*	 line-height: 150% !important;*/
}
