@charset "UTF-8";
/* roboto - normal */
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 100%;
  src: url("../fonts/roboto.woff2") format("woff2");
}
/* roboto - italic */
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 100 900;
  font-stretch: 100%;
  src: url("../fonts/roboto-italic.woff2") format("woff2");
}
/* roboto - condensed */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../fonts/roboto-condensed-v25-latin-700.woff2") format("woff2"), url("../fonts/roboto-condensed-v25-latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* caveat - handwritten (QR footer note) */
@font-face {
  font-display: swap;
  font-family: "Caveat";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/caveat-v23-latin-700.woff2") format("woff2");
}
body {
  font-size: 1.389vw;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

img {
  display: block;
  max-width: 100%;
}

/* Grid
-------------------------------------------------------------------------------*/
.grid-inner {
  max-width: 86.111vw;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.grid-inner.reversed {
  flex-direction: row-reverse;
}

.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 {
  width: 100%;
  float: none;
  margin-right: 0;
}
.col1.padding-left, .col2.padding-left, .col3.padding-left, .col4.padding-left, .col5.padding-left, .col6.padding-left, .col7.padding-left, .col8.padding-left, .col9.padding-left, .col10.padding-left, .col11.padding-left, .col12.padding-left {
  padding-left: 5.185vw;
}
.col1.padding-right, .col2.padding-right, .col3.padding-right, .col4.padding-right, .col5.padding-right, .col6.padding-right, .col7.padding-right, .col8.padding-right, .col9.padding-right, .col10.padding-right, .col11.padding-right, .col12.padding-right {
  padding-right: 5.185vw;
}

.col1 {
  flex: 0 0 7.16333333%;
  max-width: 7.16333333%;
}

.col2 {
  flex: 0 0 15.5966667%;
  max-width: 15.5966667%;
}

.col3 {
  flex: 0 0 24.03%;
  max-width: 24.03%;
}

.col4 {
  flex: 0 0 32.4833334%;
  max-width: 32.4833334%;
}

.col5 {
  flex: 0 0 40.926667%;
  max-width: 40.926667%;
}

.col6 {
  flex: 0 0 49.36%;
  max-width: 49.36%;
}

.col7 {
  flex: 0 0 57.79333%;
  max-width: 57.79333%;
}

.col8 {
  flex: 0 0 66.21666667%;
  max-width: 66.21666667%;
}

.col9 {
  flex: 0 0 74.6666667%;
  max-width: 74.6666667%;
}

.col10 {
  flex: 0 0 83.1111112%;
  max-width: 83.1111112%;
}

.col11 {
  flex: 0 0 91.56%;
  max-width: 91.56%;
}

.col12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.text-align-left {
  text-align: left;
}

.text-align-center {
  text-align: center;
}

.text-align-right {
  text-align: right;
}

.text-padding-left {
  padding-left: 2.315vw;
}

.text-padding-right {
  padding-right: 2.315vw;
}

.flex {
  display: flex;
}

.flex-direction-row {
  flex-direction: row;
}

.flex-direction-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.space-between {
  justify-content: space-between;
}

.space-around {
  justify-content: space-around;
}

.justify-content-flex-start {
  justify-content: flex-start;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-flex-end {
  justify-content: flex-end;
}

.align-items-center {
  align-items: center;
}

.align-items-flex-start {
  align-items: flex-start;
}

.align-items-flex-end {
  align-items: flex-end;
}

.margin-top-auto {
  margin-top: auto;
}

.hidden {
  display: none;
}

.full-height {
  height: 100%;
}

.relative {
  position: relative;
}

.section-padding {
  padding: 9.259vw 0;
}

/* General
-------------------------------------------------------------------------------*/
h1, h2, h3 {
  font-weight: 300;
  font-size: 5em;
  line-height: 1.3;
  letter-spacing: -0.02em;
  margin-bottom: 2.315vw;
}
h1.no-margin-bottom, h2.no-margin-bottom, h3.no-margin-bottom {
  margin-bottom: 0;
}
h1 small, h2 small, h3 small {
  font-size: 0.68em;
}
h1:has(> small), h2:has(> small), h3:has(> small) {
  line-height: 1;
  margin-bottom: 4.63vw;
}

h2, h3 {
  font-size: 2.083em;
  margin-bottom: 1.157vw;
  margin-top: -0.648vw;
}
h2.with-line, h3.with-line {
  margin-bottom: 0;
}
h2.with-line:after, h3.with-line:after {
  display: block;
  background-color: #000000;
  content: "";
  width: 5.324vw;
  height: 1px;
  margin-top: 0.579vw;
  margin-bottom: 1.157vw;
}

.line-1 {
  --line-color: #00308F;
}

.line-2 {
  --line-color: #1974D2;
}

.line-3 {
  --line-color: #02A7FF;
}

.line-4 {
  --line-color: #8EDFFF;
}

.line-part {
  display: inline-grid;
  font-weight: inherit;
  text-decoration: inherit;
}
.line-part:after {
  content: "";
  display: block;
  width: 5.324vw;
  height: 0.5vw;
  background-color: var(--line-color);
  margin-top: -0.5vw;
}

.value-line {
  width: 5.324vw;
  height: 0.5vw;
  background-color: var(--line-color);
}

h4 {
  margin-bottom: 0.52vw;
  font-weight: 600;
  line-height: 1;
  font-size: 1.14em;
}

p {
  font-size: 1em;
  line-height: 1.6667;
  margin-bottom: 1.157vw;
  font-weight: 300;
}
p:last-child {
  margin-bottom: 0;
}

ul {
  list-style-type: disc;
  margin-bottom: 1.157vw;
}
ul li {
  font-weight: 300;
  margin-left: 1em;
  margin-bottom: 0.579vw;
}
ul:last-child {
  margin-bottom: 0;
}
ul.with-boxes {
  list-style: none;
}
ul.with-boxes li {
  margin-left: 0;
  background-color: #EAEDF1;
  padding: 0.926vw;
  border-radius: 0.579vw;
}

.small, small {
  font-size: 0.84em;
  line-height: 1;
  font-weight: 300;
}

.button {
  display: inline-flex;
  align-items: center;
  color: #fff;
  background-color: #00308F;
  border-radius: 2.894vw;
  padding: 0.463vw 0.926vw;
  font-size: 0.6667em;
  line-height: 2;
  text-decoration: none;
  transition: background-color 0.2s;
}
.button::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12L19 12' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 5L19 12L12 19' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/contain;
}
.button:hover {
  background-color: #EAEDF1;
  color: #000000;
}

.tag {
  font-weight: 600;
  font-size: 0.667em;
  border-radius: 0.289vw;
  background-color: #EAEDF1;
  padding: 0.579vw;
  line-height: 1.1875;
  display: inline-block;
  margin-bottom: 0.579vw;
}

.big-measurement {
  font-size: 2.083em;
  margin-bottom: 1.157vw;
  font-weight: normal;
  display: inline-flex;
  background-color: #EAEDF1;
  padding: 0.926vw;
  border-radius: 0.579vw;
  align-items: baseline;
}
.big-measurement.loading {
  min-height: 2.083em;
  min-width: 15vw;
  background: linear-gradient(90deg, #EAEDF1 25%, #d9dee6 37%, #EAEDF1 63%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite ease-in-out;
}
.big-measurement.loading span {
  visibility: hidden;
}

@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
/* Map marker (active slide) */
.map-marker-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
  transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease;
}

.map-marker.active .map-marker-dot {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
  animation: marker-bounce 1.2s ease-in-out infinite;
}

@keyframes marker-bounce {
  0%, 100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-3px) scale(1.18);
  }
}
/* "You are here" marker — black double circle */
.here-marker {
  width: 22px;
  height: 22px;
  box-sizing: border-box;
  border: 3px solid #000;
  border-radius: 50%;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.here-marker::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #000;
}

