  body{
      display: unset;
    }
  
/* Dashboard-Titel*/
  h1 {
    font-family: 'Arial', Arial;
    font-weight: bold;
    font-size: calc(1.425rem + 2.1vw);
  }
  @media (min-width: 1200px) {
      h1, .h1 {
            font-size: 3rem;
      }
      #subtitle {
      font-size: 18px;
      }
  }
  .header {
    display: flex;
    align-items: center;
    border-bottom: 4px solid #B7D8E5;
    padding: 20px;
    position: relative;
    justify-content: space-between;
    margin: 0;
  }
  .header-text {
  color: #2E7B99;
  text-decoration: none;
  }
  @media screen and (max-width: 500px) {
    .header{
      display: block;
    }
  }

/* andere Titel*/
  h6, .h6 {
      margin-bottom: 5px;
      font-size: 1.0rem;
  }
  h5, .h5 {
      margin-bottom: 0px;
      font-weight:700;
      font-size: 1rem;
  }
/* Kopfzeile */
  .bslib-page-navbar .navbar{
      border-bottom: 4px solid #B7D8E5;
  }
  .navbar {
          --bs-emphasis-color-rgb: 255,255,255;
          background: #2E7B99;
          padding-bottom: 20px;
  }
  .nav-link {
    color: #ffffff;
  }
/*aktiver tab in Kopfzeile  */
  a.active {
  border-bottom: solid;
  border-bottom-width: 2px;
  }
  
/* tooltip Info-Schaltfläche */
  .tooltip{
   --bs-tooltip-max-width: 500px;
  }
  .tooltip-inner {
  text-align: left;
  }
  
/* tooltip für plotly-Grafiken*/
  g.hovertext > path {
        opacity: .90;
        background-color: #000000;
        rx:15;
  }

/* Schaltfläche zum Herunterladen der CSV */
  .btn{
  --bs-btn-padding-x: 0.5em;
  --bs-btn-padding-y: .2em;
  --bs-btn-line-height: 1;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075);
  display: inline;
  color: #000;
  border: var(--bs-btn-border-width) solid #fff;
  float: right;
  }
  
/* Hintergrund der Karte  */
  .leaflet-container {
      background: #ffffff;
        }
/* hidden nav_panels | padding 0, damit in in Listenansicht der Kopfzeile (schmale Bildchirme) Kopfzeile nicht unnötig breiter/länger wird*/        
  #ggrdl > li:nth-child(4) > a:nth-child(1) {
    padding: 0;
  }
  #ggrdl > li:nth-child(5) > a:nth-child(1) {
    padding: 0;
  }
  #ggrdl > li:nth-child(6) > a:nth-child(1) {
    padding: 0;
  }
  #ggrdl > li:nth-child(7) > a:nth-child(1) {
    padding: 0;
  }

/* card header */
  .bslib-card .card-header{
    background-color: #f6fafc;
  }
  
/* Seitenleist*/
  .well{
  background-color:#F6FAFC;
  }
  
/* Zeitstrahl-Auswahl*/
  .irs-grid-text {
     font-size: 12px;
  }
  .irs--shiny .irs-from,
  .irs--shiny .irs-to,
  .irs--shiny .irs-single {
     font-size: 12px;
     background-color: #2E7B99;
  }
  .irs--shiny .irs-min,
  .irs--shiny .irs-max {
    font-size: 12px;
  }
  .irs--shiny .irs-handle {
    background-color: #2E7B99;
  }
  .irs--shiny .irs-bar {
  border-top: 1px solid #2E7B99;
  border-bottom: 1px solid #2E7B99;
  background: #2E7B99;
}
/* Bereich für nach-oben-scrollen-Schaltfläche*/ 
 .scroll-to-top-wrapper{
    text-align: center;
    margin: 20px 0;
    padding: 10px;
  }
  #button-scroll-to-top {
    display: inline-block;
    background-color: white;
    color: black;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    text-decoration: none;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 5px;
  }
  #button-scroll-to-top:hover {
    cursor: pointer;
    background-color: #F6FAFC;
  }
  #button-scroll-to-top:active {
    background-color: #F6FAFC;
  }
  
/* Seiten Footer für Impressum etc.*/
  .page-footer {
    background-color: #F6FAFC;
    text-align: center;
    margin-top: auto;
    align-items: center;
    font-size: 12px;
    padding-top:15px;
    padding-bottom:15px;
    border-top: 1px solid #e9ecef;
  }
  .footer a{
      margin: 0 20px;
      color: #000000;
  }
  .page-footer a{
        margin: 0 15px;
        color: #000000;
        text-decoration: none;
  }