/* ========================
   Base Layout
   ======================== */

body {
  color: #262626 !important;
  max-height: 100%;
  min-height: 100%;
  font-family: 'Poppins', sans-serif;
}

.dashboard-row {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.left-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-width: 280px;
}

.right-column {
  flex: 2;
  min-width: 280px;
}

.card-box {
  padding: 1rem;
  background-color: #89C2EC;
  border-radius: 0.5rem;
  font-size: 1rem;
}


/* ========================
   Collapse Slide-Up Overlay
   ======================== */

.collapse-slide-up {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  max-height: 70%;
  overflow-y: auto;
  background-color: #fff !important;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  transform: translateY(100%);
  transition: transform 0.5s ease-out, opacity 0.5s ease-out;
  z-index: 1050;
}

.collapse-slide-up.show {
  transform: translateY(0);
  opacity: 1;
}

/* ========================
   Tab Carousel (final)
   ======================== */

.tab-carousel {
  overflow: hidden;
  position: relative;
  width: 390px;
  max-width: 390px;
  flex-shrink: 0;
}

.tab-scroll-container {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.tab-scroll-container::-webkit-scrollbar {
  display: none;
}

/* ========================
   Buttons
   ======================== */

.statistikatlas-carousell-button {
  border: none !important;
  background-color: #215F9A !important;
  width: 70px !important;
  height: 60px !important;
}

.statistikatlas-carousell-button:focus {
  outline: none;
  box-shadow: none;
}

.download-button-row {
  display: flex;
  width: 100%;
  gap: 0.5rem;
  align-items: stretch;
}

.download-button-row > * {
  flex: 1 1 0;
  text-align: center;
}

.download-btn {
  display: block;
  width: 100%;
  padding: 5px;
  font: bold 14px 'Poppins', sans-serif;
  color: #fff !important;
  background-color: #89C2EC;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: transform 0.2s ease;
  height: 60px;
  text-decoration: none !important;
}

.download-btn:hover {
  transform: scale(1.05);
  text-decoration: none !important;
}

.download-btn:active {
  transform: scale(0.95);
}

/* ========================
   Header / Navigation
   ======================== */

.statistikatlas-header {
  background-color: #89C2EC !important;
  height: 95px;
  border-radius: 0.5rem;
  text-decoration: none !important;
  display: flex;
  padding: 0 1rem;
}

.statistikatlas-name {
  font-size: 30px;
  color: #262626 !important;
}

.statistikatlas-bereichname {
  font-size: 1.5rem !important;
  color: #215F9A !important;
  text-align: right;
  padding-bottom: 2px;
  margin-left: 20px;
}

.statistikatlas-home {
  text-decoration: none !important;
  padding-bottom: 2px;
}

.btn-outline-secondary {
  background-color: #89C2EC !important;
}




/* ========================
   Typography & Misc
   ======================== */

.poppins-light {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
}

.poppins-extrabold {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
}

.footer-align {
  display: flex;
  align-items: flex-end;
  gap: 0.5rem;
}

.download-menu-btn {
  margin-bottom: 10px;
}

a.statistikatlas-leftcolum-header,
a.statistikatlas-leftcolum-header.active {
  color: #262626 !important;
  background-color: #89C2EC !important;
}

a.statistikatlas-leftcolum-header.active {
  color: #007bff !important;
}

.download-button-row a,
.download-button-row a:hover,
.download-button-row a:focus {
  text-decoration: none !important;
}

p.sidebar-header-text {
  font-size: 20px;
  color: #262626 !important;
  margin-top: -15px;
  margin-bottom: 5px;
}

.statistikatlas-leftcolum-header {
  font-size: 18px;
  background-color: #89C2EC !important;
}

.nav-tabs {
  border-bottom: 0px !important;
}

.leftnavbutton {
  margin-right: -25px !important;
}

.info-tab-bullets {
  margin-left: -20px;
}

.testing-header-bareichname {
  font-size: 20px !important;
  display: flex !important;
  align-items: flex-end !important;
  justify-content: flex-start !important;
  text-align: left !important;
  line-height: 1.0 !important;
  padding-bottom: 8px !important;
}

.statistikatlas-carousell-button:focus {
  outline: none;
  box-shadow: none;
}

.left-column .card-box .nav-tabs {
  margin-left: -15px!important;
}

.tab-scroll-container .nav-item {
  /* Flexbox für vertikale Zentrierung */
  display: flex;
  align-items: center;

  flex: 0 0 auto;
  width: 130px!important;
  padding: 0 5px;
}

.tab-scroll-container .nav-link {
  text-align: center;
  color: #262626 !important;
  font-size: 13px !important;
  border-style: none !important;
  border-color: #89C2EC !important;
  background-color: #89C2EC !important;
}

.tab-scroll-container .nav-link.active {
  color: #007bff !important;
}

.nav-item .nav-link:hover {
  border-style: none !important;
}

.dumdum{
  display: block;
  font-size: 13px;
  background: #89C2EC;
  hyphens: auto;
  overflow-wrap: break-word;
  word-break: normal;
  white-space: normal;
}

.bvb09{
  display: flex; align-items: center;
}