/* Sensor list ("Unsere Anwendungen") */
.sensor-list {
  list-style: none;
  margin: 0;
}
.sensor-list li {
  display: flex;
  align-items: center;
  gap: 0.694vw;
  margin-left: 0;
  margin-bottom: 0;
  padding: 0.579vw 0;
  border-bottom: 1px solid #EAEDF1;
  font-weight: 400;
  line-height: 1.3;
  font-size: 0.85em;
}
.sensor-list li:last-child {
  border-bottom: none;
}
.sensor-list .sensor-list-nr {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.9em;
  height: 1.9em;
  border-radius: 50%;
  background-color: #00308F;
  color: #fff;
  font-size: 0.6667em;
  font-weight: 600;
}

/* Timeline ("Geschichte des Parks") */
.timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  font-size: 0.75em;
}
.timeline::before {
  content: "";
  position: absolute;
  top: 0.5em;
  bottom: 0.5em;
  left: 14.157vw;
  width: 2px;
  margin-left: -1px;
  background-color: #EAEDF1;
}
.timeline li {
  position: relative;
  display: grid;
  grid-template-columns: 13vw 1fr;
  column-gap: 2.315vw;
  align-items: start;
  margin: 0;
  padding-bottom: 0.926vw;
}
.timeline li:last-child {
  padding-bottom: 0;
}
.timeline li::before {
  content: "";
  position: absolute;
  left: 14.157vw;
  top: 0.45em;
  width: 0.694vw;
  height: 0.694vw;
  transform: translateX(-50%);
  border-radius: 50%;
  background-color: #00308F;
  border: 2px solid #fff;
  box-sizing: border-box;
}
.timeline .timeline-year {
  text-align: right;
  font-weight: 600;
  color: #00308F;
  line-height: 1.3;
}
.timeline .timeline-text {
  font-weight: 300;
  line-height: 1.3;
}

