:root {
  --hamWidth: 2.5rem;
  --hamHeight: 0.25rem;
  --hamMargin: 0.375rem;
  --hamTranslate: 0.625rem;
  --hamTranslate3: -0.625rem;
  --hamBg: $dark-blue;
  --preloaderBg: $dark-blue;
  --hamBg: #142c46;
  --preloaderBg: #142c46;
  --wb-system-heading-size-1: 22px;
}

.banner-area {
  background-color: #142c46;
}
.banner a {
  text-decoration: none;
}
.banner-beratungsstellen-text {
  max-width: 44.375rem;
}

.control-area {
  position: relative;
  z-index: 2;
}
.control-header {
  padding-top: 3.75rem;
  padding-bottom: 2.5rem;
  text-align: center;
}
.control-header p {
  line-height: 1.64;
  letter-spacing: normal;
  text-align: center;
  color: rgba(20, 44, 70, 0.7);
}
.control-single {
  position: relative;
  display: flex;
  align-items: center;
  flex-basis: 17.8125rem;
  border-right: 1px solid rgba(20, 44, 70, 0.25);
}
.control-single:nth-child(1) {
  width: 200px;
}
.control-single:nth-child(2) {
  width: 200px;
}
.control-single:nth-child(3) {
  width: 200px;
}
.control-single:nth-child(4) {
  border-right: none;
  width: 200px;
}
@media (max-width: 991px) {
  .control-single {
    width: calc(33.33% - 1.875rem);
    flex-basis: auto;
  }
}
@media (max-width: 767px) {
  .control-single {
    width: 100%;
    flex-basis: auto;
    border-bottom: 1px solid rgba(20, 44, 70, 0.7);
    height: 55px;
    border-right: none;
  }
  .control-single input {
    width: 100%;
  }
}
.control-single img {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
.control-single input {
  padding-left: 3.75rem;
}
.control-single select,
.control-single option,
.control-single input {
  background: transparent;
  border: 0;
}
.control-single select {
  padding-left: 1.25rem;
  color: rgba(20, 44, 70, 0.7);
}
.control-single .single-input {
  width: 100%;
}
.control-single .single-input img {
  left: 10px;
}
.control-search {
  width: 5.625rem;
  flex-shrink: 0;
  display: flex;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  position: relative;
}
@media (max-width: 767px) {
  .control-search {
    width: 100%;
    align-items: center;
    justify-content: center;
  }
}
.control-search button {
  cursor: pointer;
  position: absolute;
  height: 3.125rem;
  background-color: #142c46;
  width: 4.375rem;
  max-width: 100%;
  border-radius: 0.25rem;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media (max-width: 767px) {
  .control-search button {
    position: unset;
    top: unset;
    transform: unset;
    right: unset;
    width: 8rem;
  }
}
.control-top {
  display: flex;
  border-radius: 0.5rem;
  border: solid 0.125rem #142c46;
  margin-left: auto;
  margin-right: auto;
  padding: 0.625rem 0.3125rem;
}
@media (max-width: 991px) {
  .control-top {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .control-top {
    padding-bottom: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.control-top input,
.control-top select,
.control-top label {
  line-height: 2.5rem;
  height: 42px;
  width: 100%;
}
.control-top select,
.control-top label {
  width: 180px;
}
.control-top select {
  background: url("data:image/svg+xml,%3csvg width='13' height='11' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 11'%3e%3cpath d='M6.91763 11L0.832748 0.499999L13.0025 0.5L6.91763 11Z'/%3e%3c/svg%3e") no-repeat right 12px center/0.5rem 0.625rem;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}
.control-top .listing_filters .customselect-list.customselect-dropdown {
  padding-left: 1.25rem;
  border-radius: 0 !important;
  background-color: unset !important;
  height: 42px !important;
  line-height: 2.5rem;
}

.suche-verfeinern {
  margin-top: 3.125rem;
  margin-bottom: 2rem;
}
.suche-verfeinern h3 {
  font-size: 1.4rem;
}
.suche-verfeinern-form {
  display: flex;
  justify-content: space-between;
  gap: 1.875rem;
}
@media (max-width: 991px) {
  .suche-verfeinern-form {
    flex-wrap: wrap;
  }
}
.suche-verfeinern-single {
  width: 100%;
}
@media (max-width: 991px) {
  .suche-verfeinern-single {
    flex-basis: calc(50% - 0.9375rem);
  }
}
@media (max-width: 767px) {
  .suche-verfeinern-single {
    flex-basis: 100%;
  }
}

.suchergebnisse-area {
  position: relative;
  z-index: 1;
}
.suchergebnisse-area li:not(.list-card) {
  margin-bottom: 0;
}
.suchergebnisse-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3.125rem;
}
@media (max-width: 767px) {
  .suchergebnisse-inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .suchergebnisse-inner h3 {
    margin-bottom: 15px !important;
  }
}
.suchergebnisse-inner ul.nav {
  list-style: none !important;
  padding: 0 !important;
  border: solid 2px #142c46;
  border-radius: 8px;
}
.suchergebnisse-inner button {
  color: #142c46;
  font-size: 1.125rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .suchergebnisse-inner button {
    font-size: 1rem;
  }
}
.suchergebnisse-inner button {
  padding: 0 1.25rem;
  line-height: 2.25rem;
  border-radius: 0;
}
.suchergebnisse-inner button.nav-link.active {
  border-radius: 0;
  background-color: #142c46;
}
.suchergebnisse h3 {
  font-size: 1.125rem;
  line-height: 1.67;
}
@media (max-width: 767px) {
  .suchergebnisse h3 {
    font-size: 1rem;
  }
}
.suchergebnisse h3 {
  margin-bottom: 0;
}

.meine-beratereintraege thead tr .table-datum {
  width: 200px;
}
.meine-beratereintraege thead tr .table-bearbeiten {
  width: 100px;
}

.wb-advd-karte-bearbeiten-wrapper {
  border-radius: 8px;
  border: 1px solid #142c46;
  padding: 56px;
}
.wb-advd-karte-bearbeiten-wrapper .wb-custom-header {
  margin-bottom: 64px;
}
.wb-advd-karte-bearbeiten-wrapper .cn-form-group {
  margin-bottom: 24px;
}
.wb-advd-karte-bearbeiten-wrapper .cn-form-group .wp-editor-tabs {
  display: none;
}
.wb-advd-karte-bearbeiten-wrapper .cn-form-group .wp-editor-container {
  margin-top: 15px !important;
}
.wb-advd-karte-bearbeiten-wrapper .cn-form-group label {
  font-weight: bold;
}
.wb-advd-karte-bearbeiten-wrapper .cn-form-group .single-input input[type=checkbox] + label, .wb-advd-karte-bearbeiten-wrapper .cn-form-group .single-input input[type=radio] + label {
  font-weight: normal;
}
.wb-advd-karte-bearbeiten-wrapper .cn-form-group input {
  display: block;
  width: 100%;
  border: 0 !important;
  border-bottom: 1px solid #142c46 !important;
  box-shadow: 0 !important;
  margin-top: 12px;
  margin-bottom: 20px;
}
.wb-advd-karte-bearbeiten-wrapper .cn-form-group input[type=checkbox] {
  display: inline-block;
  width: auto;
}
.wb-advd-karte-bearbeiten-wrapper .cn-form-group textarea {
  display: block;
  width: 300px;
  max-width: 100%;
  min-height: 150px;
}

.cn_col-md-12,
.cn_col-md-5 {
  margin-bottom: 2rem;
}
.cn_col-md-12 .control-label,
.cn_col-md-5 .control-label {
  position: relative;
}

.select2-container--open .select2-dropdown {
  top: 32px !important;
}

.wb-create-entry-dialogue {
  display: flex;
  align-items: center;
}
.wb-create-entry-dialogue h1 {
  margin-right: 25px;
  font-size: var(--wb-system-heading-size-1);
}

.btn.add-new {
  float: right;
  margin-bottom: 10px;
}

table.meine-beratereintraege {
  width: 100%;
  overflow-y: auto;
}

.terms_preview {
  list-style: none;
  padding: 0;
  margin-top: 35px;
  display: flex;
  gap: 20px;
}
.terms_preview > * {
  flex: 1;
  background-color: #d3d9df;
  padding: 10px 15px;
  border-radius: 0.5rem;
}
.terms_preview .term-name {
  display: none;
}
.terms_preview .term-description h3 {
  font-size: 1.2rem;
}

.single-input.radio-input {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.single-input.radio-input input {
  width: auto;
  min-width: unset !important;
  margin: 0;
}
.single-input.radio-input label {
  font-weight: normal;
}

body.single-listings .entry-header {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 991px) {
  body.single-listings .entry-header {
    width: 100%;
    display: block;
    margin-bottom: 4rem;
  }
}
body.single-listings .entry-header .post_title {
  text-align: center;
  margin-bottom: 75px;
  max-width: 600px;
}
@media (max-width: 991px) {
  body.single-listings .entry-header .post_title {
    text-align: left;
  }
}
body.single-listings .entry-header img {
  margin-left: 35px;
  max-width: 150px;
}
body.single-listings .content_meta {
  float: left;
  width: 100%;
  margin-bottom: 70px;
}
body.single-listings .content_meta h2 {
  font-size: 1.5rem;
  border-bottom: 2px solid rgba(243, 168, 46, 0.4);
  padding-bottom: 10px;
}
body.single-listings .content_meta > div {
  width: 100%;
  max-width: 450px;
  float: right;
}
@media screen and (max-width: 991px) {
  body.single-listings .content_meta > div {
    float: none;
    width: 100%;
  }
}
body.single-listings .content_meta#contact > div {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 991px) {
  body.single-listings .content_meta#contact > div {
    flex-direction: column;
    float: none;
    width: 100%;
  }
}
body.single-listings .content_meta#contact > div > p > * {
  display: block;
}
body.single-listings .content_meta#contact > div > p.w-50 {
  flex: 1 1 45%;
}
body.single-listings .content_meta#contact > div > p.w-100 {
  flex: 1 1 100%;
}
body.single-listings .content_meta#contact > div a {
  text-decoration: none !important;
}
body.single-listings .content_meta#contact > div img {
  width: 40px;
}

