.wiki_entry_sub {
margin: auto;
  font-size: 10px;
  text-transform: uppercase;
  border-bottom: 1px solid var(--line1);
  padding: 10px;
  width: 62%;
  padding-left: 50px;
}



/* Grundlegendes Styling des Balkens */
.rpg-range-input {
    -webkit-appearance: none; /* Deaktiviert Standard-Design für Chrome/Safari */
    appearance: none;
    width: 100%;
    height: 8px;
    background: #444; /* Farbe des Balkens */
    outline: none;
    border-radius: 5px;
    margin: 15px 0;
}

/* Styling des Zieh-Knopfes (Thumb) für Chrome, Safari, Edge */
.rpg-range-input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    background: #8b0000; /* Ein schönes Dunkelrot */
    cursor: pointer;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 0 2px #000;
}

/* Styling des Zieh-Knopfes für Firefox */
.rpg-range-input::-moz-range-thumb {
    width: 18px;
    height: 18px;
    background: #8b0000;
    cursor: pointer;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 0 2px #000;
}

/* Effekt beim Drüberfahren */
.rpg-range-input:hover {
    background: #555;
}

.slider-container {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

.wiki_entry_sub1 {
margin: auto;
  font-size: 10px;
  text-transform: uppercase;
  border-bottom: 1px solid var(--line1);
  padding: 10px;
  width: 62%;
  padding-left: 50px;
}

.stecki_descr {
border-left: 3px solid var(--golden);
  padding: 20px;
  margin-bottom: 20px;
  border-right: 3px solid var(--golden);
  text-align: justify;
  line-height: 170%;
}