.chart-container.loading {
  position: relative;
}
.chart-container.loading .chart-title {
  visibility: hidden;
}
.chart-container.loading canvas {
  visibility: hidden;
}
.chart-container.loading::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0.579vw;
  background: linear-gradient(90deg, #EAEDF1 25%, #d9dee6 37%, #EAEDF1 63%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite ease-in-out;
}

.w10 {
  width: 10%;
}

.w15 {
  width: 15%;
}

.w20 {
  width: 20%;
}

.w30 {
  width: 30%;
}

.w45 {
  width: 45%;
}

.w50 {
  width: 50%;
}

.w55 {
  width: 55%;
}

.w60 {
  width: 60%;
}

.w65 {
  width: 65%;
}

.w80 {
  width: 80%;
}

.w90 {
  width: 90%;
}

.w100 {
  width: 100%;
}

/* Header
-------------------------------------------------------------------------------*/
#header {
  background-color: #000000;
  color: #fff;
  padding: 6.944vw 6.944vw 0 6.944vw;
}
#header #sensor-image-container {
  display: none;
  max-height: 17.778vw;
  width: auto;
  z-index: 10;
  position: absolute;
  right: -2.9vw;
  bottom: -1.759vw;
  padding: 1.296vw;
  max-width: 18.519vw;
  background-color: #fff;
}
#header #sensor-image-container #sensor-image {
  object-fit: contain;
  max-height: 12.408vw;
}
#header #sensor-image-container #sensor-image-subline {
  margin-top: 1.296vw;
  font-size: 0.84em;
  color: #000000;
  line-height: 1;
  display: none;
}
#header #sensor-numbering {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 2.048vw;
  margin-right: 3.519vw;
}
#header #sensor-numbering .number-and-name {
  margin-bottom: -2px;
}
#header #sensor-numbering .number-and-name #sensor-number {
  font-size: 2.3em;
  font-weight: 700;
  line-height: 1;
  text-align: right;
}
#header #sensor-numbering .number-and-name .name {
  font-weight: 700;
  text-align: right;
}
#header #sensor-numbering #ulmlogo {
  width: 5.826vw;
  max-width: 5.826vw;
  margin-top: 0;
}
#header .flex-container {
  display: flex;
  gap: 4.63vw;
  align-items: flex-start;
  justify-content: flex-start;
}
#header .flex-container #intro-text {
  flex: 0 0 30.44vw;
  max-width: 30.44vw;
  margin-bottom: 50px;
}
#header .flex-container #intro-text h1 {
  font-size: 5em;
  line-height: 1.1;
  margin-bottom: 0;
  letter-spacing: -0.02em;
  font-family: "Roboto Condensed";
  font-weight: 700;
}
#header .flex-container #intro-text .border {
  width: 7.87vw;
  height: 0.694vw;
  margin-bottom: 2.315vw;
  background-color: #fff;
}
#header .flex-container #intro-text h2 {
  font-size: 2.0834em;
  line-height: 1.3;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}
