.elementor-139 .elementor-element.elementor-element-1174511c{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-139 .elementor-element.elementor-element-21cd450e{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}body.elementor-page-139 #footer, body.elementor-page-139 .info-footer, body.elementor-page-139 .footer-navigation{display:block;}body.elementor-page-139 #bottom{display:block;}body.elementor-page-139 #themesflat-content{padding-top:0px;padding-bottom:60px;}body.elementor-page-139 .page-title{display:none;}/* Start custom CSS for text-editor, class: .elementor-element-21cd450e *//* Premium Custom Checkboxen für Arnold Immobilien */

/* Originale Checkbox visuell verstecken (bleibt für Funktion da) */
.wrap-checkbox .checkbox-item .checkbox input[type="checkbox"] {
    position: absolute !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    pointer-events: none !important;
}

/* Label als Klickbereich */
.wrap-checkbox .checkbox-item .checkbox label {
    position: relative !important;
    padding-left: 28px !important;
    cursor: pointer !important;
    display: inline-block !important;
    user-select: none !important;
    line-height: 1.5 !important;
}

/* Custom Checkbox-Optik */
.wrap-checkbox .checkbox-item .checkbox label::before {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 18px !important;
    height: 18px !important;
    border: 2px solid #d7a340 !important;
    border-radius: 4px !important;
    background: #fff !important;
    transition: all 0.2s ease !important;
    box-sizing: border-box !important;
}

/* Hover-Effekt */
.wrap-checkbox .checkbox-item .checkbox label:hover::before {
    border-color: #f5d97a !important;
    box-shadow: 0 0 0 3px rgba(215, 163, 64, 0.15) !important;
}

/* Häkchen anzeigen wenn ausgewählt */
.wrap-checkbox .checkbox-item .checkbox input[type="checkbox"]:checked + span::after {
    content: "✓" !important;
    position: absolute !important;
    left: 3px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: bold !important;
    line-height: 1 !important;
}

/* Hintergrund der Checkbox füllen wenn ausgewählt */
.wrap-checkbox .checkbox-item .checkbox input[type="checkbox"]:checked + span::before,
.wrap-checkbox .checkbox-item .checkbox label:has(input:checked)::before {
    background: #d7a340 !important;
    border-color: #d7a340 !important;
}


/* ============================================
   MOBILE: Karte kleiner + Scroll-Schutz
   ============================================ */
@media (max-width: 768px) {
  
  /* Karten-Container kleiner machen */
  .property-map,
  .tfre-property-map,
  .properties-map,
  .map-content,
  .mapboxgl-map,
  #properties-map,
  .map-wrapper,
  .tfre-listing-map,
  [class*="property-map"],
  [class*="map-container"] {
    height: 280px !important;
    max-height: 280px !important;
    min-height: 280px !important;
    position: relative !important;
  }
  
  /* Map-Canvas mitziehen */
  .mapboxgl-canvas {
    height: 280px !important;
  }
  
  /* Tap-to-Activate Overlay über der Karte */
  .tfre-property-map:not(.map-activated)::after,
  .property-map:not(.map-activated)::after,
  .properties-map:not(.map-activated)::after,
  .map-content:not(.map-activated)::after,
  .map-wrapper:not(.map-activated)::after,
  .tfre-listing-map:not(.map-activated)::after {
    content: '👆 Tippen, um Karte zu aktivieren';
    position: absolute;
    inset: 0;
    background: rgba(20, 22, 26, 0.35);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    z-index: 10;
    cursor: pointer;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
    transition: opacity 0.3s ease;
    pointer-events: auto;
  }
}/* End custom CSS */