
.tooltipContentBox {
	width:250px;
}

.tooltipContentHeadeline {
	background-color:#8ca614;
	color:#ffffff;
	padding:5px 10px;
        font-style:italic;
        font-family:georgia;
}


.tooltipContentContent {
	padding:10px;
}

.tooltipContentLink {
    display:block;
    padding:3px 10px;

    color:#5f421b;
    font-size:12px;
    font-weight:bold;

    text-decoration:none;
    border:1px solid #dfdad5;
    border-radius:3px;
    background: #e9e4dd; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2U5ZTRkZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZlZmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #e9e4dd 1%, #fffefe 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#e9e4dd), color-stop(100%,#fffefe)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #e9e4dd 1%,#fffefe 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #e9e4dd 1%,#fffefe 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #e9e4dd 1%,#fffefe 100%); /* IE10+ */
background: linear-gradient(top,  #e9e4dd 1%,#fffefe 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e4dd', endColorstr='#fffefe',GradientType=0 ); /* IE6-8 */

margin:5px 0;
/*box-shadow:0px 0px 3px #000;
-webkit-box-shadow:0px 0px 3px #000;*/
}

.tooltipContentLink:hover {
    box-shadow:0px 0px 3px #000;
-webkit-box-shadow:0px 0px 3px #000;
}


/*### #### */
.geoPlugin {
    height:600px;
    background-color: #ffffff;
    position:relative;
    text-align:left;
	padding-top: 50px;
}

.geoPlugin.fullscreen {
    height:100%;
    width:100%;
}

.geoMap {
    width:100%;
    height:100%;
    position:relative;
    z-index: 1;
}

.geoData {
    display: none;
}

.geoMenu {
    position:absolute;
    top: 0px;
    left:0px;
    z-index: 2;
    width:100%;
}

#geoTooltip {
    position: absolute;
    top:0px;
    left:0px;
    z-index: 800;
    display:none;
    text-align:left;
}
#geoTooltip .maptooltip {
    position:absolute;
    visibility: hidden;
}
#geoTooltip .maptooltip.active {
    visibility: visible;
}
#geoTooltip .maptooltip .arrow {
    position:absolute;
    height:100%;
    width:24px;
    top:0px;
    left:0px;
    background: url(../Images/tooltip_arrow.png) right center no-repeat;
}
* html #geoTooltip .maptooltip .arrow {
    background-image: url(../Images/tooltip_arrow.gif);
}

#geoTooltip .maptooltip .content {
    background-color: #ffffff;
    margin-left: 24px;
    color:#5f421b;
    box-shadow:0px 0px 5px #000000;
    -webkit-box-shadow:0px 0px 5px #000000;

    font-family:'Open Sans';
}

#geoTooltip .maptooltip .close {
    position:absolute;
    height:15px;
    width:15px;
    top:10px;
    right:10px;
    cursor:pointer;
    background: url(../Images/tooltip_close.png) no-repeat center center;
}

#geoMapFullScreen {
    position: fixed;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    z-index:700;
    background-color: #ffffff;
}
.bh-bemode #geoMapFullScreen{
	top:50px;
}

.hideContent {
    position:relative;
    background-color: #373635;
   /* background: url(../Images/tooltip_close.png) center center no-repeat;*/
}

.hideToogler {
    position:relative;
    left:40px;
    cursor:pointer;
    width:150px;
    display:none;
}

.toogleButton {
    height:20px;
    background:#8ca614 no-repeat top center;
}

.toogleButtonTitle {
    line-height:20px;
    color:#ffffff;
    padding-left:35px;
    background:#8ca614 no-repeat 15px center;
}
.geoMenu.hidden .toogleButtonTitle {
    background-image:url(../Images/menu_togglebutton_arrow_hidden.png);
}

.menubox {
    height:50px;
    color:#ffffff;
    background:#373635 repeat-x top center;
    font-family:'Open Sans';
}

.geoPlugin.fullscreen .menubox {
    background-color:#8CA614;
    box-shadow:0px 0px 5px #000;
    -webkit-box-shadow:0px 0px 5px #000;
}

.menuboxinner {
    float:right;
}

.selectButton {
    position: relative;
    margin:10px 10px;
    float:left;
    background:#8ca614 no-repeat center center;
}

.selectTitel {
    cursor:pointer;
    line-height: 30px;
    position: relative;
    width:122px;
    padding-left:10px;
    padding-right:30px;
    text-align:left;
    z-index:2;
    background:#8ca614  no-repeat right center;

    text-transform: uppercase;

    font-size:14px;

    text-shadow:1px 1px 0px #6B7F0D;

    box-shadow:0px 0px 3px #000;
    -webkit-box-shadow:0px 0px 3px #000;
}

.selectButton:hover .selectTitel {
     box-shadow: 0px 0px 5px #000;
    -webkit-box-shadow: 0px 0px 5px #000;
}

.selectOptions {
    width:142px;
    position:absolute;
    right:0px;
    top:30px;
    padding:10px 10px 10px;
    background-color: #f6f5f1;
    color:#373635;
    display:none;
     z-index:1;

    box-shadow:0px 0px 3px #000;
    -webkit-box-shadow:0px 0px 3px #000;
}

.selectButton:hover .selectOptions {
     box-shadow: 0px 0px 5px #000;
    -webkit-box-shadow: 0px 0px 5px #000;
}

.selectItem {
    padding:5px 10px;
    line-height:16px;
    cursor:pointer;
}

.selectItem.inactive {
    color: #999999;
    text-decoration: line-through;
}

.iconButton {
    margin:10px 10px 0;
    float:left;
    height:30px;
    width: 30px;
    cursor:pointer;
    background:#8CA614 url(../Images/menu_fullscreen_back.png) no-repeat center center;

    box-shadow: 0px 0px 3px #000;
-webkit-box-shadow: 0px 0px 3px #000;
}

.iconButton:hover {
     box-shadow: 0px 0px 5px #000;
    -webkit-box-shadow: 0px 0px 5px #000;
}

.geoPlugin.fullscreen .iconButton {
    background-color:#5f421b;
}

.regionSelection .selectTitel {
    background-image:url(../Images/menu_filterselect_icon.png);
}

.filterSelection .selectTitel {
    background-image:url(../Images/menu_filterselect_icon.png);
}

.fullscreen {

}

.selectAll{
    cursor: pointer;
    padding: 5px 10px;
    font-weight: bold;
    font-size: 11px;
}

/* Mobile - Overrides */
.bhm-mobilepage-outer .geoPlugin{
	height: 300px;
}
.bhm-mobilepage-outer .menuboxinner{
	display: none;
}