#header .flex-container #map-container {
  flex: 0 0 51.042vw;
  max-width: 51.042vw;
}
#header .flex-container #map-container #map, #header .flex-container #map-container #sensor-map {
  position: absolute;
  width: 51.042vw;
  height: 36.35vw;
  transform: perspective(92.593vw) rotateX(45deg);
  bottom: -5.926vw;
  right: 0;
}

/* Charts
-------------------------------------------------------------------------------*/
.chart {
  font-size: 1em;
}

/* Sensor Main
-------------------------------------------------------------------------------*/
.scene {
  padding: 5.787vw 0 5.787vw;
}
.scene .sensor-title {
  border-radius: 0.289vw;
  padding: 0.579vw;
  font-weight: 600;
  background-color: #EAEDF1;
  color: #000000;
  font-size: 0.667em;
  margin-bottom: 0.579vw;
  width: auto;
  display: inline-block;
}
.scene section {
  padding: 4.63vw 0 2.315vw;
}
.scene section:first-child {
  padding-top: 0;
}
.scene section.sensor-title-section {
  padding-top: 1.926vw;
}
.scene section.sensor-title-section .right-col-margin-top {
  margin-top: 3.5897vw;
}
.scene section.sensor-title-section h1 {
  line-height: 1;
}
.scene section.no-bottom-padding {
  padding-bottom: 0;
}
.scene section.no-top-padding {
  padding-top: 0;
}
.scene section.small-top-padding {
  padding-top: 1.447vw;
}
.scene section.padding-top {
  padding-top: 4.63vw;
}
.scene section.graph-section {
  padding: 2.894vw 0 2.894vw;
}
.scene .chart-title {
  margin-bottom: 1.041vw;
  font-weight: 600;
  line-height: 1;
}
.scene .chart-title.align-right {
  text-align: right;
}
.scene .chart-container {
  display: flex;
  flex-direction: column;
  min-height: 22vw;
  /*canvas {
      //max-width: 38.889vw; //672px
      &.wide {
          max-width:50vw;
      }
  }*/
  overflow: hidden;
}
.scene .chart-container .chart {
  flex: 1 1 auto;
  min-height: 0;
}
.scene .chart-container.height-35vw {
  min-height: 0;
  height: 35vw;
}
.scene .chart-container.height-35vw > div:not(.chart-title) {
  flex: 1 1 auto;
  min-height: 0;
  position: relative;
}
.scene .chart-container.height-35vw .chart {
  position: absolute;
  inset: 0;
}
.scene .chart-container.height-30vw {
  min-height: 0;
  height: 30vw;
}
.scene .chart-container.height-30vw > div:not(.chart-title) {
  flex: 1 1 auto;
  min-height: 0;
  position: relative;
}
.scene .chart-container.height-30vw .chart {
  position: absolute;
  inset: 0;
}
.scene .chart-container.height-25vw {
  min-height: 0;
  height: 25vw;
}
.scene .chart-container.height-25vw > div:not(.chart-title) {
  flex: 1 1 auto;
  min-height: 0;
  position: relative;
}
.scene .chart-container.height-25vw .chart {
  position: absolute;
  inset: 0;
}
.scene .chart-container.height-stretch {
  min-height: 0;
}
.scene .chart-container.height-stretch > div:not(.chart-title) {
  flex: 1 1 auto;
  min-height: 0;
  position: relative;
}
.scene .chart-container.height-stretch .chart {
  position: absolute;
  inset: 0;
}
.scene .chart-container .demo {
  background-color: #00ff00;
  width: 100%;
  height: 100%;
}
.scene .textbox {
  font-size: 1em;
  line-height: 1.6667;
  margin-bottom: 1.157vw;
  font-weight: 300;
}
.scene .textbox p {
  margin-bottom: 1.157vw;
}
.scene .textbox:last-child {
  margin-bottom: 0;
}
.scene .margin-top {
  margin-top: 3.471vw;
}

