/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[4]!./assets/scss/extensions/tx_location.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/

/* location-Karte */
.tx-location .results {
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 0;
  padding-bottom: 20px;
}
.tx-location p {
  margin-bottom: 5px;
  line-height: 1.6;
}
.tx-location p:last-of-type {
  margin-bottom: 15px;
}
.tx-location b {
  display: unset;
}
.tx-location a.button {
  height: 25px;
  padding: 2px 15px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  border-radius: 100px;
  transition: all 0.2s linear 0s;
}
.tx-location a.teaser {
  color: var(--bs-darkblue);
  background-color: transparent;
  border: 2px solid var(--bs-darkblue);
}
.tx-location a.teaser:hover {
  color: #fff;
  background-color: var(--bs-darkblue);
}
.tx-location a.right::after {
  padding-left: 3px;
  content: ">";
}

.location-map {
  margin-bottom: 40px;
  position: relative;
}
@media (min-width: 768px) {
  .location-map {
    margin-bottom: 60px;
  }
}
.location-map img {
  width: 100%;
}
.location-map .location {
  position: absolute;
  width: 20px;
  height: 21px;
}
.location-map .location .locationName {
  font-weight: 500;
  font-size: 14px;
  color: var(--bs-primary);
  cursor: pointer;
  position: absolute;
  top: 14px;
  display: table;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-shadow: 1px 1px 0 #ffffff;
}
.location-map .location .locationName.left {
  right: calc(100% - 4px);
}
.location-map .location .locationName.right {
  left: calc(100% - 4px);
}
.location-map .location img {
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.location-map .location:hover {
  text-decoration: none;
}
.location-map .location .locationInfoDesktop {
  position: absolute;
  bottom: 60px;
  left: -164px;
  background: #fff;
  padding: 20px;
  min-width: 345px;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.3);
  z-index: 1021;
  opacity: 1;
  transition: opacity 250ms ease-in-out;
}
.location-map .location .locationInfoDesktop--hidden {
  opacity: 0;
  min-width: none;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  box-shadow: none;
}
.location-map .location .locationInfo h4 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.4;
  color: var(--bs-darkblue);
}
.location-map .location .locationInfo p {
  font-size: 16px;
}
.location-map .location .locationInfo .closebtn {
  background: var(--bs-info);
  color: var(--bs-white);
  border-radius: 50%;
  border: 1px solid var(--bs-white);
  width: 28px;
  height: 28px;
  text-align: center;
  font-size: 10px;
  position: absolute;
  right: -14px;
  top: -14px;
  z-index: 3;
  text-decoration: none;
}
.location-map .location .locationInfo:after {
  bottom: -10px;
  left: calc(50% - 5px);
  content: "";
  position: absolute;
  margin-left: 0;
  box-sizing: border-box;
  transform-origin: 0 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: var(--bs-white) transparent transparent transparent;
  z-index: 1;
}
.location-map .locationName.lightblue {
  color: var(--bs-info);
}
.location-map .locationName.green {
  color: var(--bs-darkgreen);
}

@media (min-width: 768px) {
  .location-map .location {
    width: auto;
    height: auto;
  }
  .location-map .location .locationName {
    top: 14px;
    font-size: 16px;
    font-weight: 500;
  }
  .location-map .locationInfo h4 {
    font-size: 16px;
    margin-top: 0px;
  }
  .location-map .locationInfo p {
    font-size: 14px;
  }
}
/* plugin css changes after update oct 2021 */
.tx-location .location-list {
  padding-bottom: calc(1rem + 3vw);
}
.tx-location .margin-bottom-15-15-20 {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .tx-location .margin-bottom-15-15-20 {
    margin-bottom: 20px;
  }
}
.tx-location .margin-bottom-45 {
  margin-bottom: 45px;
}
.tx-location .margin-bottom-45:last-of-type {
  margin-bottom: 0;
}
.tx-location .btn-custom-spacing {
  padding: 2px 25px;
}

.tx-location .list-view-button {
  right: calc(50% - 89.3px);
  top: -48px;
}
@media (min-width: 768px) {
  .tx-location .list-view-button {
    right: 30px;
    top: 0;
  }
}
@media (min-width: 1400px) {
  .tx-location .list-view-button {
    right: 15px;
  }
}
.tx-location .map-header {
  padding-top: 60px;
  padding-bottom: 45px;
}
.tx-location .location-row {
  border-top: 1px solid var(--bs-bordergray);
}
.tx-location .location-row p {
  font-size: 1rem;
}
.tx-location .location__adress-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
  font-size: 1rem;
}
.tx-location .location__adress-wrapper > a {
  font-size: 1rem;
  font-weight: 500;
}
.tx-location .location-row:last-of-type {
  border-bottom: 1px solid transparent;
}
@media (min-width: 992px) {
  .tx-location .location-row:last-of-type {
    border-bottom: 1px solid var(--bs-bordergray);
  }
}
.tx-location .location-row-padding {
  padding: 20px 0;
}
.tx-location .location-row-link {
  font-size: calc(1.2625rem + 0.15vw);
  font-weight: 500;
  line-height: 1.2;
}
.tx-location .location-row-link:hover .btn {
  background-color: var(--bs-info);
  border-color: var(--bs-info);
}
@media (max-width: 767.98px) {
  .tx-location .locationInfo.locationInfoDesktop {
    margin-right: 15px;
    position: fixed;
    left: 15px;
    right: 0;
    top: 30vh;
    bottom: initial;
    min-width: initial;
    z-index: 3000;
  }
  .tx-location .locationInfo.locationInfoDesktop::after {
    display: none;
  }
  .tx-location i.custom-bg {
    display: none;
  }
  .tx-location .locationInfo.locationInfoDesktop:not(.locationInfoDesktop--hidden) ~ i.custom-bg {
    position: fixed;
    background-color: rgba(213, 236, 244, 0.8);
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 2000;
    display: block;
  }
}
.tx-location .list-view-button {
  z-index: 2;
}
.tx-location .location-map .location .location-pin {
  z-index: 2;
  position: relative;
}
.tx-location .location-map .location .locationName {
  font-weight: 500;
  z-index: 2;
}
.tx-location .location-map .img-map-wrapper {
  z-index: 1;
}
