.elementor-16 .elementor-element.elementor-element-7f8c3b89 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:flex-start;align-items:flex-start;}.elementor-16 .elementor-element.elementor-element-7f8c3b89{padding:60px 0px 80px 0px;}.elementor-16 .elementor-element.elementor-element-3a0f8f5 h1, .elementor-16 .elementor-element.elementor-element-3a0f8f5 h2, .elementor-16 .elementor-element.elementor-element-3a0f8f5 h3, .elementor-16 .elementor-element.elementor-element-3a0f8f5 h4, .elementor-16 .elementor-element.elementor-element-3a0f8f5 h5, .elementor-16 .elementor-element.elementor-element-3a0f8f5 h6{color:var( --e-global-color-text );}.elementor-16 .elementor-element.elementor-element-3a0f8f5 p{color:#666666;}.elementor-16 .elementor-element.elementor-element-feacca8 > .elementor-widget-container{margin:-40px 0px 0px 0px;}.elementor-16 .elementor-element.elementor-element-efbae33{padding:80px 25px 100px 25px;}.elementor-16 .elementor-element.elementor-element-fc12f81 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-16 .elementor-element.elementor-element-be8dcc9 h1, .elementor-16 .elementor-element.elementor-element-be8dcc9 h2, .elementor-16 .elementor-element.elementor-element-be8dcc9 h3, .elementor-16 .elementor-element.elementor-element-be8dcc9 h4, .elementor-16 .elementor-element.elementor-element-be8dcc9 h5, .elementor-16 .elementor-element.elementor-element-be8dcc9 h6{color:var( --e-global-color-text );}.elementor-16 .elementor-element.elementor-element-be8dcc9 p{color:#666666;}.elementor-16 .elementor-element.elementor-element-ce7f61e > .elementor-widget-container{margin:-60px 0px 0px 0px;}@media(max-width:1024px){.elementor-16 .elementor-element.elementor-element-7f8c3b89{padding:50px 25px 60px 25px;}.elementor-16 .elementor-element.elementor-element-efbae33{padding:60px 25px 80px 25px;}}@media(max-width:767px){.elementor-16 .elementor-element.elementor-element-7f8c3b89{padding:40px 20px 40px 20px;}.elementor-16 .elementor-element.elementor-element-28da5f21 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-16 .elementor-element.elementor-element-efbae33{padding:40px 25px 60px 25px;}}/* Start custom CSS for heading_pro section-title, class: .elementor-element-3a0f8f5 *//* ==========================================================
   PayinBitcoin Normal Section Title + Subtitle + Location Animation
   H2: 34 / 30 / 26
   Subtitle: 18 / 18 / 16
   ========================================================== */

/* Section H2 */
.elementor-16 .elementor-element.elementor-element-3a0f8f5 .section-title h2,
.elementor-16 .elementor-element.elementor-element-3a0f8f5 h2 {
  font-size: 34px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
}

/* Orange / italic highlight */
.elementor-16 .elementor-element.elementor-element-3a0f8f5 .section-title h2 span,
.elementor-16 .elementor-element.elementor-element-3a0f8f5 h2 span {
  color: #D57800 !important;
  font-weight: 600 !important;
  font-style: italic !important;
}

/* Section subtitle */
.elementor-16 .elementor-element.elementor-element-3a0f8f5 .section-title p,
.elementor-16 .elementor-element.elementor-element-3a0f8f5 .section-subtitle,
.elementor-16 .elementor-element.elementor-element-3a0f8f5 .section-subtitle p {
  font-size: 18px !important;
  line-height: 1.6 !important;
  font-weight: 300 !important;
}

/* Animated word wrapper */
.elementor-16 .elementor-element.elementor-element-3a0f8f5 .pib-location-anim-wrap {
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
  padding-right: 12px;
  margin-right: -12px;
}

.elementor-16 .elementor-element.elementor-element-3a0f8f5 .pib-location-anim {
  display: inline-block;
  color: #D57800 !important;
  font-style: italic !important;
  font-weight: 600 !important;
  will-change: transform, opacity;
}

.elementor-16 .elementor-element.elementor-element-3a0f8f5 .pib-location-anim.word-exit {
  animation: pibLocationWordExitSide 0.38s cubic-bezier(0.4, 0, 1, 1) forwards;
}

.elementor-16 .elementor-element.elementor-element-3a0f8f5 .pib-location-anim.word-enter {
  animation: pibLocationWordEnterSide 0.38s cubic-bezier(0, 0, 0.2, 1) forwards;
}

@keyframes pibLocationWordExitSide {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(42px);
  }
}