/* Traffic Light
-------------------------------------------------------------------------------*/
.traffic-light {
  display: flex;
  gap: 2.083vw;
}
.traffic-light .signal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  max-width: 5.787vw;
}
.traffic-light .signal .circle {
  width: 3.935vw;
  height: 3.935vw;
  border-radius: 50%;
  background-color: #EAEDF1;
  margin-bottom: 1.157vw;
}
.traffic-light .signal .circle.green {
  background-color: #64CB35;
}
.traffic-light .signal .circle.yellow {
  background-color: #F2C94C;
}
.traffic-light .signal .circle.red {
  background-color: #EB5757;
}
.traffic-light .signal .description {
  font-size: 1em;
  line-height: 1.6667;
  font-weight: 700;
}

/* Stat Value
-------------------------------------------------------------------------------*/
.value {
  color: #000000;
  font-weight: 500;
  font-size: 4.78em;
  line-height: 1;
}

.value.text {
  font-size: 1.23em;
}

.unit {
  margin-left: 0.6vw;
  font-weight: 400;
  display: flex;
  align-items: flex-end;
  margin-bottom: 0.825vw;
}
.unit.top {
  align-items: flex-start;
  margin-top: 0.825vw;
}

.stats-value {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
}
.stats-value.small {
  margin-bottom: 0.525vw;
}
.stats-value.centered {
  justify-content: center;
}
.stats-value.inline {
  display: inline-block;
  margin-left: 6.944vw;
  margin-bottom: 0;
}
.stats-value.small .value {
  font-size: 3.84em;
}
.stats-value.small .unit {
  margin-bottom: 0.525vw;
}
.stats-value.small .unit.top {
  margin-top: 0.525vw;
}
.stats-value.smaller .value {
  font-size: 2.84em;
}
.stats-value.smaller .unit {
  margin-bottom: 0.525vw;
}
.stats-value.smaller .unit.top {
  margin-top: 0.525vw;
}

/* Footer
-------------------------------------------------------------------------------*/
footer {
  padding: 3.125vw 5.787vw;
  background-color: #000000;
  color: #fff;
}
footer .claim {
  max-width: 32.407vw;
  line-height: 1.3;
  font-weight: 300;
  font-size: 1.208em;
}
footer .footer-logo {
  margin-top: 9.259vw;
  width: 13.137vw;
}
footer .footer-navigation {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.541em;
  gap: 2.315vw;
}
footer .footer-navigation a, footer .footer-navigation .title, footer .footer-navigation .copyright {
  line-height: 2.153;
  display: block;
}
footer .footer-navigation a {
  color: #fff;
  text-decoration: none;
}
footer .footer-navigation .title {
  color: rgba(255, 255, 255, 0.6);
}
footer .footer-navigation .row {
  width: 13.252vw;
}
footer .footer-navigation .legal {
  flex: 0 0 44.393vw;
  max-width: 44.393vw;
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 2.315vw;
}
footer .footer-navigation .legal .copyright, footer .footer-navigation .legal a {
  color: rgba(255, 255, 255, 0.6);
}

/* General Scene stuff
-------------------------------------------------------------------------------*/
.content {
  position: relative;
  min-height: 100vh;
}

#lorapark-wrapper {
  /*.margin-bottom-third {
      margin-bottom: 2.96vw;
  }

  .margin-bottom-half {
      margin-bottom: 4.49vw;
  }

  .margin-bottom {
      margin-bottom: $defaultRowSpacing;
  }

  .margin-bottom-double {
      margin-bottom: 17.96vw;
  }*/
}
#lorapark-wrapper .scene, #lorapark-wrapper .slide {
  display: none;
  /*padding-top: 6.28vw;
  padding-left: 5.28vw;
  padding-right: 4.9vw;*/
}

