@charset "UTF-8";
@font-face {
  font-family: "MetaCompPro-Normal";
  src: url(../fonts/MetaVer/MetaWebPro-Normal.eot?#iefix) format("embedded-opentype"), url(../fonts/MetaVer/MetaWebPro-Normal.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MetaCompPro-Bold";
  src: url(../fonts/MetaVer/MetaWebPro-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/MetaVer/MetaWebPro-Bold.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MetaSerifComp-Bold";
  src: url(../fonts/MetaVer/MetaSerifWeb-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/MetaVer/MetaSerifWeb-Bold.woff);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MetaSerifComp-Medium";
  src: url(../fonts/MetaVer/MetaSerifWeb-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/MetaVer/MetaSerifWeb-Medium.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}
/* custom scrollbar */
::-webkit-scrollbar {
  width: 20px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #009bd9;
  border-radius: 20px;
  border: 6px solid transparent;
  background-clip: content-box;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #006085;
}

* {
  font-family: MetaCompPro-Normal, sans-serif;
  font-size: 16px;
}

body {
  background-color: #f4f4f4;
  height: 100vh;
  overflow: hidden;
}

.navbar {
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px #888;
  padding-top: 10px;
  padding-bottom: 10px;
}

#uba_logo {
  height: 70px;
}

#kilab_logo {
  height: 70px;
}

#ubair_title {
  font-size: 36px;
  font-weight: bold;
  line-height: 42px;
  margin-top: 10px;
}

#ubair_subtitle {
  font-size: 36px;
  font-weight: 300;
}

#ubair_subsubtitle {
  font-size: 20px;
  margin-top: -5px;
}

#kilab_prototype_logo {
  position: absolute;
  right: 50px;
  top: 50px;
  float: left;
}

#sticky-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  box-shadow: 0px 0px 10px 0px #888;
  z-index: 5000;
}

.card {
  box-shadow: 3px 3px 5px 0px #b9b9b9;
}

#ubair_details_title {
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  color: #009bd9;
}

#ubair_about_title {
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  color: #007626;
  margin-bottom: 10px;
}
#ubair_about_title span {
  font-size: 20px;
  padding-right: 5px;
}

.ubair_about_text {
  line-height: 20px;
}

#bmuv_logo_wrapper {
  overflow: hidden;
}

#bmuv_logo {
  width: calc(100% + 30px);
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: -20px;
}

#fullscreen-wrapper {
  text-align: right;
}
#fullscreen-wrapper span {
  font-size: 1.5em;
}

#ubair_chart_teaser {
  line-height: 20px;
  margin-bottom: 10px;
}

#ubair_project {
  line-height: 20px;
}

.nav-link {
  color: #777;
}

.nav-link.active {
  font-weight: 600;
  color: #009bd9 !important;
}

.accordion-button {
  color: #009bd9;
  background-color: #fff;
  font-weight: 500;
  font-size: 20px;
}

.accordion-button:not(.collapsed) {
  color: #009bd9;
  background-color: #fff;
}

#ubair-content-right {
  overflow-y: scroll;
  height: calc(100vh - 165px);
}

hr {
  margin-top: 5px;
}

#ubair-map-wrapper {
  min-height: calc(50vh - 80px);
  max-height: calc(50vh - 80px);
  height: calc(50vh - 80px);
  overflow: hidden;
}

#ubair-map-wrapper-inner {
  height: inherit;
  padding: 10px;
}

#map {
  border: 1px solid #dfdfdf;
  margin: 10px;
  padding-bottom: 5px;
  width: calc(100% - 20px);
  height: calc(50vh - 200px);
}

.selectedMarker {
  z-index: 500 !important;
}

.leaflet-top {
  display: none;
}

.leaflet-control {
  font-size: 10px;
}
.leaflet-control a {
  font-size: 10px;
}
.leaflet-control .leaflet-attribution-flag {
  font-size: 0.5em;
}

#ubair-table-wrapper {
  min-height: calc(50vh - 100px);
  max-height: calc(50vh - 100px);
  height: calc(50vh - 100px);
  overflow: hidden;
}

#ubair_table_wrapper {
  width: 100%;
  max-height: calc(50vh - 10px);
  margin-top: 0px;
  padding: 10px;
  overflow-y: scroll;
  overflow-x: hidden;
}

#ubair_table {
  width: 100%;
  border-collapse: collapse;
}
#ubair_table thead {
  border-bottom: 10px solid #fff;
}
#ubair_table th,
#ubair_table td {
  text-align: left;
}
#ubair_table tr {
  font-weight: 600;
  background-color: #dfdfdf;
  border-bottom: 4px solid #fff;
}
#ubair_table tr.highlight {
  background-color: #009bd9;
  color: #fff;
}
#ubair_table td:nth-child(1) {
  text-align: center;
}
#ubair_table td:nth-child(1) span {
  font-size: 24px;
}

.ubair_th_typ1 {
  color: #fff;
  background-color: #333 !important;
}

.ubair_th_typ2 {
  color: #fff;
  background-color: #007626 !important;
}

#ubair_table_title {
  color: #007626;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  line-height: 1.2;
}

.dt-search input {
  font-size: 13px;
}

#ubair_table_wrapper thead {
  visibility: hidden;
  display: none;
}

#ubair_chart_title {
  color: #009bd9;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
#ubair_chart_title span {
  font-size: 20px;
  font-weight: 600;
  color: #009bd9;
  padding-right: 5px;
}

#modalBtn0 {
  margin-top: -50px;
  float: right;
}

#modalBtn1 {
  margin-top: -50px;
  float: right;
}

/* Legendenanzeige im Grid-Layout */
.custom-legend {
  margin: 10px;
  display: inline-flex;
  text-align: center;
}

.ubair_legend_sep {
  font-size: 16px !important;
  vertical-align: baseline;
  line-height: 24px;
  padding: 10px;
  padding-left: 30px;
}

.legend-item {
  font-size: 10px;
  display: flex;
  align-items: center;
  padding: 10px;
  font-weight: 600;
}

.legend-item.inactive {
  text-decoration: line-through;
}

.legend-color-box {
  width: 12px;
  height: 12px;
  margin-right: 6px;
}

.ubair_data_source {
  font-size: 10px !important;
}

.modal-content {
  overflow-y: scroll;
}

/* Styling für das modale Fenster */
.modal {
  display: none;
  /* Verstecke das Modal standardmäßig */
  position: fixed;
  /* Bleibt an einer festen Position */
  z-index: 1000;
  /* Legt die Priorität über anderen Elementen fest */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Halbtransparentes Overlay */
  justify-content: center;
  align-items: center;
}

/* Inhalt des modalen Fensters */
.modal-content {
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  width: 90vw;
  height: 90vh;
  text-align: center;
  margin: auto;
  margin-top: 50px;
}

/* Schließen-Knopf */
.close {
  color: #ce1f5e;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 20px;
}/*# sourceMappingURL=app.css.map */