th.radio, td.radio {
  width: 50px;            /* Feste Breite pro Spalte */
  padding-left: 0.3rem;   /* Innenabstand links */
  padding-right: 1.3rem;  /* Innenabstand rechts */
  text-align: center;     /* Buttons zentrieren */
}

/* Tablet */
@media (max-width: 992px) {
  
}

/* Smartphones */
@media (max-width: 576px) {
 input.form-control,
 select.form-select,
 select.form-control,
 textarea.form-control {
  height: auto !important;
  font-size: 0.8rem;
  padding: 0.3rem 0.4rem;
}

label {
  font-size: 0.8rem;             /* kleinere Schrift daneben */
  line-height: 1.2;
}

#jform_cdate {
  font-size: 0.8rem;
  padding: 0.2rem 0.4rem;
  height: auto !important; /* überschreibt Bootstrap-Höhe */
  line-height: 1.2;
}

#jform_cdate_btn {
  padding: 0.2rem 0.4rem;
  font-size: 0.8rem;
  height: auto;
}

input[type="radio"]:checked {
  accent-color: var(--cassiopeia-color-link); /
}



.btn.btn-link {
  font-size: 0.8rem; /* z. B. kompaktere Größe */
}


.btn.btn-primary,.btn.btn-secondary  {
  font-size: 0.8rem;     /* kleinere Schrift */
  padding: 0.2rem 0.6rem; /* weniger Höhe & Breite */
  line-height: 2;
}


/* Km slider in events */
/* Basis-Layout */
input[type="range"].form-range {
  width: 100%;
  margin: 0.5em 0;
  accent-color: var(--cassiopeia-color-link); /* moderne Methode */
}

/* Für Browser, die accent-color nicht vollständig unterstützen */
input[type="range"]::-webkit-slider-thumb {
  background-color: var(--cassiopeia-color-link);
  border: none;
}

input[type="range"]::-moz-range-thumb {
  background-color: var(--cassiopeia-color-link);
  border: none;
}

input[type="range"]::-ms-thumb {
  background-color: var(--cassiopeia-color-link);
  border: none;
}
input[type="range"]::-webkit-slider-runnable-track {
  background-color: #555; /* z. B. dunkles Grau */
}



  .js-editor-tinymce {
    font-size: 0.8rem;          /* kleinere Schrift im Editor */
    margin-bottom: 1rem;
  }
 
  .tox .tox-edit-area iframe body,
  .mce-content-body {
    font-size: 0.7rem;
  }


 
}