@keyframes pibLocationWordEnterSide {
  0% {
    opacity: 0;
    transform: translateX(-42px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Tablet */
@media (max-width: 1024px) {
  .elementor-16 .elementor-element.elementor-element-3a0f8f5 .section-title h2,
  .elementor-16 .elementor-element.elementor-element-3a0f8f5 h2 {
    font-size: 30px !important;
    line-height: 1.22 !important;
  }

  .elementor-16 .elementor-element.elementor-element-3a0f8f5 .section-title p,
  .elementor-16 .elementor-element.elementor-element-3a0f8f5 .section-subtitle,
  .elementor-16 .elementor-element.elementor-element-3a0f8f5 .section-subtitle p {
    font-size: 18px !important;
    line-height: 1.6 !important;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .elementor-16 .elementor-element.elementor-element-3a0f8f5 .section-title h2,
  .elementor-16 .elementor-element.elementor-element-3a0f8f5 h2 {
    font-size: 26px !important;
    line-height: 1.25 !important;
  }

  .elementor-16 .elementor-element.elementor-element-3a0f8f5 .section-title p,
  .elementor-16 .elementor-element.elementor-element-3a0f8f5 .section-subtitle,
  .elementor-16 .elementor-element.elementor-element-3a0f8f5 .section-subtitle p {
    font-size: 16px !important;
    line-height: 1.55 !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-feacca8 *//* ── Location Search ─────────────────────────────────────── */
.pib-location-search-wrap {
  width: 100%;
  max-width: 720px;
  margin: 34px auto 44px auto;
  font-family: 'Space Grotesk', sans-serif;
  text-align: center;
}

.pib-location-search-label {
  display: block;
  margin: 0 0 12px 0;
  font-size: 18px;
  font-weight: 700;
  color: #1A1A1A;
  letter-spacing: -0.02em;
}

.pib-location-search-box {
  width: 100%;
  background: #FFFFFF;
  border: 1.5px solid #E8E0D4;
  border-radius: 18px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.07);
  transition: border 0.25s ease, box-shadow 0.25s ease;
}

.pib-location-search-box:focus-within {
  border-color: #D57800;
  box-shadow: 0 0 0 3px rgba(213,120,0,0.15), 0 2px 12px rgba(0,0,0,0.07);
}

.pib-location-search {
  width: 100%;
  height: 52px;
  border: none;
  outline: none;
  background: transparent;
  padding: 0 20px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #1A1A1A;
  border-radius: 18px;
  box-sizing: border-box;
}

.pib-location-search::placeholder {
  color: #8A8176;
  opacity: 1;
}

.pib-location-empty {
  margin: 14px 0 0 0;
  font-size: 14px;
  font-weight: 600;
  color: #B36600;
}

@media (max-width: 767px) {
  .pib-location-search-wrap {
    max-width: 100%;
    margin: 28px auto 34px auto;
    padding: 0 16px;
  }

  .pib-location-search-label {
    font-size: 16px;
  }

  .pib-location-search {
    height: 48px;
    font-size: 14px;
    padding: 0 16px;
  }
}
/* ── Location Search Font Fix ────────────────────────────── */
.pib-location-search-wrap,
.pib-location-search-wrap *,
.pib-location-search,
.pib-location-search::placeholder {
  font-family: inherit !important;
}
.pib-location-search-label {
  display: none !important;
}



.pib-location-search,
.pib-location-search input,
.pib-location-search input::placeholder,
.pib-location-empty {
  font-weight: 300 !important;
}/* End custom CSS */
/* Start custom CSS for locations, class: .elementor-element-53aa8e60 *//* ── Card ────────────────────────────────────────────────── */
.directorist-location__single.directorist-location__single--img {
  display: flex !important;
  flex-direction: column !important;
  border-radius: 20px !important;
  overflow: hidden !important;
  border: 1.5px solid #E8E0D4 !important;
  box-shadow: 0 2px 12px rgba(0,0,0,0.07) !important;
  cursor: pointer !important;
  transition: border 0.25s ease, box-shadow 0.25s ease !important;
  padding: 0 !important;
  margin: 0 !important;
  height: auto !important;
  min-height: unset !important;
}

.directorist-location__single.directorist-location__single--img:hover {
  border: 2px solid #D57800 !important;
  box-shadow: 0 0 0 3px rgba(213,120,0,0.15), 0 2px 12px rgba(0,0,0,0.07) !important;
}

/* ── Image wrapper: fixed height, flex-shrink 0 ─────────── */
.directorist-location__single.directorist-location__single--img .directorist-location__single__img {
  display: block !important;
  position: static !important;
  width: 100% !important;
  height: 165px !important;
  min-height: 165px !important;
  flex-shrink: 0 !important;
  flex-grow: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  margin: 0 !important;
}

.directorist-location__single.directorist-location__single--img .directorist-location__single__img img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 165px !important;
  object-fit: cover !important;
  object-position: center center !important;
}

/* ── Strip at bottom ─────────────────────────────────────── */
.directorist-location__single.directorist-location__single--img .directorist-location__content {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  box-sizing: border-box !important;
  background: #FFF0D6 !important;
  padding: 9px 14px !important;
  margin: 0 !important;
  gap: 8px !important;
  flex-shrink: 0 !important;
  position: static !important;
}

/* ── Name ────────────────────────────────────────────────── */
.directorist-location__single.directorist-location__single--img .directorist-location__content h3 {
  margin: 0 !important;
  padding: 0 !important;
  flex: 1 !important;
  min-width: 0 !important;
  background: transparent !important;
  line-height: 1 !important;
}

.directorist-location__single.directorist-location__single--img .directorist-location__content h3 a {
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #1A1A1A !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: block !important;
  line-height: 1 !important;
  text-shadow: none !important;
}

.directorist-location__single.directorist-location__single--img .directorist-location__content h3 a:hover {
  color: #D57800 !important;
}

/* ── Count ───────────────────────────────────────────────── */
.directorist-location__single.directorist-location__single--img .directorist-location__count {
  font-size: 12px !important;
  font-weight: 600 !important;
  color: #B36600 !important;
  white-space: nowrap !important;
  flex-shrink: 0 !important;
  line-height: 1 !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
}

.directorist-location__single.directorist-location__single--img .listing-count,
.directorist-location__single.directorist-location__single--img .listing-label {
  color: #B36600 !important;
}

@media (max-width: 767px) {
  .directorist-location__single.directorist-location__single--img .directorist-location__single__img,
  .directorist-location__single.directorist-location__single--img .directorist-location__single__img img {
    height: 120px !important;
    min-height: 120px !important;
  }
}

.directorist-location__single.directorist-location__single--img:hover {
  background-color: transparent !important;
  background-image: none !important;
}

.directorist-location__single.directorist-location__single--img:hover::before,
.directorist-location__single.directorist-location__single--img:hover::after {
  display: none !important;
  content: none !important;
  background: none !important;
  opacity: 0 !important;
}

.directorist-location__single.directorist-location__single--img:hover .directorist-location__single__img::before,
.directorist-location__single.directorist-location__single--img:hover .directorist-location__single__img::after {
  display: none !important;
  content: none !important;
  background: none !important;
  opacity: 0 !important;
}

/* Location Cards – Weißer Rand + Mobile 2 pro Reihe */

.directorist-location__single.directorist-location__single--img {
  background-color: #fdfefe !important;
  padding: 10px 10px 0 10px !important;
  justify-content: space-between !important;
}

.directorist-location__single.directorist-location__single--img .directorist-location__single__img {
  flex: 1 1 auto !important;
  border-radius: 8px !important;
  overflow: hidden !important;
  min-height: 0 !important;
}

.directorist-location__single.directorist-location__single--img .directorist-location__single__img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
  display: block !important;
}

.directorist-location__single.directorist-location__single--img .directorist-location__content {
  flex-shrink: 0 !important;
  margin-left: -10px !important;
  margin-right: -10px !important;
  width: calc(100% + 20px) !important;
  margin-top: auto !important;
}

/* Mobile: 2 pro Reihe */
@media (max-width: 767px) {
  .directorist-row .directorist-col-3 {
    width: 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}

/* Kein Sprung beim Hover – border immer 2px, nur Farbe ändert sich */
.directorist-location__single.directorist-location__single--img {
  border: 2px solid #E8E0D4 !important;
  box-sizing: border-box !important;
}

.directorist-location__single.directorist-location__single--img:hover {
  border: 2px solid #D57800 !important;
  background-color: #fdfefe !important;
  padding: 10px 10px 0 10px !important;
}




@media (max-width: 767px) {
  .directorist-location__single.directorist-location__single--img .listing-label {
    display: none !important;
  }

  .directorist-location__single.directorist-location__single--img .directorist-location__content {
    justify-content: center !important;
    text-align: center !important;
  }

  .directorist-location__single.directorist-location__single--img .directorist-location__content h3 {
    flex: 0 1 auto !important;
    text-align: center !important;
  }

  .directorist-location__single.directorist-location__single--img .directorist-location__content h3 a {
    font-size: 13px !important;
    text-align: center !important;
  }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-7f8c3b89 */.elementor-16 .elementor-element.elementor-element-7f8c3b89 {
  background:
    linear-gradient(rgba(60,120,40,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(60,120,40,0.03) 1px, transparent 1px),
    #ffffff;
  background-size: 42px 42px, 42px 42px, cover;
  position: relative;
  overflow: hidden;
}



.elementor-16 .elementor-element.elementor-element-7f8c3b89 .elementor-widget-wrap,
.elementor-16 .elementor-element.elementor-element-7f8c3b89 .e-con-inner,
.elementor-16 .elementor-element.elementor-element-7f8c3b89 .elementor-container {
  position: relative;
  z-index: 2;
}/* End custom CSS */
/* Start custom CSS for heading_pro section-title, class: .elementor-element-be8dcc9 *//* ==========================================================
   PayinBitcoin Normal Section Title + Subtitle
   H2: 34 / 30 / 26
   Subtitle: 18 / 18 / 16
   ========================================================== */

/* Section H2 */
.elementor-16 .elementor-element.elementor-element-be8dcc9 .section-title h2,
.elementor-16 .elementor-element.elementor-element-be8dcc9 h2 {
  font-size: 34px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
}

/* Orange / italic highlight */
.elementor-16 .elementor-element.elementor-element-be8dcc9 .section-title h2 span,
.elementor-16 .elementor-element.elementor-element-be8dcc9 h2 span {
  color: #D57800 !important;
  font-weight: 600 !important;
  font-style: italic !important;
}

/* Section subtitle */
.elementor-16 .elementor-element.elementor-element-be8dcc9 .section-title p,
.elementor-16 .elementor-element.elementor-element-be8dcc9 .section-subtitle,
.elementor-16 .elementor-element.elementor-element-be8dcc9 .section-subtitle p {
  font-size: 18px !important;
  line-height: 1.6 !important;
  font-weight: 300 !important;
}

/* Tablet */
@media (max-width: 1024px) {
  .elementor-16 .elementor-element.elementor-element-be8dcc9 .section-title h2,
  .elementor-16 .elementor-element.elementor-element-be8dcc9 h2 {
    font-size: 30px !important;
    line-height: 1.22 !important;
  }

  .elementor-16 .elementor-element.elementor-element-be8dcc9 .section-title p,
  .elementor-16 .elementor-element.elementor-element-be8dcc9 .section-subtitle,
  .elementor-16 .elementor-element.elementor-element-be8dcc9 .section-subtitle p {
    font-size: 18px !important;
    line-height: 1.6 !important;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .elementor-16 .elementor-element.elementor-element-be8dcc9 .section-title h2,
  .elementor-16 .elementor-element.elementor-element-be8dcc9 h2 {
    font-size: 26px !important;
    line-height: 1.25 !important;
  }

  .elementor-16 .elementor-element.elementor-element-be8dcc9 .section-title p,
  .elementor-16 .elementor-element.elementor-element-be8dcc9 .section-subtitle,
  .elementor-16 .elementor-element.elementor-element-be8dcc9 .section-subtitle p {
    font-size: 16px !important;
    line-height: 1.55 !important;
  }
}/* End custom CSS */
/* Start custom CSS for listings, class: .elementor-element-ce7f61e */.directorist-search-form.directorist-basic-search {
  display: none !important;
}
.directorist-search-form.directorist-advanced-search {
  display: none !important;
}

.listing-with-sidebar__sidebar {
  display: none !important;
}

.listing-with-sidebar__listing {
  width: 100% !important;
  max-width: 100% !important;
  flex: 1 1 100% !important;
}

/* ==========================================================
   Map – Mobile Höhe kleiner
   ========================================================== */

@media (max-width: 767px) {
    #map {
        height: 350px !important;
    }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-efbae33 */.elementor-16 .elementor-element.elementor-element-efbae33 {
  background:
    linear-gradient(rgba(60,120,40,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(60,120,40,0.03) 1px, transparent 1px),
    #ffffff;
  background-size: 42px 42px, 42px 42px, cover;
  position: relative;
  overflow: hidden;
}



.elementor-16 .elementor-element.elementor-element-efbae33 .elementor-widget-wrap,
.elementor-16 .elementor-element.elementor-element-efbae33 .e-con-inner,
.elementor-16 .elementor-element.elementor-element-efbae33 .elementor-container {
  position: relative;
  z-index: 2;
}/* End custom CSS */
/* Start custom CSS *//* ==========================================================
   Responsive Heading Sizes
   ========================================================== */

/* ── iPad (768px – 1024px) ──────────────────────────────── */
@media (min-width: 768px) and (max-width: 1024px) {
    h1 { font-size: 32px !important; }
    h2 { font-size: 26px !important; }
}

/* ── Mobile (unter 768px) ───────────────────────────────── */
@media (max-width: 767px) {
    h1 { font-size: 26px !important; }
    h2 { font-size: 22px !important; }
}/* End custom CSS */