address {
	font-style:normal;
}

.marked>* {
	display: inline-block;
	vertical-align:top;
}
.marked>svg {
	fill: #ccc;
	width:32px;
	height:32px;
	margin-right:24px;			
}
.marked>p {
	max-width: calc(100% - 64px);
}

.phone:before {
	content: '+49 711 ';
}

.phone:after {
	content: ' 6153349';
}

.email:before {
	content: 'webmaster';
}
.email:after {
	content: '@frimaro.com';
}