.custom-hotspot {
	height: 50px;
	width: 50px;
}
div.custom-tooltip div {
	visibility: hidden;
	position: absolute;
	border-radius: 3px;
	background-color: #fff;
	color: #000;
	font-size: 0.8em;
	text-align: left;
	width: 360px;
	max-width: 600px;
	padding: 5px 10px;
	margin-left: -220px;
	cursor: default;
}
div.custom-tooltip:hover div {
	visibility: visible;
}
div.custom-tooltip:hover div:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-width: 10px;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
	bottom: -20px;
	left: -10px;
	margin: 0 50%;
}
div.custom-tooltip div img {
	float: left;
	padding-right: 4px;
}
#panorama {
	width: 100%;
	height: 400px;
	float: left;
	margin-right: 2%;
}
div.panoBox {
	float: left;
	width: 70%;
	border-left: solid 6px gray;
}
@media only screen and (orientation: portrait) {
	div.panoBox {
	  width: 90%;
  }
}
div.panoBox div.panoInfo {
	clear: both;
	background: rgba(0,0,0,0.1);
	font-size: 0.7em;
	line-height: 1.2em;
	margin: 0;
	padding: 2px 10px;
}
#controls {
	position: absolute;
	bottom: 0;
	z-index: 2;
	text-align: center;
	width: 100%;
	padding-bottom: 3px;
}
.ctrl {
	padding: 4px 4px;
	width: 90px;
	text-align: center;
	font-size: 0.8em;
	font-weight: bold;
	background: rgba(200, 200, 200, 0.4);
	display: inline-block;
	cursor: pointer;
	color: white;
}
.ctrl:hover {
	background: rgba(200, 200, 200, 1);
}
a.btn {
	padding: 4px 4px;
	text-align: center;
	font-weight: bold;
	background: rgba(200, 200, 200, 0.4);
	display: inline-block;
	cursor: pointer;
	background: white;
	border: solid thin darkgray;
	text-decoration: none;
	color: black;
	width: 94%;
	font-size: 0.8em;
}
a.btn:link {
  color: black;
}
a.btn:hover {
	background: orange;
	color: black;
}
a.btn:visited {
  color: black;
}
div#teaserPics {
  float: left;
  width: 400px;
}

div.teaserPicBox {
  width: 120px;
  height: 40px;
  float: left;
  cursor: pointer;
  margin: 6px;
  background-size: 100%;
}
div.teaserPicBox img {
  margin-top: 20px;
}
div.milchglas {
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.3);
  text-align: center;
}
div.milchglas:hover {
  background: rgba(255,255,255,0.0);
}

div#teaserHeader {
  background-color: orange;
  width: 100%;
  float: left;
}
div.fotobox {
  clear: both;
}
div.fotobox a {
  color: white;
  font-weight: normal;
  background: rgba(0, 0, 0, 0.3);
  margin: 2px;
  padding: 5px;
  line-height: 32px;
  text-decoration: none;
}
div.fotobox a:hover {
  color: black;
  font-weight: normal;
  background: rgba(255, 255, 255, 0.3);
}
div#grundriss {
  float: left;
}
div#grundriss area {
  cursor: pointer;
}
.fewoPanoLink {
	background-size: 80px;
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 80px;
	height: 80px;
}
.fewoPanoBbLink {
	background: url(Pano-Icon-Breitenberg.png);
	background-repeat: no-repeat;
}
.fewoPanoFsLink {
	background: url(Pano-Icon-Falkenstein.png);
	background-repeat: no-repeat;
}