body {
  padding-top: 5rem;
}

.btn_border_0 {
  --bs-btn-border-width: 0px;
}
.btn_border_0:disabled {
  pointer-events: none;
  opacity: var(--bs-btn-disabled-opacity);
}


fieldset {
    margin: 0 0 1em 0 !important;
}

legend {
    margin-left: -22px;
}

.form-select-smaller option {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0.5rem;
  height: 12px;
}

.table_time {
  font-size: 0.875em;
  margin: 0;
}

.table_time > :not(caption) > * > * {
  padding: 0rem 0.25rem;
}

.table_time td {
  cursor: pointer;
}

.weather_img {
    width: 28px;
    height: 28px;
    padding: 5px;
}
.weather_img_text {
    margin-top: 3px;
}

.tooltip {
  --bs-tooltip-max-width: 350px;
  --bs-tooltip-padding-x: 1.0rem;
  --bs-tooltip-padding-y: 1.0rem;
  --bs-tooltip-font-size: 0.8rem;
  --bs-tooltip-opacity: 1;
  line-height: 1.3;
}

#DD_DMM  {
  font-size: 0.875em !important;
  font-weight: normal !important;
  position: absolute !important;
  top: 7px;
  left: 160px;
}

.custom-radio {
    line-height: 1em;
}

.custom-radio .custom-radio-input {
    top: 0.1rem;
    scale: 0.9;
    margin-right: 0.2rem; 
}

.custom-radio .custom-radio-label {
    padding-top: 2px; 
    font-size: 0.875em;
}

.no_textdeco {
  text-decoration: none !important;
}

#Anlass option  {
  cursor: pointer;
}  

#Anlass {
  z-index: 1000;
  min-width: 10rem;
  padding: 0.5rem;
  margin: 0;
  font-size: 1rem;
  font-weight: normal;
  color: var(--bs-body-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color-translucent);
  border-radius: var(--bs-border-radius);
}
