.ol-logo-only {
  display: none;
}

.wrap-map {
  position: relative;
  margin-bottom: 30px;
}
#searchover {
  position: absolute;
  top: 7px;
  left: 180px;
  display: none;
  width: 30px;
  height: 30px;
  background: transparent url('/typo3conf/ext/zilmap/Resources/Public/Icons/loading.gif') center 50% no-repeat;
  -webkit-background-size: 24px auto;
  background-size: 24px auto;
  opacity: .6;
}

#mapdiv {
  position: relative;
  height: 660px;
  width: 100%;
}

.popup,
#popup1 {
  position: relative;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 0 0 25px 25px;
}
#popup1 {
  display: none;
  position: absolute;
  top: 5%;
  left: 5%;
  padding: 35px 10px 25px 25px;
  width: 90%;
  max-height: 90%;
  overflow: hidden;
}
.popup li {
  list-style: none;
  padding-bottom: 5px;
  max-width: 450px
}
.popup li a {
  display: inline-flex;
}

.wrappopup {
    position: relative;
}
#popup-closer,
#popup-closer1 {
    position: absolute;
    top: 0;
    right:  0;
  font-size: 1.5em;
  padding: 5px 10px;
  font-family: 'DroidSans', Verdana, Arial, sans-serif;
}
.popupcloser {
    border-bottom: 0 !important;
}
#popup-content,
#popup-content1 {
    clear: right;
    padding-right: 25px;
    height: 100%;
    overflow: auto;
}

.ol-zoom,
.ol-full-screen {
  position: absolute;
  top: .5em;
  left: .5em;
}
.ol-full-screen {
    left: auto;
    right: .5em;
}
.ol-control button,
.ol-control button:hover,
.ol-control button:focus {
  width: 1.375em;
  height: 1.375em;
  background-color: rgba(0, 0, 0, .8);
}
.ol-control button:active {
  background-color: rgba(100, 100, 100, .8);
}

.category_:before {
    padding-right: 10px;
    content: url('/typo3conf/ext/zilmap/Resources/Public/Icons/spot_lightblue_small.png');
    filter: url(desaturate.svg#greyscale);
    filter: gray;
    -webkit-filter: grayscale(1);
    opacity: .4;
}

.category_0:before {
  padding-right: 10px;
  content: url('/typo3conf/ext/zilmap/Resources/Public/Icons/spot_darkblue_small.png');
}

.category_1:before {
  padding-right: 10px;
  content: url('/typo3conf/ext/zilmap/Resources/Public/Icons/spot_orange_small.png');
}

.category_2:before {
  padding-right: 10px;
  content: url('/typo3conf/ext/zilmap/Resources/Public/Icons/spot_yellow_small.png');
}

.category_3:before {
  padding-right: 10px;
  content: url('/typo3conf/ext/zilmap/Resources/Public/Icons/spot_purple_small.png');
}

.category_4:before {
  padding-right: 10px;
  content: url('/typo3conf/ext/zilmap/Resources/Public/Icons/spot_lightblue_small.png');
}

.category_5:before {
  padding-right: 10px;
  content: url('/typo3conf/ext/zilmap/Resources/Public/Icons/spot_darkgreen_small.png');
}

.category_6:before {
  padding-right: 10px;
  content: url('/typo3conf/ext/zilmap/Resources/Public/Icons/spot_beere_small.png');
}

.category_7:before {
    padding-right: 10px;
    content: url('/typo3conf/ext/zilmap/Resources/Public/Icons/spot_tuerk_small.png');
}

.category_8:before {
    padding-right: 10px;
    content: url('/typo3conf/ext/zilmap/Resources/Public/Icons/spot_red_small.png');
}

.category_9:before {
    padding-right: 10px;
    content: url('/typo3conf/ext/zilmap/Resources/Public/Icons/spot_grau_small.png');
}

#popup1 {
  -webkit-box-shadow: 3px 6px 9px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 3px 6px 9px rgba(0, 0, 0, 0.15);
  box-shadow: 3px 6px 9px rgba(0, 0, 0, 0.15);
}
#popup-content1 {
  font-family: 'DroidSans', Arial, Verdana, sans-serif;
}