/* Scene
-------------------------------------------------------------------------------*/
#Boot {
  height: 100%;
}
#Boot .heading {
  text-align: center;
  margin-bottom: 2vw;
}
#Boot .heading h1 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  margin-bottom: 4vw;
  color: black;
  font-size: 6.5em;
  line-height: 1;
}
#Boot .heading h2 {
  margin-bottom: 1vw;
}
#Boot #map {
  width: 65vw;
}
#Boot .heading {
  text-align: center;
  padding: 10vw;
  margin-top: 18vw;
}
#Boot .heading h1 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  color: black;
  font-size: 9.5em;
  line-height: 1;
}
#Boot .heading .h2 {
  font-family: "Roboto", sans-serif;
  font-size: 3.8em;
  font-weight: 500;
  line-height: 1.19;
  color: black;
  margin-bottom: 0.9vw;
}
#Boot .this-row {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 8vw;
}
#Boot .introductory-text {
  text-align: left;
  max-width: 40vw;
  margin-left: 50%;
  color: black;
  transform: translate(-50%, 0%);
}
#Boot .falling {
  animation: falling 0.3s linear;
}

/* Logos
-------------------------------------------------------------------------------*/
.logos {
  padding: 9.259vw 0;
}
.logos .text-content {
  flex: 0 0 41.667vw;
  max-width: 41.667vw;
}
.logos .small {
  line-height: 1.3;
}
.logos .logo-row {
  display: flex;
  align-items: center;
  gap: 8.102vw;
  flex: 0 0 100%;
  max-width: 100%;
  justify-content: center;
}
.logos .logo-row .logo-group {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 3.25vw;
}
.logos .logo-row .logo {
  margin-top: 4.63vw;
  height: 4.051vw;
  max-width: 8.681vw;
  filter: url(#duotone-hard-light);
}
.logos .logo-row .logo.no-filter {
  filter: none;
}
.logos .logo-row .logo.city-ulm {
  margin-left: 8vw;
  width: 8.102vw;
  height: auto;
  max-width: none;
}
.logos .logo-row .logo.funders {
  width: 40vw;
  max-width: none;
  height: auto;
}
.logos .logo-row .logo.ini {
  height: 4.5vw;
  width: auto;
  max-width: none;
}
.logos .logo-row .logo.bmwbs {
  max-width: none;
  height: 8.1vw;
}
.logos .logo-row .logo.msc {
  max-width: none;
  height: 7.5vw;
  filter: url(#flat-gray);
}
.logos .logo-row .logo.kfw {
  max-width: none;
  height: 3vw;
}
.logos .logo-row.logo-row-2 .logo {
  margin-top: 7.2vw;
  max-width: 13.31vw;
}
.logos .logo-row.logo-row-2 .logo.swu {
  height: 5.151vw;
}
.logos .logo-row.logo-row-3 {
  gap: 10vw;
}
.logos .logo-row.logo-row-3 .logo {
  margin-top: 7.2vw;
  max-width: 7.681vw;
}
.logos .logo-row.logo-row-3 .logo.dz {
  height: 3vw;
}

/* Height Warning
-------------------------------------------------------------------------------*/
#height-warning {
  display: block;
  position: absolute;
  z-index: 2000;
  top: 1920px;
  width: 100%;
  height: 30px;
  background: rgba(255, 0, 0, 0.4);
}

/* Slide Count
-------------------------------------------------------------------------------*/
#footer-info {
  display: flex;
  align-items: center;
  gap: 3vw;
}

#footer-website {
  font-size: 1.25em;
  font-weight: 300;
  color: #000000;
}

#slide-numbering {
  position: static;
  font-size: 1em;
}
#slide-numbering #current-slide {
  color: #000000;
  font-weight: 600;
  font-size: 1.22em;
  line-height: 1.18;
  display: inline-block;
}
#slide-numbering #divider {
  color: #000000;
  font-weight: 400;
  font-size: 1.11em;
  line-height: 1.2;
  display: inline-block;
  transform: translate(-4px, 9px);
}
#slide-numbering #total-slides {
  color: #000000;
  font-weight: 400;
  font-size: 0.85em;
  line-height: 1.23;
  display: inline-block;
  transform: translate(-10px, 15px);
}

