
.simplesvgmap-map-teaser {
	background: #eeeded;
	padding: 16px;
	margin-bottom: 30px;
}

.simplesvgmap-map-teaser h1,
.simplesvgmap-map-teaser h2,
.simplesvgmap-map-teaser h3,
.simplesvgmap-map-teaser h4{
	margin-top: 0;
}

.simplesvgmap-map-teaser-foldout {
	position: relative;
	z-index: 5;
	cursor: pointer;
	margin: 20px 0;
}
.simplesvgmap-map-teaser-button {
	background: #fff;
	border: 1px solid #003082;
	border-right-width: 32px;
	box-sizing: border-box;
	display: inline-block;
	padding: 8px 10px;
	position: relative;
	text-align: left;
	vertical-align: top;
	width:100%;
}

.simplesvgmap-map-teaser-button:before {
	border: solid transparent;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 8px;
	content: " ";
	height: 0;
	right: -24px;
	margin-top: -4px;
	position: absolute;
	pointer-events: none;
	top: 50%;
	width: 0;
}
.simplesvgmap-map-teaser-links {
	position: absolute;
	width: 100%;
	background: #fff;
	border: 1px solid #003082;
	border-top: 0;
	display: none;
}
.simplesvgmap-map-teaser-foldout:hover  .simplesvgmap-map-teaser-links{
	display: block;
}

.simplesvgmap-map-teaser-links a {
	display: block;
	padding: 4px 10px;
	margin: 1px 0;
	color: #3e3e3e;
}
.simplesvgmap-map-teaser-links a:hover {
	color: #003082;
	background: #f1f5f8;
}

.simplesvgmap-map-teaser-text {

}

.simplesvgmap-map-teaser path {
	fill: #fff;
	stroke: #eeeded;
}

.simplesvgmap-map-holder {
	width: 100%;
	padding-bottom: 100%;
	position: relative;
}

.simplesvgmap-map-container {
	width: 100%;
	height: 400px;
	position: absolute!important;
}

.jqvmap-label {
	position: absolute;
	display: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: #003082;
	color: white;
	font-family: sans-serif, Verdana;
	font-size: smaller;
	padding: 5px 10px;
	pointer-events: none;
	z-index: 1000;
}

.jqvmap-pin {
	pointer-events: none;
}

.jqvmap-zoomin, .jqvmap-zoomout {
	position: absolute;
	left: 10px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: #003082;
	color: white;
	padding: 3px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	line-height: 10px;
	text-align: center;
	font-size: 12px;
}

.jqvmap-zoomin {
	top: 10px;
}

.jqvmap-zoomout {
	top: 30px;
}

.jqvmap-region {
	cursor: pointer;
}

.jqvmap-ajax_response {
	width: 100%;
	height: 500px;
}

.simplesvgmap-map-autocomplete {
	background: white;
	z-index: 1000;
	overflow: auto;
	box-sizing: border-box;
	border: 1px solid #003082;
	margin: -1px 0 0;
}

.simplesvgmap-map-autocomplete * {
	font: inherit;
}

.simplesvgmap-map-autocomplete > div {
	padding: 5px 10px;
}

.simplesvgmap-map-autocomplete .group {
	background: #fff;
}

.simplesvgmap-map-autocomplete > div:hover:not(.group),
.simplesvgmap-map-autocomplete > div.selected {
	color: #003082;
	background: #f1f5f8;
}
