body
  {
  background:#eeeeee;
  margin:0px;
  padding:0px;
  position:relative;
  height:100%;
  width:100%;
  font-family:Arial;
  }
*::after, *::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,.25);
    border-bottom-width: 0;
}
.popover > .arrow {
    border-width: 11px;
        border-bottom-width: 11px;
}
.popover > .arrow, .popover > .arrow::after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
        border-top-color: transparent;
    border-style: solid;
}
.popover.top > .arrow::after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0;
}
.popover > .arrow::after {
    content: "";
    border-width: 10px;
}
.popover.top {
    margin-top: -10px;
}
.fade.in {
    opacity: 1;
}
.popover
  {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background:white;
  max-width:200px;
  padding:10px;
  font-size:12px;
  border:1px solid #999;
  border-radius:6px;
  background-clip:padding-box;
  box-shadow: 0 5px 10px rgba(0,0,0,.2);
  }
#error
  {
  background:#eeeeee;
  margin:0px;
  }
#schild
  {background:#eeeeee url(../bg/hydrantenschild.png) no-repeat center top;
  width:360px;
  height:236px;
  position:relative;
  clear:both;
  margin:0px;
  }
#strasse
  {background:#eeeeee url(../bg/strassen-schild.png) no-repeat center top;
  width:360px;
  height:100px;
  position:relative;
  text-align:center;
  }
#groesse
  {
  position:absolute;
  top:31px;
  left:129px;
  height:51px;
  width:95px;
  font-size:50px;
  border:black solid 1px;
  text-align:center;
  }
#id
  {
  position:absolute;
  width:60px;
  height:25px;
  text-align:center;
  font-size:12px;
  top:31px;
  left:230px;
  border:1px solid black;
  }
#li,
#re,
#mi
  {
  position:absolute;
  height:50px;
  width:71px;
  font-size:50px;
  border:black solid 1px;
  text-align:center;
  }
#li
  {
  top:98px;
  left:67px;
  }
#mi
  {
  top:154px;
  left:128px;
  }
#re
  {
  top:98px;
  left:192px;
  }
#li-nach,
#mi-nach,
#re-nach
  {
  position:absolute;
  height:34px;
  width:23px;
  font-size:25px;
  border:black solid 1px;
  text-align:center;
  }
#li-nach
  {
  top:114px;
  left:150px;
  }
#mi-nach
  {
  top:170px;
  left:210px;
  }
#re-nach
  {
  top:114px;
  left:272px;
  }
#zusatz
  {
  margin:0px;
  width:360px;
  background:#eeeeee;
  text-align:center;
  }
#street
  {
  border:0px;
  background:#f4f4f4;
  margin-top:20px;
  }
#get_standort
  {
  background:url(../bg/locate.png) center left no-repeat;
  margin-top:1px;
  padding-left:24px;
  height:24px;
  }
#descript
  {
  border:1px solid black;
  width:280px;
  margin:5px;
  height:40px;
  }
#report
  {
  margin-left:5px;
  }
#reporttext
  {
  display:none;
  margin:0px 5px 0px 5px;
  border:1px solid black;
  width:280px;
  height:20px;
  }
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #aaaaaa;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #aaaaaa;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #aaaaaa;
}
:-moz-placeholder { /* Firefox 18- */
  color: #aaaaaa;
}
#daten
  {
  display:none;
  border:1px solid black;
  }
#menubar
  {
  width:360px;
  height:34px;
  clear:both;
  background:#dedede;
  border-bottom:2px solid #aabbaa;
  }
#back
  {
  display:none;
  color:white;
  font-family: Calibri,'PT Sans',sans-serif;
  font-size:1.5em;
  background:none;
  border:0px;
  width:200px;
  }
#back span
  {
  font-size:.75em;
  margin-left:5px;
  }
#save
  {
  width:25px;
  height:25px;
  margin-top:4px;
  display:none;
  border:0px;
  float:right;
  background:url(../bg/speichern.png) left top no-repeat;
  }
#reporter,
#menu
  {
  height:30px;
  width:30px;
  color:white;
  font-size:1.5em;
  font-weight:900;
  margin:0px;
  text-align:center;
  border:0px;
  line-height:30px;
  float:right;
  cursor:pointer;
  /*border:1px solid #cccccc;
  margin:1px;*/
  }
#reporter
  {
  display:none;
  }
#map
  {
  width: 360px;
  height: 100%;
  position:relative;
  }
#new_hydranten
  {
  display:none;
  }
#new_hydrant_case,
#new_circle_case
  {
  position: absolute;
  background-color: rgba(255,255,255,.4);
  border-radius: 4px;
  padding: 2px;
  right:8px;
  z-index:10;
  }
#new_hydrant_case
  {
  bottom:2.5em;
  }
#new_circle_case
  {
  bottom:4.5em;
  }
#new_hydrant,
#new_circle
  {
  background:green;
  opacity:0.5;
  cursor:pointer;
  display: block;
  margin: 1px;
  padding: 0;
  color: #fff;
  font-size: 1.14em;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  height: 1.375em;
  width: 1.375em;
  line-height: 1.375em;
  border: none;
  border-radius: 2px;
  }
#new_hydrant:hover,
#new_circle:hover
  {
  opacity:1;
  }
#radius
  {
  display:none;
  padding:2px;
  position:absolute;
  border:1px solid #cccccc;
  border-radius: 2px;
  line-height: 1.375em;
  height:1.9em;
  width:8em;
  bottom:5.6em;
  right:40px;
  z-index:10;
  text-align:center;
  }
#show
  {
  background:url(../bg/show.png) no-repeat left top;
  }
nav
  {
  top:0px;
  display:none;
  position:absolute;
  width:300px;
  height:100%;
  z-index:200;
  left:-260px;
  margin:0px;
  padding:0px;
  border:1px solid #bcbcbc;
  background:white;
  box-shadow:3px 3px 5px 0px #cccccc;
  }
nav ul
  {
  margin:0px;
  padding:0px;
  height:100%;
  clear:both;
  }
nav ol
  {
  background:red url(../bg/hydranten_head.png)left center no-repeat;
  height:100px;
  text-align:right;
  color:white;
  font-weight:bold;
  }
nav ul li
  {
  height:30px;
  text-align:center;
  border-bottom:#ababab solid 1px;
  background:white;
  list-style:none;
  margin:0px;
  padding-top:5px;
  }
nav ul li:hover
  {
  background:#CED8F6;
  }
#menu-c
  {
  /*display:none;
  left:-260px;*/
  position:absolute;
  width:260px;
  height:100%;
  z-index:200;
  border:1px solid #bcbcbc;
  background:white;
  }
#hydranten
  {
  z-index:0;
  position:relative;
  height:600px;
  margin:0px;
  padding:0px;
  }
#slide_head
  {
  height:80px;
  background:red url(../bg/hydranten_head.png) center left no-repeat;
  color:white;
  font-size:20px;
  font-weight:bold;
  text-align:right;
  position:relative;
  }
#slide_head p
  {
  margin:0px;
  position:absolute;
  top:25px;
  right:20px;
  }
#slide_point
  {
  background:white;
  height:50px;
  position:relative;
  border-bottom:2px solid #ababab;
  }
#slide_point p
  {
  margin:0px;
  position:absolute;
  top:15px;
  right:20px;
  }
#slide_point:hover
  {
  opacity:0.5;
  background:#CED8F6;
  }