.map-area {
  display: flex;
  border-radius: 0.5rem;
  overflow: hidden;
  border: solid 1px rgba(20, 44, 70, 0.4);
}
@media (max-width: 767px) {
  .map-area {
    flex-direction: column;
  }
}
.map-left {
  width: 30rem;
  max-width: 435px;
  background-color: #d3d9df;
  border-right: solid 1px rgba(20, 44, 70, 0.4);
  padding: 1.25rem;
}
@media (max-width: 767px) {
  .map-left {
    border-right: 0;
    width: 100%;
    max-width: 100%;
    padding: 0.625rem;
  }
}
.map-left .customselect-list,
.map-left .customselect-list-input-item,
.map-left input,
.map-left select {
  background-color: transparent;
}
.map-left .customselect-dropdown {
  background-position: 96% 1.25rem;
}
.map-left label {
  color: rgba(20, 44, 70, 0.7);
  font-size: 0.875rem;
  font-weight: 500;
}
.map-left .customselect-filter {
  background-color: #d3d9df !important;
}
.map-left .customselect-dropdown-text {
  color: #142c46;
  font-size: 0.875rem;
}
.map-heading {
  overflow: hidden;
  clear: both;
}
.map-heading h2 {
  text-align: center;
  color: #142c46;
  font-size: 1.5rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .map-heading h2 {
    font-size: 1.25rem;
  }
}
.map-heading h2 {
  margin-bottom: 1.25rem;
}
.map-heading h3 {
  color: #142c46;
  font-size: 1.125rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .map-heading h3 {
    font-size: 1rem;
  }
}
.map-heading h3 {
  margin-bottom: 0.625rem !important;
}
.map-right > img {
  width: 100%;
  height: 37.5rem;
  object-fit: cover;
}
.map-right .open-popup {
  background: #142c46;
  color: #f5f7fa;
  border-radius: 0.5rem;
  padding: 0.3125rem 0.625rem;
  cursor: pointer;
}
.map-right .open-popup-area {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.map-right .leaflet-popup-content {
  z-index: 10;
  background: #d3d9df;
  width: 16.875rem;
  border: 0;
  border-left: 0.5rem solid #f3a82e;
  border-radius: 0.5rem;
  padding: 0.625rem;
  margin: 0;
}
.map-right .leaflet-popup-content.active {
  opacity: 1;
  visibility: visible;
}
.map-right .leaflet-popup-content::before {
  position: absolute;
  content: "";
  width: 1.875rem;
  height: 1.875rem;
  background: #d3d9df;
  bottom: -0.9375rem;
  left: 50%;
  margin-left: -0.9375rem;
  transform: rotate(45deg);
  z-index: 1;
}
.map-right .leaflet-popup-content .close-popup {
  position: absolute;
  right: 0.3125rem;
  top: 0.3125rem;
}
.map-right .leaflet-popup-content .close-popup img {
  width: 1rem;
}
.map-right .leaflet-popup-content h3 {
  font-size: 0.875rem;
  color: #142c46;
  margin-bottom: 15px;
  font-weight: 400;
}
.map-right .leaflet-popup-content p {
  font-size: 0.75rem;
  margin: 0;
}
.map-right .leaflet-popup-content .link-holder {
  text-align: right;
}
.map-right .leaflet-popup-content a {
  font-size: 0.75rem;
  color: #142c46;
  text-decoration: none;
  display: inline-block;
  margin-top: 0.9375rem;
  position: relative;
  z-index: 10;
  background-color: #f3a82e;
  padding: 5px 10px;
  border-radius: 20px;
  font-weight: 500;
}
.map-right .leaflet-popup-content a img {
  width: 0.4375rem;
  position: relative;
  top: -1px;
}
.map-right .leaflet-popup-content .wb-custom-data-table .wb-single-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 15px;
}
.map-right .leaflet-popup-content .wb-custom-data-table .wb-single-row .wb-label {
  width: 70px;
  margin-right: 15px;
}
.map-right .leaflet-popup-content .wb-custom-data-table .wb-single-row .wb-value {
  flex: 1;
}
.map-right .leaflet-popup-content .wb-custom-data-table .wb-single-row .wb-value.wb-tablets {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.map-right .leaflet-popup-content .wb-custom-data-table .wb-single-row .wb-value.wb-tablets span {
  background-color: rgba(20, 44, 70, 0.7);
  color: #fff;
  border-radius: 20px;
  padding: 2px 11px;
  line-height: 1.2;
}

.themen {
  margin-top: 1.25rem;
}
.themen ul {
  padding-left: 0;
}
.themen ul li {
  list-style: none;
}

.list-area .list-card .list-card-left {
  flex: 2;
  margin-right: 30px;
}
.list-area .list-card .list-card-left .topic span {
  width: 165px;
}
.list-area .list-card .list-card-left .list-text {
  padding-left: 0;
}
.list-area .list-card .list-card-right {
  flex: 1 1 175px;
  max-width: 175px;
}
.list-area .list-card .list-card-right .mitgliederorganisation-tipp {
  color: #f3a82e;
  font-weight: bold;
}
.list-area .list-card .list-card-right address {
  display: flex;
  align-items: center;
}
.list-area .list-card .list-card-right address img {
  top: 0;
}
.list-area .list-result .pagination a.active {
  pointer-events: none;
  text-decoration: none !important;
  color: #142c46;
}

@keyframes growDown {
  0% {
    transform: rotateX(-90deg);
  }
  70% {
    transform: rotateX(20deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
.customselect-added {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
}

.customselect-list-container {
  position: relative;
  flex: 1;
}
.customselect-list-container ul {
  position: absolute;
}

.customselect-list,
.customselect-optgroup {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0;
}
.customselect-list .customselect-list-input-item,
.customselect-optgroup .customselect-list-input-item {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  cursor: pointer;
  color: #142c46;
}
.customselect-list .customselect-list-input-item.disabled,
.customselect-optgroup .customselect-list-input-item.disabled {
  pointer-events: none;
}
.customselect-list .customselect-list-input-item.disabled *,
.customselect-optgroup .customselect-list-input-item.disabled * {
  opacity: 0.5;
}
.customselect-list .customselect-list-input-item.bold,
.customselect-optgroup .customselect-list-input-item.bold {
  font-weight: 500;
}
.customselect-list .customselect-list-input-item.customselect-search-item .customselect-search-input,
.customselect-optgroup .customselect-list-input-item.customselect-search-item .customselect-search-input {
  border: 0;
  width: 100%;
  height: auto;
  padding: 6px 0 6px 32px;
  border-bottom: 0.125rem solid #142c46;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pjxzdmcgdmlld0JveD0iMCAwIDI0IDI0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjx0aXRsZS8+PGcgZGF0YS1uYW1lPSJMYXllciAyIiBpZD0iTGF5ZXJfMiI+PHBhdGggZD0iTTE4LDEwYTgsOCwwLDEsMC0zLjEsNi4zMWw2LjQsNi40LDEuNDEtMS40MS02LjQtNi40QTgsOCwwLDAsMCwxOCwxMFptLTgsNmE2LDYsMCwxLDEsNi02QTYsNiwwLDAsMSwxMCwxNloiLz48L2c+PC9zdmc+") no-repeat left 12px center/0.5rem 0.625rem;
  background-size: 16px;
}
.customselect-list .customselect-list-input-item.customselect-search-item .customselect-search-input:focus, .customselect-list .customselect-list-input-item.customselect-search-item .customselect-search-input:active,
.customselect-optgroup .customselect-list-input-item.customselect-search-item .customselect-search-input:focus,
.customselect-optgroup .customselect-list-input-item.customselect-search-item .customselect-search-input:active {
  outline: none;
  background-color: rgb(228, 233.4, 241.5);
}
.customselect-list .customselect-list-input-item.customselect-search-item .customselect-search-input::-webkit-search-cancel-button,
.customselect-optgroup .customselect-list-input-item.customselect-search-item .customselect-search-input::-webkit-search-cancel-button {
  position: relative;
  right: 0;
  cursor: pointer;
  -webkit-appearance: none;
  height: auto;
  width: 2.5rem;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaGVpZ2h0PSI0OCIgdmlld0JveD0iMCAwIDQ4IDQ4IiB3aWR0aD0iNDgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTM4IDEyLjgzTDM1LjE3IDEwIDI0IDIxLjE3IDEyLjgzIDEwIDEwIDEyLjgzIDIxLjE3IDI0IDEwIDM1LjE3IDEyLjgzIDM4IDI0IDI2LjgzIDM1LjE3IDM4IDM4IDM1LjE3IDI2LjgzIDI0eiIvPjxwYXRoIGQ9Ik0wIDBoNDh2NDhIMHoiIGZpbGw9Im5vbmUiLz48L3N2Zz4=") no-repeat right 4.8px center/0.5rem 0.625rem;
  background-size: 16px;
}
.customselect-list .customselect-list-input,
.customselect-list .customselect-reset-input,
.customselect-optgroup .customselect-list-input,
.customselect-optgroup .customselect-reset-input {
  margin: 0.9em 0.2em 0.9em 0.9em;
  cursor: pointer;
}
.customselect-list .customselect-list-label,
.customselect-optgroup .customselect-list-label {
  cursor: pointer;
  border-radius: 8px;
  display: block;
  width: 100%;
}
.customselect-list.searching .customselect-list-input-item:not(.customselect-search-item):not(.customselect-dropdown-text),
.customselect-optgroup.searching .customselect-list-input-item:not(.customselect-search-item):not(.customselect-dropdown-text) {
  display: none;
}
.customselect-list.searching .customselect-list-input-item:not(.customselect-search-item):not(.customselect-dropdown-text).match,
.customselect-optgroup.searching .customselect-list-input-item:not(.customselect-search-item):not(.customselect-dropdown-text).match {
  display: flex;
}
.customselect-list.customselect-dropdown,
.customselect-optgroup.customselect-dropdown {
  box-sizing: border-box;
  margin: 0;
  font-family: inherit;
  text-transform: none;
  display: inline-block;
  width: 100%;
  height: auto;
  font-size: 1.125rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .customselect-list.customselect-dropdown,
  .customselect-optgroup.customselect-dropdown {
    font-size: 1rem;
  }
}
.customselect-list.customselect-dropdown,
.customselect-optgroup.customselect-dropdown {
  color: rgba(20, 44, 70, 0.7);
  vertical-align: middle;
  appearance: none;
  transition: none;
}
.customselect-list.customselect-dropdown .customselect-optgroup-label,
.customselect-optgroup.customselect-dropdown .customselect-optgroup-label {
  padding-left: 1em;
}
.customselect-list.customselect-dropdown .customselect-optgroup-label:hover, .customselect-list.customselect-dropdown .customselect-optgroup-label:focus, .customselect-list.customselect-dropdown .customselect-optgroup-label:active,
.customselect-optgroup.customselect-dropdown .customselect-optgroup-label:hover,
.customselect-optgroup.customselect-dropdown .customselect-optgroup-label:focus,
.customselect-optgroup.customselect-dropdown .customselect-optgroup-label:active {
  background-color: #f5f7fa;
}
.customselect-list.customselect-dropdown.open .customselect-list-input-item:not(.customselect-dropdown-text),
.customselect-list.customselect-dropdown.open .customselect-optgroup,
.customselect-optgroup.customselect-dropdown.open .customselect-list-input-item:not(.customselect-dropdown-text),
.customselect-optgroup.customselect-dropdown.open .customselect-optgroup {
  opacity: 1;
  height: auto;
}
.customselect-list.customselect-dropdown.open .customselect-dropdown-text,
.customselect-optgroup.customselect-dropdown.open .customselect-dropdown-text {
  border-radius: 8px 8px 0 0;
}
.customselect-list.customselect-dropdown .customselect-dropdown-text,
.customselect-optgroup.customselect-dropdown .customselect-dropdown-text {
  cursor: pointer;
  padding: 12px 28px 12px 16px;
  border-radius: 8px;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border: 0.125rem solid #142c46;
}
.customselect-list.customselect-dropdown .customselect-list-input-item:not(.customselect-dropdown-text),
.customselect-list.customselect-dropdown .customselect-optgroup,
.customselect-optgroup.customselect-dropdown .customselect-list-input-item:not(.customselect-dropdown-text),
.customselect-optgroup.customselect-dropdown .customselect-optgroup {
  opacity: 0;
  height: 0;
  overflow: hidden;
  box-shadow: 0 0.3125rem 0.5rem rgba(0, 0, 0, 0.1);
  border-left: 0.125rem solid #142c46;
  border-right: 0.125rem solid #142c46;
  position: relative;
  background-color: #f5f7fa;
  z-index: 1;
}
.customselect-list.customselect-dropdown .customselect-list-input-item:not(.customselect-dropdown-text) .customselect-list-label,
.customselect-list.customselect-dropdown .customselect-optgroup .customselect-list-label,
.customselect-optgroup.customselect-dropdown .customselect-list-input-item:not(.customselect-dropdown-text) .customselect-list-label,
.customselect-optgroup.customselect-dropdown .customselect-optgroup .customselect-list-label {
  width: 100%;
}
.customselect-list.customselect-dropdown .customselect-list-input-item:not(.customselect-dropdown-text):last-child,
.customselect-list.customselect-dropdown .customselect-optgroup:last-child,
.customselect-optgroup.customselect-dropdown .customselect-list-input-item:not(.customselect-dropdown-text):last-child,
.customselect-optgroup.customselect-dropdown .customselect-optgroup:last-child {
  border-radius: 0 0 8px 8px;
  border-bottom: 0.0625rem solid #142c46;
}
.customselect-list.customselect-dropdown .customselect-list-input-item:not(.customselect-dropdown-text):hover, .customselect-list.customselect-dropdown .customselect-list-input-item:not(.customselect-dropdown-text):focus, .customselect-list.customselect-dropdown .customselect-list-input-item:not(.customselect-dropdown-text):active,
.customselect-list.customselect-dropdown .customselect-optgroup:hover,
.customselect-list.customselect-dropdown .customselect-optgroup:focus,
.customselect-list.customselect-dropdown .customselect-optgroup:active,
.customselect-optgroup.customselect-dropdown .customselect-list-input-item:not(.customselect-dropdown-text):hover,
.customselect-optgroup.customselect-dropdown .customselect-list-input-item:not(.customselect-dropdown-text):focus,
.customselect-optgroup.customselect-dropdown .customselect-list-input-item:not(.customselect-dropdown-text):active,
.customselect-optgroup.customselect-dropdown .customselect-optgroup:hover,
.customselect-optgroup.customselect-dropdown .customselect-optgroup:focus,
.customselect-optgroup.customselect-dropdown .customselect-optgroup:active {
  background-color: rgb(228, 233.4, 241.5);
}
.customselect-list.customselect-dropdown .customselect-list-input-item:not(.customselect-dropdown-text):hover .customselect-optgroup-label, .customselect-list.customselect-dropdown .customselect-list-input-item:not(.customselect-dropdown-text):focus .customselect-optgroup-label, .customselect-list.customselect-dropdown .customselect-list-input-item:not(.customselect-dropdown-text):active .customselect-optgroup-label,
.customselect-list.customselect-dropdown .customselect-optgroup:hover .customselect-optgroup-label,
.customselect-list.customselect-dropdown .customselect-optgroup:focus .customselect-optgroup-label,
.customselect-list.customselect-dropdown .customselect-optgroup:active .customselect-optgroup-label,
.customselect-optgroup.customselect-dropdown .customselect-list-input-item:not(.customselect-dropdown-text):hover .customselect-optgroup-label,
.customselect-optgroup.customselect-dropdown .customselect-list-input-item:not(.customselect-dropdown-text):focus .customselect-optgroup-label,
.customselect-optgroup.customselect-dropdown .customselect-list-input-item:not(.customselect-dropdown-text):active .customselect-optgroup-label,
.customselect-optgroup.customselect-dropdown .customselect-optgroup:hover .customselect-optgroup-label,
.customselect-optgroup.customselect-dropdown .customselect-optgroup:focus .customselect-optgroup-label,
.customselect-optgroup.customselect-dropdown .customselect-optgroup:active .customselect-optgroup-label {
  background-color: #f5f7fa;
}

.customselect-optgroup .customselect-optgroup-label {
  font-weight: 500;
}
.customselect-optgroup > .customselect-list-input-item {
  border: 0 !important;
}

.listing_filters.listing_terms .customselect-dropdown-text {
  cursor: pointer;
  user-select: none;
}
.listing_filters.listing_terms .checkbox_filters {
  border: 2px solid #142c46;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 0.3125rem 0.5rem rgba(0, 0, 0, 0.1);
  background-color: #f5f7fa;
  padding: 0.5rem;
  display: none;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.listing_filters.listing_terms .checkbox_filters .filter-desc h3 {
  font-size: 1.2rem;
}
.listing_filters.listing_terms .checkbox_filters .filter-desc ul {
  padding-left: 16px;
}
.listing_filters.listing_terms .checkbox_filters.active-options {
  display: block;
}
.listing_filters.listing_terms .checkbox_filters label {
  font-size: 0.875rem;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  height: auto !important;
}
.listing_filters.listing_terms .checkbox_filters label:not(:last-child) {
  margin-bottom: 10px;
}
.listing_filters.listing_terms .checkbox_filters input {
  width: 20px;
  height: 20px;
  border: 2px solid rgba(20, 44, 70, 0.7);
  border-radius: 0;
  position: relative;
  top: 1px;
  margin-right: 10px;
  flex: 1 1 20px;
}
.listing_filters.listing_terms .checkbox_filters input + div {
  flex: 2 1 100%;
}

.nur-online {
  padding-left: 1.25rem;
}
.nur-online input {
  display: none;
}
.nur-online input:checked + svg path {
  fill: #f3a82e;
}
.nur-online input:checked ~ span {
  color: #f3a82e;
}
.nur-online:hover {
  cursor: pointer;
}
.nur-online:hover input + svg path {
  fill: #f3a82e;
}
.nur-online:hover input ~ span {
  color: #f3a82e;
}

#listing_map {
  width: 100%;
  height: 100%;
}

.leaflet-popup-content-wrapper {
  padding: 0 !important;
}

.leaflet-popup {
  margin-bottom: 8px !important;
  margin-left: -2px !important;
}

.custom_listing .custom-cluster-icon {
  background-position: center;
  background-size: cover;
  min-height: 70px;
  min-width: 31px;
}
.custom_listing .custom-cluster-icon > div > span {
  position: absolute;
  left: 7.5px;
  top: 13px;
  text-align: center;
  margin-left: -3px;
  background: #fff;
  height: 17px;
  width: 17px;
  border-radius: 50%;
  display: block;
  line-height: 1.3em;
  font-size: 0.7rem;
}

#pills-map,
#pills-list {
  position: relative;
  width: calc(100% - 20.8125rem);
  min-height: 37.5rem;
}
@media (max-width: 767px) {
  #pills-map,
  #pills-list {
    width: 100%;
  }
}

/*# sourceMappingURL=custom-listing-public.css.map */
