#mapdiv {
    height: 100vh;
    height: 100vh;
}

.AbstandTop {
    margin-top: 25px;
}

.col-xs-12, .col-xs-6, .col-xs-4 {
    padding:3px;
}

.Line {
    padding:0;
	margin-top: 10px;
    text-align:center;
    background-color: #292929;
}

.headertxt {
    font-weight: 700;
}

.icon-img {
	height: 24px;
    margin: 0 5px;
}

/* Footer Copyright */
.leaflet-control-attribution.leaflet-control {
    margin-left: 80px;
}


.has-error {
    padding:0;
    text-align:center;
    background-color:darksalmon;
}
            
        
/* Buttoms
-------------------------------------------------------------- */

.btn-primary, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary:active:focus, .button-primary:visited {
	color: #292929;
	background-color: #DFB77C;
    border-color: #DFB77C;
}
.btn-primary:hover {
    color: #DFB77C;
	background-color: #727272;
	border-color: #727272;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none;
}




.leaflet-popup-content img {
    width: auto !important;
    height: 100px !important;
}


/* icon tooltip nur bei Nutzung einer Maus */
@media (hover: none) {
  .leaflet-tooltip-pane { display: none; }
}

.leaflet-popup-content-wrapper {
    background: #292929 !important;
    color: #BBBBBB !important;
}

.leaflet-popup-content a {
  color:#DFB77C !important;
  text-decoration:none !important;
}

.leaflet-popup-tip {
	background: #292929 !important;
}

.leaflet-tooltip {
    background: #292929 !important;
    color: #BBBBBB !important;
	border-color: #292929 !important;
}

.leaflet-tooltip a {
	color:#DFB77C !important;
	text-decoration:none !important;
}

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	background: transparent !important;
	border-color: transparent !important;
    }

/* flames Feuer */
.leaflet-popup .star span.on {
background: url(fire.svg) no-repeat;
display:block;
padding: 10px;
font-size: 0;
float: left;
}

/* flames Feuer */
.leaflet-tooltip .star span.on {
    background: url(fire.svg) no-repeat;
    display:block;
    padding: 7px;
    font-size: 0;
    float: left;
    }

 /*
    span.average-rating {
    position: relative; 
    margin-top: 10px;
    float: right; 
    display: block;
}
*/

fivestar-summary.fivestar-summary-average-count {
    /* display: none; */
	float: right;
    display: block;
}

.star span {
	width: auto !important;
}

/* Null Bewertung Zahl ausblenden */
.star-1 {
    font-size: 0;
}

.form-group {
    margin-bottom: 0px !important; 
}

/* Sidebar */
.close {
    opacity: unset !important; 
}

/* autocomplete */
/* * { box-sizing: border-box; } */

.autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  display: inline-block;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
  max-height: 350px;
  overflow-y: scroll;

}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}
.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9;
}
.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
  color: #ffffff;
}