/* CSS Document */

.addressbox .adress {
	margin-right: 11px;
	width: 49%;
	padding: 8px;
	border-radius: 2px;
	position: relative;
	box-sizing: border-box;
	border-bottom: 1px solid #cecece;
}
.addressbox .adress:last-of-type {margin-right: 0;}
.addressbox .adress p {
	line-height: 90%;
}
.addressbox .adress h2 {
	margin-bottom: 0;
}
.addressbox .adress .arrowdown {
	position: absolute;
	width: 32px;
	top: 50%;
	height: 56px;
	right: 0px;
	transform: translateY(-50%);
}
.addressbox .adress .arrowdown:before {
	content: url('pin-icon.png');
	position: relative;
	top: 0px;
	display: inline-block;
	width: 32px;
	height: 56px;
	cursor: pointer;
	transition: all 150ms ease-in-out;
}
.addressbox .adress .arrowdown:hover:before {
	top: 2px;
}
.addressbox {
	margin-bottom: 20px;
}
.addressbox .adressdata {
	margin-bottom: 1em;
}

.addressbox .image {
	text-align: center;
}

.addressbox .addressboxTitel a:hover {
	text-decoration: underline;
}
#MapCanvas {
	width: 49%;
	height: 400px;
}
#MapCanvas .gm-style-iw p {
	line-height: 100%;
	margin-bottom: 5px;
}
#MapCanvas .infobg {
	box-shadow: 0 0 15px rgba(0, 0, 0, .2);
	border-radius: 3px 3px 0 0 !important;
}

.addressbox .subTitle {
	margin-bottom: 0;
}

.addressbox .infobox {
	padding: 3px;
}