﻿.hotspotParagraph {
	margin:0;
}

.hotspot {
	height: 370px;
	float: left;
	text-align: center;
	width:100%;
	margin-bottom:30px;
}

/*@media (min-width: 768px) {
  .hotspot {
    width:320px;
  }
}
@media (min-width: 992px) {
  .hotspot {
    width:300px;
  }
}
@media (min-width: 1200px) {
  .hotspot {
    width:380px;
  }
}*/

.hotspot_container {
	width:100%;
	text-align:center;
}

.hotspot_icon {
	font-family: diaphoni;
	font-size: 56px;
	font-weight:normal;
	color: #b2ae00;
	background-image: url(../design/hotspot_bg.svg);
	background-repeat:no-repeat;
	background-size: 160px 225px;
	background-position: top center;
	width:160px;
	height: 190px;
	padding: 80px 0 0 0;
	margin: 0 auto;
}

	.hotspot_icon:hover {
		background-image: url(../design/hotspot_bg_h.svg);
		background-repeat:no-repeat;
		background-size: 160px 225px;
		background-position: center top;
	}

	.hotspot_icon a {
		color: #b2ae00;
		text-decoration: none;
	}

.hotspot_headline {
	font-family: RBNo3_1_ExtraLight;
	font-size: 28px;
	color: #003361;
	text-transform: uppercase;
	margin: 30px 0 15px 0;
	line-height:25px;
}

.hotspot_text {
	font-size: 16px;
	line-height:20px;
}