/* QR Code
-------------------------------------------------------------------------------*/
#remote-control-qrcode {
  position: static;
  width: 150px;
  height: 150px;
}
#remote-control-qrcode svg {
  width: 100%;
  height: 100%;
}

/* danube flood
-------------------------------------------------------------------------------*/
#danubeflood-traffic-light svg {
  height: 14vw;
  width: auto;
}

#danubeflood-last-flood-container {
  /*flex: 0 0 44%;
  max-width: 45%;*/
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 1.447vw;
}

#danubeflood-image {
  width: 100%;
}

#door-traffic-light svg {
  height: 9.5vw;
  width: auto;
}

#wastelevel-traffic-light svg {
  height: 9.5vw;
  width: auto;
}

.traffic-light-labels {
  padding-left: 3vw;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.traffic-light-labels div {
  font-size: 1.6em;
  font-weight: 500;
  line-height: 1;
  width: 100%;
}

/* parking
-------------------------------------------------------------------------------*/
#Parking .parking-area svg {
  display: block;
  width: 100%;
  height: auto;
}
#Parking .parking-area svg .parking-spot {
  display: none;
}
#Parking .parking-occupancy {
  display: flex;
  align-items: flex-end;
  line-height: 1;
}
#Parking .parking-occupancy #traffic-light-counter {
  font-size: 4.78em;
  font-weight: 700;
}
#Parking .parking-occupancy #max-slots svg {
  width: 4vw;
  height: auto;
  margin-bottom: 0.4vw;
}

/* co2
-------------------------------------------------------------------------------*/
.co2-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 0.8em;
  line-height: 1.4;
  border-radius: 0.579vw;
  overflow: hidden;
}
.co2-table th,
.co2-table td {
  padding: 0.926vw 1.157vw;
  text-align: left;
  vertical-align: top;
}
.co2-table thead th {
  background-color: #00308F;
  color: #fff;
  font-weight: 600;
  line-height: 1.2;
}
.co2-table tbody td {
  font-weight: 300;
}
.co2-table tbody td:first-child {
  font-weight: 500;
}
.co2-table tbody tr:nth-child(even) {
  background-color: #EAEDF1;
}

/* blackice
-------------------------------------------------------------------------------*/
#Blackice .leafletmap {
  width: 100%;
  height: 32vw;
}
#Blackice .blackice-map {
  height: 42vw;
}
#Blackice .blackice-warning-box {
  box-sizing: border-box;
  width: 100%;
  min-height: 10vw;
  padding: 1.5vw 2vw;
  border-radius: 0.6vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #999;
  color: #fff;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
}
#Blackice .blackice-legend-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 1.6vw;
  font-size: 0.7em;
  line-height: 1.4;
}
#Blackice .blackice-legend-list li {
  display: flex;
  align-items: center;
  margin-bottom: 0.6vw;
}
#Blackice .blackice-legend-list .swatch {
  display: inline-block;
  width: 1.3vw;
  height: 1.3vw;
  border-radius: 2px;
  margin-right: 0.8vw;
  flex-shrink: 0;
}
#Blackice .blackice-history-chart-container {
  height: 22vw;
  width: 100%;
}
#Blackice #list-blackice {
  line-height: 1.1;
}

/* raisedgarden
-------------------------------------------------------------------------------*/
#RaisedGarden .rg-overlay-wrapper {
  position: relative;
  width: 100%;
}
#RaisedGarden .rg-overlay-wrapper svg {
  display: block;
}
#RaisedGarden .rg-overlay-box {
  position: absolute;
  top: 27.48%;
  height: 72.07%;
  overflow: hidden;
}
#RaisedGarden .rg-overlay-box canvas {
  display: block;
  width: 100% !important;
  height: 100% !important;
}
#RaisedGarden #rg-overlay-grass {
  left: 0.12%;
  width: 21.38%;
}
#RaisedGarden #rg-overlay-dirt {
  left: 26.25%;
  width: 21.38%;
}
#RaisedGarden #rg-overlay-gravel {
  left: 52.38%;
  width: 21.38%;
}
#RaisedGarden #rg-overlay-concrete {
  left: 78.5%;
  width: 21.38%;
}

