/* CSS Document */

.addressbox .adress {
	margin-right: 11px;
	width: 32%;
	background: #000096;
	padding: 8px;
	border-radius: 1px;
	color: #fff;
	position: relative;
	box-sizing: border-box;
}
.addressbox .adress:last-of-type {margin-right: 0;}
.addressbox .adress p {
	line-height: 90%;
}
.addressbox .adress h2 {
	margin-bottom: 0;
	color: #fff;
}
.addressbox .adress .arrowdown {
	position: absolute;
	width: 40px;
	top: 50%;
	height: 20px;
	right: 0px;
}
.addressbox .adress .arrowdown:before {
	position: relative;
	top: 0px;
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(45deg);
	cursor: pointer;
	transition: all 100ms ease-in-out;
}
.addressbox .adress .arrowdown:hover:before {
	top: 5px;
}
.addressbox {
	margin-bottom: 20px;
}
.addressbox .adressdata {
	margin-bottom: 1em;
}

.addressbox .image {
	text-align: center;
}

.addressbox .addressboxTitel a:hover {
	text-decoration: underline;
}
#MapCanvas {
	width: 100%;
	height: 500px;
}
#MapCanvas .gm-style-iw p {
	line-height: 100%;
	margin-bottom: 5px;
}

.addressbox .subTitle {
	margin-bottom: 0;
}

.addressbox .infobox {
	padding: 3px;
}