/*.titelSansita » main.css*/

#karte {
	background-image: url("../images/karte-europa-ohne-construction.jpg");
	/*background-image: url("../images/karte-europa_trace.jpg");*/
	/*background-size: cover;*/
	background-size: contain;


}
.fluideMaskeProportional { /* ovrt */
	/*height: 72.5%;*/
	/*padding-bottom: 72.5%;*/ 
	padding-bottom: 83.8%;
	height:0; 
	display:block; 
	overflow:hidden; 
	position:relative; 
}
#karte a {
	display: block;
	font-size: 21px;
	font-weight: 700;
	color: #87a800;
	line-height: 1;
}
#karte a:hover { color: #cc9966; }
@media only screen and (max-width: 1050px) {
	#karte a { font-size: 20px; }
}	
@media only screen and (max-width: 980px) {
	#karte a { font-size: 19px; }
}	

.touchLinks { cursor: pointer; }

#produktIcon {
	position: absolute;
	z-index: 10;
}


/* H1 und h2-ovrt für Slider */
h1, h2 {
	font-family: 'Scada', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0;
	line-height: 1.4;
}
h1 {
	font-size: 22px;
	padding: 5px 5px 0px 14px;
}
h2 {
	font-size: 16px;
	padding: 0;
	margin: 10px 5px 10px 14px;
}

.bubble {
	/*color: #ec7331; */

	background-size: contain;
	background-repeat: no-repeat;
	width: 292px;
	box-shadow: 0px 0px 10px grey;
	opacity: 0.95;
	z-index: 11;
}
@media only screen and (max-width: 980px) {
	.bubble {
		width: 250px;
	}
}

/* H1 und h2-ovrt für Kartenbubble */
.bubble h1, h2 {
	font-family: 'Scada', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0;
	line-height: 1.4;
}
.bubble h1 {
	font-size: 22px;
	padding: 5px 5px 0px 14px;
	line-height: 1.3;
	font-weight: 700;
	letter-spacing: -0.2;
	padding-bottom: 4px;
}
.bubble h2 {
	font-size: 16px;
	padding: 0;
	margin: 10px 5px 10px 14px;
}

.bubbleKreuz {
	font-family: helvetica, arial, sans-serif;
	font-size:36px; 
	line-height: 1;
	color:#9c9e9f;
	text-decoration: none;
	/*text-shadow: 0 1px 0 #fff;*/

	position: absolute; 
	top: -0.5%;
	right:2.5%;
	z-index: 12;
}