/* footer bar
-------------------------------------------------------------------------------*/
#footer-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 2.593vw;
  height: 150px;
  z-index: 1001;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.852vw;
  box-sizing: border-box;
  pointer-events: none;
}
#footer-bar > * {
  pointer-events: auto;
}

#qr-hint {
  display: flex;
  align-items: center;
  gap: 0.6vw;
  height: 100%;
}

#qr-hint-arrow {
  flex: 0 0 auto;
  width: 2.4vw;
  height: auto;
  color: #00308F;
  transform: rotate(-4deg);
}

#qr-hint-text {
  font-family: "Caveat", cursive;
  font-weight: 700;
  font-size: 1.45em;
  line-height: 1;
  color: #00308F;
  max-width: 18vw;
  transform: rotate(-2deg);
}

/* progressbar
-------------------------------------------------------------------------------*/
#progressbar-canvas {
  position: fixed;
  z-index: 1000;
  height: 0.741vw;
  width: 100%;
  left: 0;
  bottom: 0;
}

#progressbar {
  position: fixed;
  z-index: 1000;
  height: 0.741vw;
  background-color: #00308F;
  width: 0;
  left: 0;
  bottom: 0;
}

.animation-start {
  animation-name: progressbarAnimation;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}

@keyframes progressbarAnimation {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
progress::-webkit-progress-bar {
  background-color: #fff;
}

progress::-webkit-progress-value {
  background-color: #00308F;
  border-radius: 0.648vw;
}

progress::-moz-progress-bar {
  background-color: #fff;
}

progress::-webkit-progress-value {
  background-color: #00308F;
}

#namepush {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 30vw;
  background-color: white;
  color: black;
  text-align: center;
  padding-top: 30vw;
  z-index: 9999;
}
#namepush #namepushsmiley {
  width: 25vw;
  margin: 8vw auto 0;
}

#lorapark-wrapper #Loading {
  padding: 0;
}
#lorapark-wrapper #Loading .loading-box {
  min-height: var(--loading-space, 60vh);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  animation: loading-appear 0.6s ease-out;
}
#lorapark-wrapper #Loading .wave {
  position: relative;
  width: 30vw;
  margin-bottom: 4vw;
  mask-image: linear-gradient(90deg, transparent, #000 14%, #000 86%, transparent);
}
#lorapark-wrapper #Loading .wave::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 0.1vw;
  background-color: rgba(0, 48, 143, 0.14);
}
#lorapark-wrapper #Loading .wave svg {
  display: block;
  width: 100%;
  height: auto;
}
#lorapark-wrapper #Loading .wave path {
  fill: none;
  stroke: #00308F;
  stroke-width: 8;
  stroke-linecap: round;
  animation: loading-wave 8s linear infinite;
}
#lorapark-wrapper #Loading .claim {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 2.7em;
  letter-spacing: -0.01em;
  line-height: 1;
  color: #000000;
  margin-bottom: 0.9vw;
}
#lorapark-wrapper #Loading .status {
  font-size: 1em;
  font-weight: 300;
  letter-spacing: 0.02em;
  color: #555F77;
}
#lorapark-wrapper #Loading .dots span {
  display: inline-block;
  animation: loading-blink 1.4s ease-in-out infinite;
}
#lorapark-wrapper #Loading .dots span:nth-child(2) {
  animation-delay: 0.2s;
}
#lorapark-wrapper #Loading .dots span:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes loading-wave {
  from {
    transform: translateX(var(--loading-run, -1200px));
  }
  to {
    transform: translateX(0);
  }
}
@keyframes loading-blink {
  0%, 100% {
    opacity: 0.25;
  }
  50% {
    opacity: 1;
  }
}
@keyframes loading-appear {
  from {
    opacity: 0;
    transform: translateY(1vw);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*# sourceMappingURL=redesign.css.map */
