.profile .avatar {
	max-width: 32%;
}
.profile .avatar.floating {
	margin-left: 2%;
	margin-bottom: 2em;
	float: right;
}
.profile .avatar img {
	max-width: 100%;
}

.profile .top .Office,
.profile .top .OpeningCounter,
.profile .top address {
	width: 32%;
}
.profile .kontakt,
.profile .addressbox,
.profile .top,
.profile .header { margin-bottom: 2rem; }
.profile .avatar.overlay {
	position: absolute;
	z-index: 200;
	margin-top: 20px;
	right: 20px;
}

.profile address {
	text-align: center;
	font-style: normal;
}
.profile address .h1s {
	color: #cd151b;
	text-transform: none;
	margin-bottom: 1.5rem;
}
.profile address p {
	margin: 2px;
	color: #3b3b3b;
}
.profile h1.Title {
	background: #000;
	color: #fff;
	padding: 8px;
	margin: 0;
	font-size: 24px;
	text-transform: none;
	border-radius: 2px;
	display: inline-block;
}
.profile .addressbox > h2,
.profile .kontakt h2,
.profile .about .subTitle h2 {
	color: #cd151b;
	border-bottom: 1px solid #cecece;
	padding-bottom: 15px;
}
.profile .tag {
	box-shadow: 1px 2px 2px rgba(0, 0, 0, .4);
	display: inline-block;
	padding: 2px 10px;
	background: #dc0000;
	color: #fff;
	border-radius: 2px;
	margin: 0 8px 8px 0;
}

@media all and (max-width: 800px) {
	.profile .top .Office,
	.profile .top address {
		width: 49%;
		margin-bottom: 1rem;
	}
	.profile .top .Office {order: 1; text-align: center;}
	.profile .top address {order: 2;}
	.profile .top .OpeningCounter {order: 3; width: 100%;}
	.profile #MapCanvas,
	.profile .addresscards { width: 100%; }
}
@media all and (max-width: 600px) {
	.profile .top .Office,
	.profile .top address {
		width: 100%;
	}
}