/*
 * Bitte diese Datei nicht umbenennen!!!
 * Die Frontend Templates laden fix diese Datei (custom-ext.css). Per Import werden dann auch weitere Datei geladen.
 * 
 * - Jede .less Datei wird zu .css konvertiert (siehe http://lesscss.org/ für Dokumentation dieser erweiterten CSS Notation)
 * - Für jede Datei, die Sie in Ihre Webseite integrieren möchten, muss hier ein entsprechendes Input-Statement erstellt werden.
 */

@import "style.css";
.content.container .contactlist {
	background: #fff;
}
.content.container .contactlist .img-responsive {
	padding-left: 10px;
}
.content.container .contactlist hr.margin-bottom-20 {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}
.content.container .contactlist:first-child {
	padding-top: 20px;
}
.content.container .contactlist:last-child {
	padding-bottom: 20px;
}
.detailmetadata h4.addressdescription {
    margin-top: 10px;
    margin-bottom: 20px;
    color: #393939 !important;
}
a, li a, .blog li a {
    color: #dc0000;
}
