.container-fluid {  /* FluidPage-Padding entfernen */
  padding: 0px !important;
  margin: 0px !important;
}
#main-container {
  display: flex;
  height: calc(100vh - 70px);
}
#left-panel {
  flex: 1; /* nimmt gesamten verfügbaren Platz */
  position: relative; /* wichtig, damit Spinner sich daran orientiert */
}
#left-panel .shiny-spinner-output-container {
  height: 100% !important;  /* Spinner-Wrapper füllt Container */
}
#webmap {
  height: 100% !important; /* füllt den linken Container komplett */
}
#right-panel {
  flex: 1;
  overflow-y: auto;   /* Scrollbar wenn Inhalt zu lang */
  overflow-x: hidden; /* kein horizontaler Scrollbalken */
  padding-right: 8px;
  margin-left: 10px; /* Abstand zur Karte */
}
#plot {
  height: calc(50vh - 35px) !important;
  overflow-y: auto !important;
  overflow-x: auto !important;
  margin-right: 8px;
}
#text_start {
  text-align: justify;
}
#info_text_dist {
  text-align: justify;
}
#info_text_wieslauter {
  text-align: justify;
}
#info_text_tmo {
  text-align: justify;
}
.title-line {
  background-color: rgb(80, 116, 138);
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.title-line img {
  height: 30px;
  margin-right: 8px;
  margin-left: 8px;
}
hr.fine-line {
  border: 0;
  height: 0px;
  background: #333;
  background-image: linear-gradient(to right, #ccc, #333, #ccc);
  margin: 0;
}
.language-button {
  background: none !important;
  background-color: transparent !important;
  padding: 6px !important;
  border: 10px !important;
  margin: 5px !important;
  width: auto !important;
  height: 35px !important;
  cursor: pointer;
}
.language-button img {
  display: block !important;
  margin: auto !important;
  height: 25px !important;
  width: auto !important;
}  
.section-card {
  background-color: #f9fafb;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.section-card h4 {
  margin-top: 0;
  color: #004b6b;
}
.source-list {
  font-size: 0.9em;
  margin-left: 0px;
}
.source-list li {
  margin-bottom: 5px;
}
