/* Haendlersuche */
.tx-wr-jl-locator {
  margin-top: 30px;
}
.tx-wr-jl-locator h1 {
  text-transform: uppercase;
  font-size: 42px;
  font-weight: 400;
  text-align: center;
  padding-left: 20%;
  padding-right: 20%;
  margin-bottom: 30px;
}
@media (max-width: 1149.98px) {
  .tx-wr-jl-locator h1 {
    font-size: 20px;
    text-align: left;
    margin-bottom: 20px;
    padding: 0;
  }
}
.tx-wr-jl-locator h2 {
  font-size: 20px;
  text-transform: uppercase;
}
@media (max-width: 1149.98px) {
  .tx-wr-jl-locator h2 {
    font-size: 16px;
    font-weight: bold;
  }
}
.tx-wr-jl-locator .input-group {
  border: 5px solid #5D5C5C;
  background-color: #5D5C5C;
  color: white;
  height: 100%;
  display: flex;
  align-items: center;
  font-weight: 500;
}
.tx-wr-jl-locator .input-group.locator-radius-select {
  padding-left: 0.75rem;
}
.tx-wr-jl-locator .input-group span {
  flex-grow: 1;
}
.tx-wr-jl-locator .input-group label {
  flex-grow: 1;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.8);
}
.tx-wr-jl-locator .input-group input {
  border: none;
  background-color: #5D5C5C;
  color: white;
  font-weight: bold;
}
.tx-wr-jl-locator .input-group input::placeholder {
  color: white;
}
.tx-wr-jl-locator .input-group input:checked + label {
  color: white;
}
.tx-wr-jl-locator .input-group .input-group-text {
  color: white;
  background-color: #5D5C5C;
  border: 0;
  width: 30px;
}
.tx-wr-jl-locator .input-group .input-group-text svg {
  margin: auto;
}

#mapWrapper {
  display: none;
}

#mapContainer {
  margin-top: 30px;
  position: relative;
}

#mapSpinner {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: none;
  align-items: center;
}
#mapSpinner.show {
  display: flex;
}
#mapSpinner .spinner-border {
  margin-left: auto;
  margin-right: auto;
}

#tx_locator_markers {
  height: auto !important;
  overflow-y: inherit !important;
  width: 100% !important;
}

#tx_locator_markers .ajaxSearchWithMapList {
  width: 100% !important;
  display: flex;
  flex-wrap: wrap;
}

.tx_locator_marker {
  width: 33.333%;
  flex-grow: 1;
}
.tx_locator_marker .inside {
  height: 100%;
  border-style: solid;
  border-color: #8FB8A7;
  border-width: 2px 0 0;
  padding: 15px 0 15px 15px;
  margin-right: 15px;
}
.tx_locator_marker .inside2 {
  height: 100%;
  border-style: solid;
  border-color: #8FB8A7;
  border-width: 0 2px 0 0;
}
.tx_locator_marker .storename {
  padding-bottom: 5px;
}
.tx_locator_marker .category {
  display: none;
}

.tx_locator_marker::after {
  content: "";
  background-color: #ffffff;
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  margin-left: -30px;
}

.tx_locator_marker:nth-child(1) .inside, .tx_locator_marker:nth-child(2) .inside, .tx_locator_marker:nth-child(3) .inside {
  border-top-width: 0;
}

.tx_locator_marker:nth-child(3n+0) .inside2 {
  border-right-width: 0;
}

/* Map */
.tx-wr-jl-locator .gm-style .infoContainer {
  overflow: hidden !important;
  height: auto !important;
  width: auto !important;
  color: #5D5C5C;
}
.tx-wr-jl-locator .gm-style .infoContainer a, .tx-wr-jl-locator .gm-style .infoContainer a:hover {
  color: #00722E !important;
}

.tx-wr-jl-locator .gm-style .infoWindow {
  padding: 15px;
  font-size: 16px;
  height: auto !important;
  width: auto !important;
}

.tx-wr-jl-locator .gm-style .infoWindow .lastName {
  padding-top: 5px;
}

#mapContainer #tx_locator_pi1_map {
  width: 100% !important;
  left: 0 !important;
  position: inherit !important;
  height: 500px !important;
}

@media only screen and (max-width: 1000px) {
  .flex_wrapper {
    display: block;
  }
  .tx_locator_marker {
    width: 50%;
    flex-grow: 1;
  }
  .tx_locator_marker:nth-child(3) .inside {
    border-top-width: 2px;
  }
  .tx_locator_marker:nth-child(3n+0) .inside2 {
    border-right-width: 2px;
  }
  .tx_locator_marker:nth-child(2n+0) .inside2 {
    border-right-width: 0;
  }
}
@media only screen and (max-width: 500px) {
  .tx_locator_marker {
    width: 100%;
    flex-grow: 1;
  }
  .tx_locator_marker .inside {
    border-top-width: 2px !important;
  }
  .tx_locator_marker:nth-child(1) .inside {
    border-top-width: 0 !important;
  }
  .tx_locator_marker .inside2 {
    border-width: 0 !important;
  }
}
/* mobile fixes */
@media only screen and (max-width: 1200px) {
  .detaildesc table {
    width: 100% !important;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1200px) {
  #menu_main .level1 > li > a {
    padding-left: 3px;
    padding-right: 3px;
  }
}

/*# sourceMappingURL=locator.css.map */
