#map-canvas {
	width: 100%;
	height: 600px;
}

.info-window {
	position: relative;
	width:500px;
	overflow: hidden;
}

.info-window .image-wrap .csc-textpic-caption {
	display: block;
	margin: 0;
}

.gm-style-iw {
	height: auto !important;
}

@media (max-width: 640px) {
	#map-canvas {
		height: 320px;
	}

	.info-window {
		width: 300px;
	}
}


/**
 * 2-Klick-Lösung für Google Maps
 */

.kblocationslooglemap,
.kblocationslooglemap .live,
.kblocationslooglemap .placeholder,
.kblocationslooglemap .mapcontainer {
	width: 100%;
}

.kblocationslooglemap .live {
	height: 450px;
}

.kblocationslooglemap .mapcontainer {
	height: 450px;
}

.kblocationslooglemap .placeholder {
	border: 2px solid #00a3ff;
	padding: 15px;
	text-align: center;
}

.kblocationslooglemap .placeholder p:last-of-type {
	margin-bottom: 0;
}

.kblocationslooglemap .placeholder button.confirm {
	display: block;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	padding: 8px 10px;
	text-align: center;
	border: 0;
	background-color: #00a3ff;
	color: #fff;
}
