
div.mapboxgl-popup-tip {
  display: none !important;
}

div.mapboxgl-popup-content {
  padding: 0;
}

.mapboxgl-popup-content {
  position: relative;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0,0,0,.1);
  padding: 10px 10px 15px;
  pointer-events: auto;
}

.marker-popup {
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0px 24px 48px rgba(0,0,0,0.15);
  min-width: 300px;
  max-width: 300px;
  min-height: 100px;
  position: absolute;
  left: 85px;
  top: 50%;
  transform: translateY(-50%);
}

.marker-popup::after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -25px;
  border-width: 25px;
  border-style: solid;
  border-color: transparent #ffffff transparent transparent;
}

.marker-inner {
  padding: 2em;
}

div.marker-branche {
  display: none;
}

div.marker-title {
  padding: 0 0 20px 0;
  border-bottom: 1px solid #ccc;
}

div.marker-title h4 {
  padding: 10px 0;
  text-align: left;
}

div.marker-freitext {
  padding-top: 5px;
}

.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip {
  -webkit-align-self: center;
  align-self: center;
  border-bottom: none;
  border-top-color: #fff;
}



div.marker-open-inner {
  text-align: left;
  justify-content: none !important;
}

.marker-open-inner {
  justify-content: none !important;
}

.marker-popup p {
  font-size: 15px;
  line-height: 22px;;
  text-align: left;
}

p.marker-www,
p.marker-mail,
p.marker-phone,
p.marker-adresse {
  text-align: left;
  margin: 0;
  padding: 0;

}

/*  --------------------- */
body {
  margin:0;
  padding:0;
}

/*
#map {
  position:absolute;
  top:0;
  left:0;
  bottom:0;
  width:100%;
}


.map-print {
  position:absolute;
  top:0;
  left:0;
  bottom:0;
  width:3000px !important;
  height: 3000px !important;
}
*/

#map {
  position: relative;
  width: 100%;
  height: 600px;
}

.markerInfoLogo {
  width: 150px;
}

@media (min-width:768px) {
  .side-block { 
    bottom:unset;
    top:50%;
    transform:translateY(-50%)
  }
}

.side-block {
  position: absolute;
  left: 0;
  width: 50px;
  /*
  bottom: 100px;
  */
  top:50%;
  transform:translateY(-50%);
  z-index: 99999;
}

.filters {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 24px 48px rgba(0,0,0,0.1);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.filter:first-child {
  border-top-right-radius: 10px;
}

.filter {
  border-bottom: 1px solid #dddddd;
}

.filter a, .filter abbr {
  display: block;
  width: 100%;
  height: 100%;
}
.filter abbr {
  padding: .5em;
}

.filter img {
  opacity:0.3;
}

.filter.init img, .filter.active img {
  opacity:1;
}

abbr[data-original-title], abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

abbr[title='Geplant']{
  background: #2daae1;
}

abbr[title='Im Bau']{
  background: #ff0000;
}

abbr[title='Fertiggestellt']{
  background: #3aaa35;
}

abbr[title='Archiviert']{
  background: #e4cd5e;
}

abbr[title='Servicemaßnahmen']{
  background: #488ba6;
}


.filter-group {
  font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: 600;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  border-radius: 3px;
  width: 120px;
  color: #fff;
  }
   
  .filter-group input[type='checkbox']:first-child + label {
  border-radius: 3px 3px 0 0;
  }
   
  .filter-group label:last-child {
  border-radius: 0 0 3px 3px;
  border: none;
  }
   
  .filter-group input[type='checkbox'] {
  display: none;
  }
   
  .filter-group input[type='checkbox'] + label {
  background-color: #3386c0;
  display: block;
  cursor: pointer;
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  }
   
  .filter-group input[type='checkbox'] + label {
  background-color: #3386c0;
  text-transform: capitalize;
  }
   
  .filter-group input[type='checkbox'] + label:hover,
  .filter-group input[type='checkbox']:checked + label {
  background-color: #4ea0da;
  }
   
  .filter-group input[type='checkbox']:checked + label:before {
  content: '✔';
  margin-right: 5px;
  }
  