/*.main{width:75%;margin:0 auto;}*/

.left{float:left;}
.logo h2{margin:16px 0 0 0;}
.clear{clear:both;}
/*.logo{background: url('../images/find.png') no-repeat;font-size:2.6em;color:#0088ff;padding:0 0 0 60px !important;}*/
.logo1{margin:10px 0;}
#head12{margin:10px 0 0 0;}
.title {
    padding: 20px 0px 2px 0;
    /*background: #3c80d6;*/
    color: #626262;
    font-size: 1.3em;
    border-bottom: solid 1px #e6e6e6;
}
.titleHeading21{padding:0 0 0 7px;}
.myShow{width: 60%;margin: auto;padding: 25px;display:block;}

.seltop{
  border-bottom: solid 1px #ccc;
  margin: 25px 0;}
  
.map{height:400px;margin:30px 0 0 0;}
/*.right{float:right;width:40%;}
.right ap{border-bottom:solid 1px #ccc;}
h1{float:left;}
.ol-custom-overviewmap .ol-overviewmap-box {border: 2px solid #ccc;}
.hide{display:none;}*/

#marker {
    background: url('../images/marker24.png');
    width: 24px;
    height: 39px;
    /*border: 1px solid #0000d9;
    border-radius: 10px;
    background-color: #ff8000;
    opacity: 0.5;*/
  }
#vienna {
    padding:0 0 0 10px;
    text-decoration: none;
    color: #000;
    font-size: 20pt;
    font-weight: bold;
    /*text-shadow: black 0.1em 0.1em 0.2em;*/
  }
.popover-content {
    min-width: 250px;    
  }
.ol-popup {
    position: absolute;
    min-width: 180px;
    background-color: #eee;
    -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    padding: 7px 1px 1px 1px;
    border-radius: 7px;
    border: 1px solid #ccc;
    bottom: 12px;
    left: -50px;
    }
.ol-popup:after, .ol-popup:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.ol-popup:after {
    border-top-color: white;
    border-width: 7px;
    left: 48px;
    margin-left: -7px;
}
.ol-popup:before {
    border-top-color: #cccccc;
    border-width: 8px;
    left: 48px;
    margin-left: -8px;
}
.ol-popup-closer {
    text-decoration: none;
    position: absolute;
    top: 7px;
    right: 8px;
}
.ol-popup-closer:after {
    content: "✖";
} 
.popup-head{background:#eee;}
#popup-content{padding:12px; background:#fff;border-radius: 7px;}
#popup-content h3{margin-top:0}