#ol-map {
  position: relative;
  height: 750px;
  width: 100%;
  padding: 0; margin: 0;
}
.uk-container.fullmap {
  width: 100% !important;
  padding: 0 !important;
}

.ol-control,
.ol-control:hover,
.ol-control:active {
    border: none;
    border-radius: 0;
	background-color: transparent;
}
.ol-zoom .ol-zoom-in,
.ol-zoom .ol-zoom-in:hover,
.ol-zoom .ol-zoom-in:active,
.ol-zoom .ol-zoom-in:focus,
.ol-zoom .ol-zoom-out,
.ol-zoom .ol-zoom-out:hover,
.ol-zoom .ol-zoom-out:active,
.ol-zoom .ol-zoom-out:focus,
.ol-full-screen .ol-full-screen-false,
.ol-full-screen .ol-full-screen-false:hover,
.ol-full-screen .ol-full-screen-false:active,
.ol-full-screen .ol-full-screen-false:focus,
.ol-full-screen .ol-full-screen-true,
.ol-full-screen .ol-full-screen-true:hover,
.ol-full-screen .ol-full-screen-true:active,
.ol-full-screen .ol-full-screen-true:focus,
.resize-map .resize-map-button,
.search-map .search-map-button {
    border-radius: 2em;
	background-color: #fff !important;
	border: none !important;
	text-decoration: none !important;
}
.search-map-button {
    float: left;
}

#osm-search {
    text-align: center;
}

#osm-search #map-search-field {
    border: 1px solid #BF5315;
	background: #fff; 
	width: auto;
	margin-bottom: 0px;
}

#osm-search ul {
    text-align: left;
}

.ol-control button {
    display: block;
    margin: 5px;
    padding: 0;
    color: #000;
    font-size: 1.5em;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    height: 2em;
    width: 2em;
    line-height: .4em;
    background-color: transparent;
	background: transparent;
    border: none;
    border-radius: 2px;
}

.ol-attribution {
    background: rgba(255,255,255,.8) !important;
	padding: 0 !important;
	max-width: calc(100% - 0.1em);
}
.ol-attribution ul {
	padding: 0 !important;
}
.ol-attribution.ol-control button {
    font-size: 1em;
    height: 1.5em;
    width: 1.5em;
	margin: 0 !important;
	background-color: #fff !important;
	float: right;
}
/* BBR-Karte */
/*.osm-tooltip {
    position: absolute;
    top: 1em;
	left: 7em;
	z-index: 1000;
	/*background-color: #fff;*/
	padding: 0.8em;
	width: 300px;
	height: auto;
	border: 1px solid #666666;
	border-top: 0;
	border-radius: 0.5em;
	background: #ffffff url(//mellifera.de/assets/osm/bluetenpate/bg-wiese.jpg) repeat-y center top;
	border: 2px solid #ffffff;
	display: none;
}
.osm-tooltip .osm-tooltip-content {
	background-color: #fff;
	padding: 0.6em 0.8em 0.8em 0.8em;
	opacity: 0.9;
	border-radius: 0.3em;
}*/

/* Imkerkurse-Karte */
.osm-tooltip-ik {
    position: absolute;
    top: 1em;
	left: 7em;
	z-index: 1000;
	padding: 0 1em 1em 1em;
	width: 240px;
	height: auto;
	background: #ffffff;
	border: 1px solid #eee;
	border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #ffc617;
	border-radius: 0.2em;
	display: none;
}
.osm-tooltip-ik .osm-tooltip-content-ik {
    position: relative;
	background-color: #fff;
}
.osm-closer-ik {
    position: absolute;
    top: 0.3em;
	right: 0.6em;
	z-index: 9999;
}
.resize-map {
    top: 7.2em;
	left: .5em;
}
.search-map {
    top: 12.2em;
	left: .5em;
}
.search-map form {
	left: .5em;
}
.search-map .uk-nav-header,
.search-map .uk-nav-divider,
.search-map .uk-search-moreresults,
#osm-search .uk-nav-header,
#osm-search .uk-nav-divider,
#osm-search .uk-search-moreresults {
    display: none;
}
#osm-search ul:not(.uk-list)  li {
    border-top: 1px solid #dddddd;
}
#osm-search ul:not(.uk-list)  li:nth-child(2) {
    border-top: none !important;
}
.search-mapx .uk-search:before {
    content: "";
	width: 0;
}
.search-mapx .uk-search-field {
    padding-left: 15px;
}

@media (max-width: 959px) { 
  #map {
    height: 580px; 
  }
  .uk-container.fullmap {
    max-width: 980px !important;
    padding: 0 25px !important;
  }
}
@media (max-width: 1199px) { 
  #map {
    height: 580px; 
  }
  .uk-container.fullmap {
    max-width: 980px !important;
    padding: 0 25px !important;
  }
}
@media (max-width: 639px) { 
  .uk-container.fullmap {
    max-width: 980px !important;
    padding: 0 25px !important;
  }
  #osm-search {
    text-align: left;
  }
  #osm-search #map-search-field {
    border: none;
	background: #fff; 
	width: 150px;
    margin-bottom: 1px;
  }
  .ol-control button {
    margin: 0 0 8px 0;
    color: #000000;
    font-size: 18px !important;
    height: 26px;
    width: 26px;
    line-height: .9em;
  }
  .resize-map {
    margin-top: -34px;
  }
}
