/*html, body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}*/

.map {
  
  width: 100%;
  background-color: #b5d0d0;
}

.map-half-height {
  height: 250px;
  width: 100%;
  background-color: #b5d0d0;
}

.half-map {
  float: left;
  height: 500px;
  width: 50%;
  background-color: #b5d0d0;
}

.full-map {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}

#myposition > .ol-mouse-position {
  position: relative;
  margin-left:20px;
  font-size: 30px;
}

.export-geojson {
  position: absolute;
  top: 65px;
  left: 8px;
  background: rgba(255,255,255,0.4);
  border-radius: 4px;
  padding: 2px;
}

.ol-touch .export-geojson {
  top: 80px;
}

.export-geojson a {
  display: block;
  color: white;
  font-size: 16px;
  font-weight: bold;
  margin: 1px;
  text-decoration: none;
  text-align: center;
  border-radius: 2px;
  height: 22px;
  width: 22px;
  background: rgba(0,60,136,0.5);
}

.ol-touch .export-geojson a {
  font-size: 20px;
  height: 30px;
  width: 30px;
  line-height: 26px;
}

.export-geojson a:hover {
  background: rgba(0,60,136,0.7);
}

.list-group-item {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.popover {
  z-index: auto;
  width: 240px;
}

.popover-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.popover-content {
  height: 260px;
  overflow-y: auto;
}

.popover-content img {
  max-width: 208px;
}

#B219 {
	width: 49px;
	height: 22px;
	background-image: url("/common/hochschulkatalog/includes/openStreetMaps/img/b219.png");
}
#B51 {
	width: 43px;
	height: 26px;
	background-image: url("/common/hochschulkatalog/includes/openStreetMaps/img/b51.png");
}
#popup1 {
	min-width: 190px;
}
#popup2 {
	left: 25%;
	margin-left: -30px;
	min-width: 180px;
}
#tip2 {
}
#popup3 {
	
}
#popup4 {
	
}

.kreis {
	width: 15px;
	height: 15px;
	background-image: url("/common/hochschulkatalog/includes/openStreetMaps/img/logo.png");
	z-index: 5;
}
#huefferSchrift {
	position: absolute;
	left: -50px;
	top: 13px;
	width: 100px;
	height: 20px;
	background-image: url("/common/hochschulkatalog/includes/openStreetMaps/img/hueffer.png");
}
#leoSchrift {
	position: absolute;
	left: -120px;
	top: -7px;
	width: 120px;
	height: 20px;
	background-image: url("/common/hochschulkatalog/includes/openStreetMaps/img/leo.png");
}
#fhzSchrift {
	position: absolute;
	left: -100px;
	top: -16px;
	width: 102px;
	height: 40px;
	background-image: url("/common/hochschulkatalog/includes/openStreetMaps/img/fhz.png");
	z-index: 0;
}
#hgbSchrift {
	position: absolute;
	left: -80px;
	top: -20px;
	width: 120px;
	height: 40px;
	background-image: url("/common/hochschulkatalog/includes/openStreetMaps/img/hgb.png");
}
#hgiSchrift {
	position: absolute;
	left: -78px;
	top: -20px;
	width: 120px;
	height: 40px;
	background-image: url("/common/hochschulkatalog/includes/openStreetMaps/img/hgi.png");
}
#steinfurtCampusSchrift {
	position: absolute;
	left: -50px;
	top: 12px;
	width: 120px;
	height: 20px;
	background-image: url("/common/hochschulkatalog/includes/openStreetMaps/img/campusSteinfurt.png");
}
#DB {
	width: 20px;
	height: 14px;
	background-image: url("/common/hochschulkatalog/includes/openStreetMaps/img/db.png");
}
.flyout {
	left: -30px;
	top: -9px;
	min-width: 150px;
	position: relative;
	background-color: white;
	padding: 5px 8px !important;
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid #c5c5c5;
	-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
	-moz-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
	box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	opacity: 0.9;

}
 
.flyout .tip {
	background-image: url('/common/hochschulkatalog/includes/openStreetMaps/img/tip180.png');
	background-repeat: no-repeat;
	background-size: auto;
	opacity: 0.9;
	height: 11px;
	position: absolute;
	top: 64px;
	left: 20px;
	width: 20px;
}
 
.flyout h2 {
	text-transform: uppercase;
	color: #666;
	margin-top: 10px !important;
	padding-bottom: 5px;
	margin-bottom: 4px !important;
	border-bottom: 1px solid #dcdbda;
	font-size: 0.6em !important;
}
.flyout p { font-family: Brown-Pro-Regular !important; margin-bottom: 5px !important; font-size: 0.75em !important;}