#contentmap{
	width:100%!important;
}

.fullscreenmap{
	width:100%!important;
	position:fixed!important;
	top:0px!important;
	left:0px!important;
	height: auto!important;
	bottom: 0px!important;
	z-index: 1005!important;
	background: rgba(0, 0, 0, .5);
}


#mapwrapper{
	position: absolute;
	right: 0px;
	left: 0px;
	top: 0px;
	bottom: 0px;
	height: auto;
	z-index: 1006;
	overflow: hidden;
}

.fullscreenmap #mapwrapper{
	right: 20px;
	left: 20px;
	top: 20px;
	bottom: 20px;
}

#mapdiv {
	position: absolute;
	top: 0px;
	height: 100%;
	right: 0px;
	left: 0px;
}

.fullscreenmap #mapdiv{
	left: 220px;
}

#maptoolbar {
	position:absolute;
	left:0px;
	height:100%;
	width: 220px;
	background: #fff; /* Old browsers */
	text-align: left;
	z-index:1007;
	-webkit-box-shadow: 3px 0px 4px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 3px 0px 4px 3px rgba(0, 0, 0, 0.3);
}

#smallmapcategories {
	background: #fff;
	width: 100%;
	padding: 20px;
	position:absolute;
	bottom:0;
	z-index:1007;
}

#smallmapcategories li:hover,
#smallmapcategories li.act {
	background-color: #aaa;
}

#smallmapcategories li {
	background-color: #ccc;
	list-style-type: none;
	padding: 5px;
	margin-right: 5px;
	width: 200px;
	float: left;
}

.mapToolbarScrollpane{
	overflow-y: auto;
}

.maplogo{
	padding: 1em 0.5em;
	text-align: center;
}

.maplogo img{
	max-width: 100%;
	width: auto;
	height: auto;
	max-height: 200px;
}

#mapcategories {
	top:105px;
	text-align: left;
	color: #000;
	z-index: 1007;
	height: auto;
}

#catheader {
	z-index: 1007;
	cursor: pointer;
	margin: 0.5em;
	padding: 0.5em;
    background: #87ad27;
	color: #fff;
}

#catheader.in{
	background-image: url("/typo3conf/ext/icmaps/res/img/toggle_in.png");
	background-position: 95% center;
	background-repeat: no-repeat;
}

#catheader.out{
	background-image: url("/typo3conf/ext/icmaps/res/img/toggle_out.png");
	background-position: 95% center;
	background-repeat: no-repeat;
}

#closemap, #minimizemap{
	height: auto;
	cursor: pointer;
	background: none;
	background-color: #87ad27;
	color: #fff;
	display: block;
	padding: 0.5em;
	margin: 0.5em;
	text-align: center;
	z-index: 1007;
}

#maximizemap{
	cursor: pointer;
	background-color: #ab6836;
	color: #fff;
	position: absolute;
	padding: 0.5em;
	z-index: 1007;
}

.mapsocials {
	display: block;
	clear: left;
	padding: 0.5em;
}

.mapsocials input {
	float:left;
}

.mapsocials label {
	float:left;
	margin: 0;
}

#panoramiocontainer, #weathercontainer, #instagramcontainer {
	float: left;
	display: block;
}

#panoramiocontainer img, #weathercontainer img, #instagramcontainer img{
	float: left;
	margin: 0 5px;
}

.mapsearch {
	padding: 0.5em;
}

.mapsearch input{
	width: 100%!important;
}

.mapsearch input.loading{
    background-image: url("/typo3conf/ext/icmaps/res/img/ajax-loader.gif");
    background-repeat: no-repeat;
    background-position: 95% center;
}


#maptree {
	clear:left;
	margin-top:0px;
	padding-bottom: 10px;
}


#maptree > li > div.hitarea{
display: none;
}




#catcontainer label {
	padding-left:5px;
}

#filtermap img, #mapdiv img, #facilityMap img, #contentmap img{
	max-width: none;
}

div.icmaplink{
	display: none;
}


#minimap{
	background: #fff;
	height: 300px;
}

#minimapdiv {
	width: 100%;
	height: 100%;
	position: relative;
}

.minimap .maximizeminimap{
	position: absolute;
	bottom: 30px;
	text-align: center;
	width: 100%;
	margin-left: -10px;

}

.minimap .maximizeminimap a{
	margin: 0 auto;
}

.customIW{
	background-color: #fff;
	width: 210px;
}

.customIW .teaser{
	background: #fff;
	margin-right: 0;
	width: 210px;
}

.customIW > img{
	z-index: 2000;
}

.customIW .teaser{
	height: auto;
}

.customIW .multiEntries{
	max-height: 300px;
	overflow-y: auto;
}

.customIW .multiEntries .line{
	clear: left;
	float: left;
	color: #5F5F5F;
	width: 100%;
	margin-bottom: 5px;
}

.customIW .multiEntries .line img{
	float: left;
	margin-right: 5px;
}

.customIW .multiEntries .line label{
	float: none;
}