.m-left {

}
@media (min-width: 992px) {
    .m-left {
        margin-left: 32px;
    }
}
@media (min-width: 1200px) {
    #popup1 {
        padding: 66px 10px 25px 25px;
    }
    #popup-content1 h3.category {
        position: absolute;
        top: 25px;
    }
}
#popup-content1 p {
  margin-right: 15px;
}
#popup-content1 .item-description,
#popup-content1 .item-more {
    margin-bottom: 1.5rem;
}
#popup-content1 .item-description br {
    content: " " !important;
    display: block !important;
    margin-bottom: .5rem !important;
}
#popup-content1 .category:before {
    float: left;
  vertical-align: top;
  line-height: 1em;
  padding-bottom: 1rem;
}
#popup-content1 h3.subheader {
    margin-bottom: .25rem;
    font-size: .88em;
    text-transform: uppercase;
}
#popup-content1 .images-wrap {
    margin-bottom: 1rem;
}
#popup-content1 .images-wrap .images-item {
    margin-right: .75rem;
    margin-bottom: .75rem;
}

#popup-content1 video.linkvideo {
    max-width: 100%;
    aspect-ratio: 3 / 2;
}

#popup-content1 iframe.kuulaframe {
    width: 100%;
    height: auto;
    min-height: 27rem;
    aspect-ratio: 3 / 2;
}
@media (min-width: 992px) {
    #popup-content1 iframe.kuulaframe {
        min-height: 30rem;
    }
}
@media (min-width: 992px) {
    #popup-content1 iframe.kuulaframe {
        min-height: 36rem;
    }
}
@media (min-width: 1024px) {
    #popup-content1 iframe.kuulaframe {
        min-height: 44rem;
    }
}
@media (min-width: 1200px) {
    #bigMap #popup1 {
        left: 10%;
        width: 80%;
    }
    #popup-content1 iframe.kuulaframe {
        min-height: 48rem;
    }
}
@media (min-width: 1400px) {
    #bigMap #popup1 {
        left: 14%;
        width: 63%;
    }
}


.border_ {
  border: solid 2px #BBB;
}
.border_0 {
  border: solid 2px #0A3E72;
}
.border_1 {
  border: solid 2px #E65B35;
}
.border_2 {
  border: solid 2px #D9B553;
}
.border_3 {
  border: solid 2px #782D59;
}
.border_4 {
  border: solid 2px #1F93C1;
}
.border_5 {
  border: solid 2px #2A6F48;
}
.border_6 {
  border: solid 2px #c02973;
}
.border_8 {
    border: solid 2px #BF2E39;
}


.searchmap {
  position: absolute;
  width: 196px;
  top: 10px;
  left: 10px;
}
.searchmap #searchInput {
  float: left;
  width: 166px;
  border: solid 1px rgba(55, 135, 140, 0.5);
  padding: 1px 10px;
  padding-right: 30px;
  height: 26px;
}
#popup-closer2 {
  margin-left: -30px;
  height: 24px;
}


.result {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 33%;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 20px 15px;
  overflow-x: hidden;
}
.result ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.result li {
  cursor: pointer;
  margin-bottom: 7px;
}
#result-closer {
  position: absolute;
  top: 5px;
  right: 5px;
}


.mapdiv * {
  font-family: OpenSans, Verdana, Arial;
  font-size: 20px;
  line-height: 150%;
}
.mapdiv * a,
.mapdiv * a:hover,
.mapdiv * a:focus {
  color: #000;
  text-decoration: none;
  outline: 0;
}
.ol-control button {
  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: .4em;
  background-color: rgba(0,60,136,.5);
  border: none;
  border-radius: 2px;
}
.ol-zoomslider {
  position: absolute;
  top: 8em;
  left: 0.5em;
  height: 150px;
  width: 32px;
  background-color: rgba(200,200,200,0.7);
}
.ol-zoomslider-thumb {
  position: absolute;
}

.ol-rotate {
    display: none;
}
