.elementor-29318 .elementor-element.elementor-element-14875b5{--display:flex;}/* Start custom CSS for html, class: .elementor-element-24fad4c *//* Minimalistisches Styling */

body {
  font-family: sans-serif;
  margin: 30px;
  background: #f9f9f9;
}

.slider-container {
  background: #fff;
  padding: 20px;
  border-radius: 6px;
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
}

.hidden-label {
  /* Falls gewünscht, komplett ausblenden */
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

input[type="range"] {
  width: 100%;
  margin: 20px 0;
}

.price-display {
  margin: 10px 0;
  font-size: 18px;
}

button {
  background: #007bff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
}

button:hover {
  background: #005dc1;
}/* End custom CSS */