@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");
}
:root {
  --vw: calc(1vw * 1);
}

@media screen and (min-width: 1728px) {
  :root {
    --vw: calc(1728px / 100 * 1);
  }
}
body {
  font-size: calc(1.389 * var(--vw));
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
body.push-footer-down {
  display: flex;
  flex-wrap: wrap;
  height: 100dvh;
}
body.push-footer-down footer, body.push-footer-down section {
  flex: 0 0 100%;
  max-width: 100%;
}
body.push-footer-down footer {
  align-self: flex-end;
}

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

a {
  color: #00308F;
}
a:hover {
  color: #3D7BFF;
}

/* Header
-------------------------------------------------------------------------------*/
header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: calc(2.604 * var(--vw));
  right: calc(2.604 * var(--vw));
  width: calc(43.634 * var(--vw));
  border-radius: calc(0.231 * var(--vw));
  background-color: #EAEDF1;
  padding: calc(0.463 * var(--vw)) calc(0.463 * var(--vw)) calc(0.463 * var(--vw)) calc(0.926 * var(--vw));
  z-index: 1100;
}
header.only-logo {
  padding: calc(0.926 * var(--vw));
  width: auto;
}
header .lorapark-logo {
  display: block;
  width: calc(7.35 * var(--vw));
}
header .lorapark-logo-container {
  width: calc(7.35 * var(--vw));
  display: flex;
  flex-wrap: wrap;
}
header .lorapark-logo-container .lorapark-logo {
  margin-bottom: calc(0.3077 * var(--vw));
}
header .lorapark-logo-container .line {
  width: calc(2.293 * var(--vw));
  height: calc(0.199 * var(--vw));
  display: inline-block;
  background-color: #000000;
}
header .main-links {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
header .main-links a {
  color: #000000;
  text-decoration: none;
  font-size: 0.667em;
  line-height: 1;
  margin-right: calc(2.315 * var(--vw));
  font-weight: 400;
}
header .main-links a:last-child {
  margin-right: 0;
}
header .main-links a:hover {
  text-decoration: underline;
}
header .menu {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 0.667em;
  line-height: 1;
  font-weight: 600;
  cursor: pointer;
}
header .menu .menu-indicator {
  width: calc(2.546 * var(--vw));
  height: calc(2.546 * var(--vw));
  border-radius: calc(0.347 * var(--vw));
  background-color: #000000;
  margin-left: calc(0.868 * var(--vw));
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0 calc(0.463 * var(--vw));
  flex-direction: column;
  cursor: pointer;
}
header .menu .menu-indicator span {
  width: calc(0.926 * var(--vw));
  height: calc(0.116 * var(--vw));
  background-color: #EAEDF1;
  margin-bottom: calc(0.231 * var(--vw));
  transition: all 100ms ease-in-out;
  transform-origin: center;
}
header .menu .menu-indicator span:last-child {
  margin-bottom: 0;
}
header .menu .menu-indicator.active span:first-child {
  transform: rotate(45deg);
}
header .menu .menu-indicator.active span:nth-child(2) {
  display: none;
}
header .menu .menu-indicator.active span:last-child {
  transform: rotate(-45deg);
  margin-top: -6px;
}

/* Sidebar
-------------------------------------------------------------------------------*/
.sidebar {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  right: 0;
  left: auto;
  width: calc(31 * var(--vw));
  bottom: 0;
  background-color: #EAEDF1;
  z-index: 1200;
  padding: calc(3.04 * var(--vw));
  transform: translateX(100%);
  visibility: hidden;
  transition: transform 200ms ease-in-out, visibility 0s linear 200ms;
}
.sidebar.open {
  transform: translateX(0);
  visibility: visible;
  transition: transform 200ms ease-in-out, visibility 0s;
}
.sidebar .sidebar-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 2em;
}
.sidebar .home {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  border-bottom: 0.04em solid #00308F;
  padding-bottom: 0.1em;
}
.sidebar .lorapark-logo-container {
  width: calc(7.35 * var(--vw));
  display: flex;
  flex-wrap: wrap;
}
.sidebar .lorapark-logo-container .lorapark-logo {
  margin-bottom: calc(0.3077 * var(--vw));
}
.sidebar .lorapark-logo-container .line {
  width: calc(2.293 * var(--vw));
  height: calc(0.199 * var(--vw));
  display: inline-block;
  background-color: #000000;
}
.sidebar .lorapark-logo {
  display: block;
  width: calc(7.35 * var(--vw));
}
.sidebar .svg-icon {
  display: inline-flex;
  align-items: center;
  justify-items: center;
  height: 1em;
  width: 1em;
}
.sidebar .svg-icon svg {
  height: 1em;
  width: 1em;
}
.sidebar .link {
  text-decoration: underline;
  color: #00308F;
}
.sidebar .link:has(.home) {
  text-decoration: none;
}
.sidebar .link.small {
  font-size: 0.667em;
}
.sidebar .link.medium {
  font-size: 0.833em;
}
.sidebar .menu-close {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 0.667em;
  line-height: 1;
  font-weight: 600;
  cursor: pointer;
}
.sidebar .menu-close .menu-indicator {
  width: calc(2.546 * var(--vw));
  height: calc(2.546 * var(--vw));
  border-radius: calc(0.347 * var(--vw));
  background-color: #000000;
  margin-left: calc(0.868 * var(--vw));
  position: relative;
}
.sidebar .menu-close .menu-indicator span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(0.926 * var(--vw));
  height: calc(0.116 * var(--vw));
  margin: 0;
  background-color: #EAEDF1;
  transition: transform 100ms ease-in-out;
  transform-origin: center;
  transform: translate(-50%, -50%);
}
.sidebar .menu-close .menu-indicator.active span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}
.sidebar .menu-close .menu-indicator.active span:nth-child(2) {
  display: none;
}
.sidebar .menu-close .menu-indicator.active span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.sidebar .applications {
  flex: 1;
  overflow-y: auto;
}
.sidebar .applications::after {
  content: "";
  display: block;
  position: sticky;
  bottom: 0;
  height: 7em;
  margin-top: -7em;
  background: linear-gradient(to bottom, rgba(234, 237, 241, 0) 0%, rgba(234, 237, 241, 0.85) 60%, #EAEDF1 85%);
  pointer-events: none;
  opacity: 0;
  transition: opacity 150ms ease-in-out;
}
.sidebar .applications.can-scroll::after {
  opacity: 1;
}
.sidebar .applications .small-text {
  font-size: 0.667em;
  color: #555F77;
  margin-bottom: 1em;
}
.sidebar .applications .application {
  margin-bottom: 0.83em;
}
.sidebar .applications .application a {
  text-decoration: none;
}
.sidebar .applications .application a .link-row {
  display: flex;
  flex-direction: row;
  justify-items: start;
  align-items: center;
  gap: 0.4em;
}
.sidebar .applications .application a .link-row .application-name {
  color: black;
  font-size: 1.15em;
}
.sidebar .applications .application a .link-row .icon {
  display: flex;
  background: #ffffff;
  width: 1.33em;
  height: 1.33em;
  border-radius: 0.25em;
  padding: 0.167em;
  align-items: center;
  justify-items: center;
  flex: 0 0 auto;
}
.sidebar .applications .application a .link-row .icon svg {
  width: 1em;
  height: 1em;
}
.sidebar .applications .application a .link-row .svg-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 1em;
  width: 1em;
  flex: 0 0 auto;
  transition: transform 0.2s;
}
.sidebar .applications .application a .link-row .svg-icon svg {
  height: 1em;
  width: 1em;
}
.sidebar .applications .application a:hover .link-row .svg-icon {
  transform: translateX(0.2em);
}
@media (prefers-reduced-motion: reduce) {
  .sidebar .applications .application a .link-row .svg-icon, .sidebar .applications .application a:hover .link-row .svg-icon {
    transition: none;
    transform: none;
  }
}
.sidebar .applications .application .application-name.active {
  font-weight: 600;
}
.sidebar #sidebar-footer {
  margin-top: auto;
  margin-bottom: 0;
  gap: 0.833em;
  justify-items: flex-start;
}
.sidebar #sidebar-footer a, .sidebar #sidebar-footer span {
  font-size: 0.54em;
  color: #555F77;
  text-decoration: none;
}
.sidebar #sidebar-footer .copyright {
  margin-left: auto;
}

/* Blur page content when sidebar is open
-------------------------------------------------------------------------------*/
body.sidebar-open > *:not(.sidebar) {
  filter: blur(8px);
  transition: filter 200ms ease-in-out;
}

/* Grid
-------------------------------------------------------------------------------*/
.grid-inner {
  max-width: calc(88.426 * var(--vw));
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.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: calc(5.185 * var(--vw));
}
.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: calc(5.185 * var(--vw));
}

.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: calc(2.315 * var(--vw));
}

.text-padding-right {
  padding-right: calc(2.315 * var(--vw));
}

.flex {
  display: flex;
}

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

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

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

/* Force flex children onto their own row above the mobile breakpoint. Below it the
   parent column goes full-width (col-sm-12) and children flow/wrap by content width. */
@media (min-width: 601px) {
  .stack-above-mobile > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.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;
}

.margin-top {
  margin-top: calc(1.5 * var(--vw));
}

.margin-top-large {
  margin-top: calc(4 * var(--vw));
}

.margin-bottom-large {
  margin-bottom: calc(4 * var(--vw));
}

.hidden {
  display: none;
}

.full-height {
  height: 100%;
}

.relative {
  position: relative;
}

.section-padding {
  padding: calc(9.259 * var(--vw)) 0;
}

.section-padding-small {
  padding: calc(3 * var(--vw)) 0;
}

/* General
-------------------------------------------------------------------------------*/
h1, h2, h3 {
  font-weight: 300;
  font-size: 5em;
  line-height: 1.3;
  letter-spacing: -0.02em;
  margin-bottom: calc(2.315 * var(--vw));
}
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: calc(4.63 * var(--vw));
}

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

.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;
  white-space: nowrap;
  hyphens: none;
}
.line-part:after {
  content: "";
  display: block;
  width: 1.84em;
  height: 0.18em;
  background-color: var(--line-color);
  margin-top: -0.18em;
}

.value-line {
  width: 3.833em;
  height: 0.375em;
  margin-top: 0.42em;
  background-color: var(--line-color);
}

h4 {
  margin-bottom: calc(0.52 * var(--vw));
  font-weight: 600;
  line-height: 1;
  font-size: 1.14em;
}

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

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

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

.buttons {
  display: flex;
  justify-content: center;
  gap: calc(0.579 * var(--vw));
}
.buttons.justify-content-flex-start {
  justify-content: flex-start;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  padding: 0;
  margin: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  user-select: none;
  outline: none;
}

.button {
  display: inline-flex;
  align-items: center;
  color: #fff;
  background-color: #00308F;
  border-radius: calc(2.894 * var(--vw));
  padding: calc(0.513 * var(--vw)) calc(0.926 * var(--vw)) calc(0.463 * var(--vw));
  font-size: 0.6667em;
  line-height: 2;
  text-decoration: none;
  transition: background-color 0.2s;
}
.button.hidden {
  display: none;
}
.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: $lightGrey;
  color: $textColor;

  &::after {
      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='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 5L19 12L12 19' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / contain;
  }*/
  color: #fff;
  background-color: #3D7BFF;
}
.button.margin-bottom {
  margin-bottom: calc(1.157 * var(--vw));
}
.button.external {
  border: 1px solid #1b1b1b;
  background-color: #fff;
  color: #1b1b1b;
}
.button.external::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='M8.05078 15.9502L17.9503 6.0507' stroke='%2300308F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.04972 6.0507L17.9492 6.0507L17.9492 15.9502' stroke='%2300308F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/contain;
}
.button.external:hover {
  border: 1px solid #1b1b1b !important;
  background-color: #1b1b1b;
  border: #fff;
  color: #fff;
}
.button.external:hover::after {
  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='M8.05078 15.9502L17.9503 6.0507' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.04972 6.0507L17.9492 6.0507L17.9492 15.9502' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/contain;
}
.button.with-icon svg {
  width: calc(2.778 * var(--vw));
  height: calc(2.778 * var(--vw));
}
.button.with-icon:after {
  display: none;
}
.button.with-icon:last-child {
  margin-right: 0;
}
.button.with-icon svg path {
  fill: #fff;
}
.button.with-icon:hover {
  background-color: #1b1b1b;
}
.button.with-icon:disabled, .button.with-icon:disabled:hover {
  background-color: #EAEDF1;
  cursor: not-allowed;
}
.button.with-icon:disabled svg, .button.with-icon:disabled:hover svg {
  opacity: 0.4;
}
.button.with-icon:disabled svg path, .button.with-icon:disabled:hover svg path {
  fill: #1b1b1b;
}

.tag {
  font-weight: 600;
  font-size: 0.667em;
  border-radius: calc(0.289 * var(--vw));
  background-color: #EAEDF1;
  padding: calc(0.579 * var(--vw));
  line-height: 1.1875;
  display: inline-block;
  margin-bottom: calc(0.579 * var(--vw));
}
.tag.section-title {
  margin-bottom: calc(1.158 * var(--vw));
}
.tag.small {
  font-size: 0.54em;
  padding: calc(0.414 * var(--vw));
}

.big-measurement {
  font-size: 2.083em;
  margin-bottom: calc(1.157 * var(--vw));
  font-weight: normal;
  display: inline-flex;
  background-color: #EAEDF1;
  padding: calc(0.926 * var(--vw));
  border-radius: calc(0.579 * var(--vw));
  align-items: baseline;
}
.big-measurement.loading .value,
.big-measurement.loading .unit {
  display: none;
}
.big-measurement.loading .loading-shimmer {
  align-self: center;
  width: 4em;
  height: 1.2em;
}

/* Loading shimmer ("frosted veil")
   -----------------------------------------------------------------------------
   The loading state covers the content region instead of replacing it: real
   chrome (headlines, units, chart axes) stays crisp, and only the area the
   data will fill sits under a brand-tinted pane of glass with a slow diagonal
   sheen. Replaces the earlier bouncing brand dots.

   .loading-shimmer is inert markup rendered by number.tpl / sensor.tpl and by
   Main.initMap's veil. It is invisible unless it sits inside a .loading or
   .map-loading container, so a template can render it unconditionally. */
.loading-shimmer {
  display: none;
  position: relative;
  overflow: hidden;
  border-radius: 0.1em;
  background: linear-gradient(135deg, rgba(0, 48, 143, 0.07), rgba(2, 167, 255, 0.05));
  animation: loading-breathe 2.8s ease-in-out infinite;
}
.loading-shimmer::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent 35%, rgba(255, 255, 255, 0.75) 50%, transparent 65%);
  transform: translateX(-100%);
  animation: loading-sheen 2.8s ease-in-out infinite;
}

.loading .loading-shimmer,
.map-loading .loading-shimmer {
  display: block;
}

@keyframes loading-sheen {
  to {
    transform: translateX(100%);
  }
}
@keyframes loading-breathe {
  0%, 100% {
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
}
/* The reveal is half of the loading design: content dissolves in when the veil
   is dropped rather than snapping in.

   The :has() guard limits this to values that actually had a loading state —
   number.tpl only renders .loading-shimmer when a valueId is present, so
   static numbers are left alone instead of fading in on every page load. */
.stats-value:not(.loading):has(> .loading-shimmer) .value,
.chart-container:not(.loading) canvas {
  animation: loading-reveal 0.5s ease both;
}

@keyframes loading-reveal {
  from {
    opacity: 0;
    transform: scale(0.985);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@media (prefers-reduced-motion: reduce) {
  .loading-shimmer,
.loading-shimmer::after,
.chart-container.loading .chart-loading-overlay,
.stats-value:not(.loading):has(> .loading-shimmer) .value,
.chart-container:not(.loading) canvas {
    animation: none;
  }

  .loading-shimmer {
    opacity: 0.85;
  }
}
.stats-value.loading .value,
.stats-value.loading .unit {
  display: none;
}
.stats-value.loading .loading-shimmer {
  font-size: 4.78em;
  line-height: 1;
  width: 2.2em;
  height: 1em;
}
.stats-value.loading.small .loading-shimmer {
  font-size: 3.84em;
}
.stats-value.loading.smaller .loading-shimmer {
  font-size: 2.84em;
}

/* Route map
-------------------------------------------------------------------------------*/
#route-map {
  width: 100%;
  height: calc(34.722 * var(--vw));
  border-radius: calc(0.231 * var(--vw));
  overflow: hidden;
}

/* Map marker (active slide) */
.map-marker:not(.no-pointer) {
  cursor: pointer;
}

.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);
  }
}
/* Route start/end markers — slightly bigger so the icon inside stays readable */
.map-marker-dot.is-start,
.map-marker-dot.is-end {
  width: 24px;
  height: 24px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Start: green circle with a white play triangle */
.map-marker-dot.is-start {
  background-color: #64CB35;
}
.map-marker-dot.is-start::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #fff;
  margin-left: 2px;
}

/* End: checkered flag pattern inside a clean white ring */
.map-marker-dot.is-end {
  background-color: #fff;
}
.map-marker-dot.is-end::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-image: conic-gradient(#111 0 25%, #fff 0 50%, #111 0 75%, #fff 0);
  background-size: 8px 8px;
  background-position: -1px 1px;
}

/* "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: calc(0.694 * var(--vw));
  margin-left: 0;
  margin-bottom: 0;
  padding: calc(0.579 * var(--vw)) 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;
}

/* Remote Control - Jump to application
-------------------------------------------------------------------------------*/
.select-application li {
  cursor: pointer;
}
.select-application li:hover {
  color: #00308F;
}
.select-application li.current span {
  background: #00308F;
  color: #fff;
}
.select-application li:disabled, .select-application li.disabled {
  cursor: not-allowed;
  opacity: 0.3;
}
.select-application li:disabled:hover, .select-application li.disabled:hover {
  color: #000000;
}

/* Remote Control Error Message
-------------------------------------------------------------------------------*/
.ajax-error-message {
  margin-bottom: calc(2.314 * var(--vw));
  color: #EB5757;
  font-weight: 700;
}

/* Charts
-------------------------------------------------------------------------------*/
.chart-container {
  --legend-extra: 0px;
}
.chart-container .chart-wrapper {
  position: relative;
}
.chart-container .chart-loading-overlay {
  display: none;
}

.chart-container.has-legend {
  --legend-extra: 9em;
}

.chart-container.has-small-legend {
  --legend-extra: 4.5em;
}

.chart-container.loading canvas {
  visibility: hidden;
}
.chart-container.loading .chart-loading-overlay {
  display: block;
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-left: 1px solid #cfd8e6;
  border-bottom: 1px solid #cfd8e6;
  border-radius: calc(0.579 * var(--vw));
  background: linear-gradient(135deg, rgba(0, 48, 143, 0.05), rgba(2, 167, 255, 0.04));
  animation: loading-breathe 2.8s ease-in-out infinite;
}
.chart-container.loading .chart-loading-overlay .loading-shimmer {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: none;
  animation: none;
}

/* Leaflet map loading state: desaturated tiles under a light veil with dots.
   z-index 1050 sits above leaflet's data panes (400-1000) and below header/sidebar controls (1100-1200). */
.map-loading .leaflet-tile-pane {
  filter: grayscale(60%) brightness(1.06);
}

.map-loading-veil {
  position: absolute;
  inset: 0;
  z-index: 1050;
  background: rgba(255, 255, 255, 0.45);
  display: block;
  overflow: hidden;
  pointer-events: none;
}
.map-loading-veil .loading-shimmer {
  position: absolute;
  inset: 0;
  border-radius: 0;
  background: none;
  animation: none;
}

/* MapLibre's cooperative-gestures hint ("Zum Zoomen Strg + Scrollen verwenden") ships with
   z-index: 99999, which puts it over the fixed header. Same layer as the other map overlays:
   above the map's own layers and controls, below header/sidebar (1100-1200).
   maplibre-gl.min.css is linked after website.css, so this needs the extra class to win. */
.maplibregl-map .maplibregl-cooperative-gesture-screen {
  z-index: 1050;
}

.map-notice {
  position: absolute;
  left: calc(0.6 * var(--vw));
  bottom: calc(0.6 * var(--vw));
  z-index: 1050;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 999px;
  padding: calc(0.3 * var(--vw)) calc(0.9 * var(--vw));
  font-size: 0.75em;
  pointer-events: none;
}

.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%;
}

/* Bühne
-------------------------------------------------------------------------------*/
.stage {
  height: calc(55.266 * var(--vw));
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.stage .background-image {
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
}
.stage .content {
  position: relative;
  z-index: 2;
  flex: 0 0 calc(39.426 * var(--vw));
  max-width: calc(39.426 * var(--vw));
  margin-top: calc(-8 * var(--vw));
  text-align: center;
}
.stage .content .logo {
  width: auto;
  margin: 0 auto;
  display: inline-block;
}
.stage .content .logo img {
  height: calc(3.472 * var(--vw));
  margin-bottom: calc(0.8681 * var(--vw));
}
.stage .content .logo .line {
  width: calc(5.324 * var(--vw));
  height: calc(0.463 * var(--vw));
  margin: 0 0 calc(1.852 * var(--vw));
  background-color: #000000;
}
.stage .content h1.claim {
  font-weight: 300;
  font-size: 2.0833em;
  line-height: 1.3;
  margin-bottom: 0;
  text-align: center;
}
.stage .welcome-message {
  background-color: #fff;
  margin-top: auto;
  width: calc(58.507 * var(--vw));
  padding: calc(2.083 * var(--vw)) calc(2.778 * var(--vw));
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.stage .welcome-message h2, .stage .welcome-message h3 {
  margin-bottom: 0;
}
.stage .welcome-message a {
  font-size: 0.667em;
  color: #00308F;
  text-decoration: underline;
}
.stage .welcome-message a:hover {
  color: #000000;
}

/* Icon Box
-------------------------------------------------------------------------------*/
.icon-row {
  padding: calc(9.259 * var(--vw)) 0 calc(5.787 * var(--vw));
}
.icon-row .icon-box {
  height: 100%;
}

.icon-box {
  background-color: rgba(234, 237, 241, 0.2);
  border: 1px solid #EAEDF1;
  padding: calc(1.736 * var(--vw));
  border-radius: calc(0.579 * var(--vw));
}
.icon-box .icon {
  width: calc(1.389 * var(--vw));
  margin: 0 auto calc(0.579 * var(--vw));
}
.icon-box .title {
  color: #00308F;
  font-size: 1em;
  line-height: 1.667;
  font-weight: 300;
  margin-bottom: calc(0.579 * var(--vw));
  text-align: center;
}
.icon-box .text {
  font-size: 0.68em;
  line-height: 1.71;
  text-align: center;
  font-weight: 300;
}

/* Numbers
-------------------------------------------------------------------------------*/
.numbers-section {
  background-color: #1b1b1b;
  color: #fff;
  padding: calc(9.259 * var(--vw)) 0;
}
.numbers-section .number-container {
  flex: 0 0 calc(16.898 * var(--vw));
  max-width: calc(16.898 * var(--vw));
}
.numbers-section .number-container .number {
  font-size: 2.083em;
  line-height: 1.3;
  font-weight: 300;
  letter-spacing: -0.02em;
  margin-bottom: calc(0.579 * var(--vw));
}
.numbers-section .number-container .line {
  width: calc(5.324 * var(--vw));
  height: 1px;
  background-color: #fff;
  margin-bottom: calc(0.579 * var(--vw));
}
.numbers-section .number-container .title {
  font-size: 1em;
  font-weight: 300;
  line-height: 1.667;
}
.numbers-section .number-container .text {
  font-size: 0.68em;
  line-height: 1.428;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.6);
}

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

/* Applications
-------------------------------------------------------------------------------*/
.applications h2 {
  margin-bottom: calc(2.894 * var(--vw));
}
.applications .button {
  font-weight: 600;
  padding-top: calc(0.231 * var(--vw));
  padding-bottom: calc(0.231 * var(--vw));
  line-height: 2;
}
.applications .applications {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: calc(1.736 * var(--vw));
  margin-top: calc(4.63 * var(--vw));
}
.applications .applications .application {
  display: flex;
  align-items: flex-end;
  background: #a1a1a1;
  flex: 0 0 calc(28.299 * var(--vw));
  max-width: calc(28.299 * var(--vw));
  height: calc(36.227 * var(--vw));
  padding: calc(1.157 * var(--vw));
  position: relative;
}
.applications .applications .application > img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.applications .applications .application .application-infos {
  flex: 0 0 100%;
  max-width: 100%;
  padding: calc(0.926 * var(--vw));
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.applications .applications .application .application-infos .application-name {
  font-weight: 300;
  font-size: 1em;
  color: #00308F;
  hyphens: auto;
  overflow-wrap: break-word;
}

/* Quote
-------------------------------------------------------------------------------*/
.quote-on-image-container {
  display: flex;
  justify-content: center;
  position: relative;
}
.quote-on-image-container .background-images {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
}
.quote-on-image-container .background-images .background-image {
  flex: 0 0 50%;
  max-width: 50%;
  width: 50%;
  height: 100%;
  object-fit: cover;
}
.quote-on-image-container .quote-container {
  background-color: #fff;
  flex: 0 0 calc(46.412 * var(--vw));
  max-width: calc(46.412 * var(--vw));
  position: relative;
  z-index: 2;
  padding: calc(12.731 * var(--vw)) calc(3.125 * var(--vw)) calc(3.125 * var(--vw)) calc(3.125 * var(--vw));
}
.quote-on-image-container .quote-container .quote-sign-container {
  margin-bottom: calc(2.315 * var(--vw));
}
.quote-on-image-container .quote-container .quote-sign-container .quote-sign {
  width: calc(3.009 * var(--vw));
}
.quote-on-image-container .quote-container blockquote {
  border-top: 1px solid #000000;
  padding-top: calc(1.157 * var(--vw));
  font-size: 1em;
  font-weight: 300;
  line-height: 1.667em;
  margin-bottom: calc(2.315 * var(--vw));
}
.quote-on-image-container .quote-container cite {
  line-height: 1;
  font-weight: 700;
  font-style: normal;
}
.quote-on-image-container .quote-container cite .company {
  font-weight: 300;
  font-size: 0.667em;
  line-height: 1.5;
}

/* Timeline Container
-------------------------------------------------------------------------------*/
.timeline-container .timeline {
  margin-top: calc(5.787 * var(--vw));
}
.timeline-container .timeline-box {
  position: relative;
  width: 100%;
  max-width: calc(88.426 * var(--vw));
  margin: 0 auto;
  aspect-ratio: 1530/1418;
}
.timeline-container .timeline-track {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}
.timeline-container .timeline-track-base {
  fill: none;
  stroke: #00308F;
  stroke-width: 3;
  opacity: 0.2;
}
.timeline-container .timeline-track-progress {
  fill: none;
  stroke: #00308F;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-dasharray: 1;
  stroke-dashoffset: var(--tl-progress, 1);
  transition: stroke-dashoffset 0.12s linear;
}
.timeline-container .timeline-node {
  fill: #00308F;
}
.timeline-container .timeline-card {
  position: absolute;
  box-sizing: border-box;
  min-height: 10.296%;
  padding: 1.307%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #1b1b1b;
  border-radius: calc(0.347 * var(--vw));
  color: #fff;
}
.timeline-container .timeline-card .card-tag {
  align-self: flex-start;
  padding: calc(0.289 * var(--vw)) calc(0.694 * var(--vw));
  background: rgba(255, 255, 255, 0.14);
  border-radius: calc(0.231 * var(--vw));
  margin-bottom: calc(0.289 * var(--vw));
  font-size: 0.5em;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1;
  white-space: nowrap;
}
.timeline-container .timeline-card .text {
  margin: 0;
  font-size: 0.5833em;
  line-height: 1.35;
}

@media (prefers-reduced-motion: reduce) {
  .timeline-container .timeline-track-progress {
    stroke-dashoffset: 0;
    transition: none;
  }
}
/* Charts
-------------------------------------------------------------------------------*/
.image-with-textbox {
  position: relative;
  padding: calc(5.787 * var(--vw)) 0;
  height: calc(52.083 * var(--vw));
}
.image-with-textbox .background-image {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
}
.image-with-textbox .grid-inner {
  height: 100%;
  z-index: 2;
  position: relative;
}
.image-with-textbox .text-box {
  background-color: #fff;
  padding: calc(1.736 * var(--vw));
  max-width: calc(38.889 * var(--vw));
}
.image-with-textbox.box-left-bottom .grid-inner {
  align-items: flex-end;
}
.image-with-textbox.box-left-top .grid-inner {
  align-items: flex-start;
}
.image-with-textbox.box-right-bottom .grid-inner {
  justify-content: flex-end;
  align-items: flex-end;
}
.image-with-textbox.box-right-top .grid-inner {
  justify-content: flex-end;
  align-items: flex-start;
}

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

/* Sensor Main
-------------------------------------------------------------------------------*/
.sensor-main {
  padding: calc(5.787 * var(--vw)) 0 calc(0 * var(--vw));
}
.sensor-main .sensor-title {
  border-radius: calc(0.289 * var(--vw));
  padding: calc(0.579 * var(--vw));
  font-weight: 600;
  background-color: #EAEDF1;
  color: #000000;
  font-size: 0.667em;
  margin-bottom: calc(0.579 * var(--vw));
  width: auto;
  display: inline-block;
}
.sensor-main section {
  padding: calc(4.63 * var(--vw)) 0 calc(2.315 * var(--vw));
}
.sensor-main section:first-child {
  padding-top: 0;
  padding-bottom: calc(4.63 * var(--vw));
}
.sensor-main section.sensor-title-section {
  padding-top: calc(1.926 * var(--vw));
}
.sensor-main section.sensor-title-section:has(> :nth-child(2)) {
  padding-top: calc(3.852 * var(--vw));
}
.sensor-main section.sensor-title-section h1 {
  line-height: 1;
}
.sensor-main section.sensor-title-section .right-col-margin-top {
  margin-top: calc(3.5897 * var(--vw));
}
.sensor-main section.no-bottom-padding {
  padding-bottom: 0;
}
.sensor-main section.no-top-padding {
  padding-top: 0;
}
.sensor-main section.small-top-padding {
  padding-top: calc(1.447 * var(--vw));
}
.sensor-main section.graph-section {
  padding: calc(2.894 * var(--vw)) 0 calc(2.894 * var(--vw));
}
.sensor-main .chart-title {
  margin-bottom: calc(1.041 * var(--vw));
  font-weight: 600;
  line-height: 1;
}
.sensor-main .chart-title.align-right {
  text-align: right;
}
.sensor-main .chart-container {
  display: flex;
  flex-direction: column;
  min-height: calc(22 * var(--vw) + var(--legend-extra));
}
.sensor-main .chart-container .chart-wrapper {
  flex: 1 1 auto;
  min-height: 0;
  position: relative;
  aspect-ratio: 5/2;
}
.sensor-main .chart-container .chart {
  position: absolute;
  inset: 0;
}
.sensor-main .textbox {
  font-size: 1em;
  line-height: 1.6667;
  margin-bottom: calc(1.157 * var(--vw));
  font-weight: 300;
}
.sensor-main .textbox p {
  margin-bottom: calc(1.157 * var(--vw));
}
.sensor-main .textbox:last-child {
  margin-bottom: 0;
}
.sensor-main .margin-top {
  margin-top: calc(3.471 * var(--vw));
}

/* Traffic Light
-------------------------------------------------------------------------------*/
.traffic-light {
  display: flex;
  gap: calc(2.083 * var(--vw));
}
.traffic-light .signal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  max-width: calc(5.787 * var(--vw));
}
.traffic-light .signal .circle {
  width: calc(3.935 * var(--vw));
  height: calc(3.935 * var(--vw));
  border-radius: 50%;
  background-color: #EAEDF1;
  margin-bottom: calc(1.157 * var(--vw));
}
.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: calc(0.6 * var(--vw));
  font-weight: 400;
  display: flex;
  align-items: flex-end;
  margin-bottom: calc(0.825 * var(--vw));
}
.unit.top {
  align-items: flex-start;
  margin-top: calc(0.825 * var(--vw));
}

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

.equal-headline h4 {
  min-height: 2em;
}

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

#door-traffic-light svg {
  height: 6.84em;
  width: auto;
}

#wastelevel-traffic-light svg {
  height: 6.84em;
  width: auto;
}

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

/* co2
-------------------------------------------------------------------------------*/
.co2-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 0.8em;
  line-height: 1.4;
  border-radius: calc(0.579 * var(--vw));
  overflow: hidden;
}
.co2-table th,
.co2-table td {
  padding: calc(0.926 * var(--vw)) calc(1.157 * var(--vw));
  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;
}

/* personcounter
-------------------------------------------------------------------------------*/
#personcounter-map {
  width: 100%;
  aspect-ratio: 5/3;
}

/* blackice
-------------------------------------------------------------------------------*/
#Blackice .leafletmap {
  width: 100%;
  aspect-ratio: 5/3;
}
#Blackice .blackice-warning-box {
  box-sizing: border-box;
  width: 100%;
  min-height: calc(10 * var(--vw));
  padding: calc(1.5 * var(--vw)) calc(2 * var(--vw));
  border-radius: calc(0.6 * var(--vw));
  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: calc(1.6 * var(--vw));
  font-size: 0.7em;
  line-height: 1.4;
}
#Blackice .blackice-legend-list li {
  display: flex;
  align-items: center;
  margin-bottom: calc(0.6 * var(--vw));
}
#Blackice .blackice-legend-list .swatch {
  display: inline-block;
  width: calc(1.3 * var(--vw));
  height: calc(1.3 * var(--vw));
  border-radius: 2px;
  margin-right: calc(0.8 * var(--vw));
  flex-shrink: 0;
}
#Blackice #list-blackice {
  line-height: 1.1;
}

/* raisedgarden
-------------------------------------------------------------------------------*/
#RaisedGarden .rg-overlay-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4.5%;
}
@media screen and (max-width: 600px) {
  #RaisedGarden .rg-overlay-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 4%;
  }
}
#RaisedGarden .rg-defs {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
#RaisedGarden .rg-box {
  position: relative;
}
#RaisedGarden .rg-box svg {
  display: block;
  width: 100%;
}
#RaisedGarden .rg-overlay-box {
  position: absolute;
  top: 27.27%;
  height: 72.73%;
  left: 0;
  width: 100%;
  overflow: hidden;
}
#RaisedGarden .rg-overlay-box canvas {
  display: block;
  width: 100% !important;
  height: 100% !important;
}

/* 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: 2.88em;
  height: auto;
  margin-bottom: 0.29em;
}

/* Remote Control Stuff
-------------------------------------------------------------------------------*/
#remote-control {
  min-height: 65vh;
}

/* Footer
-------------------------------------------------------------------------------*/
footer {
  padding: calc(3.125 * var(--vw)) calc(5.787 * var(--vw));
  background-color: #000000;
  color: #fff;
}
footer .claim {
  max-width: calc(32.407 * var(--vw));
  line-height: 1.3;
  font-weight: 300;
  font-size: 1.208em;
  margin-bottom: 1em;
}
footer .footer-logo {
  margin-top: calc(9.259 * var(--vw));
  width: calc(13.137 * var(--vw));
}
footer.small .footer-logo {
  margin-top: calc(2.083 * var(--vw));
}
footer .footer-navigation {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.541em;
  gap: calc(2.315 * var(--vw));
}
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 a:hover {
  text-decoration: underline;
}
footer .footer-navigation .title {
  color: rgba(255, 255, 255, 0.6);
}
footer .footer-navigation .row {
  width: calc(13.252 * var(--vw));
}
footer .footer-navigation .legal {
  margin-left: calc(30.993 * var(--vw));
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: calc(2.315 * var(--vw));
}
footer .footer-navigation .legal .copyright, footer .footer-navigation .legal a {
  color: rgba(255, 255, 255, 0.6);
}

/* 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);
  }
}
/* Location map */
.location {
  position: relative;
  container-type: inline-size;
}

#location-map {
  width: 100%;
  height: calc(34.722 * var(--vw));
  min-height: 50cqw;
  border-radius: calc(0.231 * var(--vw));
  overflow: hidden;
}

.location-map-notice {
  position: absolute;
  left: 14px;
  bottom: 14px;
  z-index: 10;
  padding: 8px 12px;
  font-size: 0.84em;
  line-height: 1;
  color: #000000;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

#sensor-image-container {
  display: block;
  width: calc(15 * var(--vw));
  z-index: 10;
  position: absolute;
  right: calc(1.296 * var(--vw));
  bottom: calc(1.296 * var(--vw));
  padding: calc(1.296 * var(--vw));
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 calc(0.185 * var(--vw)) calc(0.741 * var(--vw)) rgba(0, 0, 0, 0.15);
}
#sensor-image-container #sensor-image {
  width: calc(12.408 * var(--vw));
  height: auto;
}
#sensor-image-container #sensor-image-subline {
  margin-top: calc(1.296 * var(--vw));
  font-size: 0.84em;
  color: #000000;
  line-height: 1;
  -webkit-hyphens: auto;
  hyphens: auto;
  overflow-wrap: break-word;
}

/* Prev/next sensor navigation, sits directly below the location map */
.application-nav .application-nav-link {
  background-color: #EAEDF1;
  border-radius: 0.25em;
  padding: 0.6em 0.8em;
  text-decoration: none;
}
.application-nav .application-nav-link.prev .link-row {
  display: flex;
  flex-direction: row;
  justify-items: start;
  align-items: center;
  gap: 0.4em;
}
.application-nav .application-nav-link.prev .link-row .application-name {
  color: black;
  font-size: 1.15em;
}
.application-nav .application-nav-link.prev .link-row .icon {
  display: flex;
  background: #ffffff;
  width: 1.33em;
  height: 1.33em;
  border-radius: 0.25em;
  padding: 0.167em;
  align-items: center;
  justify-items: center;
  flex: 0 0 auto;
}
.application-nav .application-nav-link.prev .link-row .icon svg {
  width: 1em;
  height: 1em;
}
.application-nav .application-nav-link.prev .link-row .svg-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 1em;
  width: 1em;
  flex: 0 0 auto;
  transition: transform 0.2s;
}
.application-nav .application-nav-link.prev .link-row .svg-icon svg {
  height: 1em;
  width: 1em;
}
.application-nav .application-nav-link.prev:hover .link-row .svg-icon {
  transform: translateX(-0.2em);
}
@media (prefers-reduced-motion: reduce) {
  .application-nav .application-nav-link.prev .link-row .svg-icon, .application-nav .application-nav-link.prev:hover .link-row .svg-icon {
    transition: none;
    transform: none;
  }
}
.application-nav .application-nav-link.next .link-row {
  display: flex;
  flex-direction: row;
  justify-items: start;
  align-items: center;
  gap: 0.4em;
}
.application-nav .application-nav-link.next .link-row .application-name {
  color: black;
  font-size: 1.15em;
}
.application-nav .application-nav-link.next .link-row .icon {
  display: flex;
  background: #ffffff;
  width: 1.33em;
  height: 1.33em;
  border-radius: 0.25em;
  padding: 0.167em;
  align-items: center;
  justify-items: center;
  flex: 0 0 auto;
}
.application-nav .application-nav-link.next .link-row .icon svg {
  width: 1em;
  height: 1em;
}
.application-nav .application-nav-link.next .link-row .svg-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 1em;
  width: 1em;
  flex: 0 0 auto;
  transition: transform 0.2s;
}
.application-nav .application-nav-link.next .link-row .svg-icon svg {
  height: 1em;
  width: 1em;
}
.application-nav .application-nav-link.next:hover .link-row .svg-icon {
  transform: translateX(0.2em);
}
@media (prefers-reduced-motion: reduce) {
  .application-nav .application-nav-link.next .link-row .svg-icon, .application-nav .application-nav-link.next:hover .link-row .svg-icon {
    transition: none;
    transform: none;
  }
}

.maplibregl-popup.sensor-popup .maplibregl-popup-content {
  font-size: 1rem;
  padding: calc(1.296 * var(--vw));
  width: calc(15 * var(--vw));
  min-width: 0;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 calc(0.185 * var(--vw)) calc(0.741 * var(--vw)) rgba(0, 0, 0, 0.15);
}
.maplibregl-popup.sensor-popup .maplibregl-popup-content a {
  display: block;
  color: #00308F;
  text-decoration: none;
  outline: none;
}
.maplibregl-popup.sensor-popup .maplibregl-popup-content img {
  display: block;
  width: calc(12.408 * var(--vw));
  height: auto;
}
.maplibregl-popup.sensor-popup .maplibregl-popup-content span {
  margin-top: 0.84em;
  font-size: 0.84em;
  display: block;
  -webkit-hyphens: auto;
  hyphens: auto;
  overflow-wrap: break-word;
}

/* Responsive
-------------------------------------------------------------------------------*/
/* Responsive — starting page. Application/sensor-page overrides live in the separate block below. */
@media screen and (min-width: 601px) and (max-width: 1240px) {
  :root, html, body {
    font-size: calc(1.8 * var(--vw));
  }

  header {
    border-radius: calc(0.462 * var(--vw));
  }
  header .main-links a, header .menu {
    font-size: 0.72em;
  }

  ul li {
    margin-bottom: calc(1.024 * var(--vw));
  }

  .sidebar {
    width: calc(40 * var(--vw));
  }
  .sidebar .applications .application a .link-row .application-name {
    font-size: 1em;
  }

  .applications .applications .application .application-infos .flex {
    align-items: flex-end;
  }

  .timeline-container .timeline-card {
    border-radius: calc(0.694 * var(--vw));
  }
  .timeline-container .timeline-card .card-tag {
    font-size: 0.62em;
  }
  .timeline-container .timeline-card .text {
    font-size: 0.68em;
  }

  .map-section .button.external:first-child {
    margin-bottom: calc(0.75 * var(--vw));
  }

  footer .claim, footer .footer-navigation.full-width {
    flex: 0 0 100%;
    max-width: 100%;
  }
  footer .footer-navigation {
    flex: 1;
  }
  footer .footer-navigation .row {
    width: 31%;
    flex: 0 0 31%;
    max-width: 31%;
  }
  footer .footer-navigation .legal {
    margin-left: auto;
  }
}
@media screen and (max-width: 600px) {
  :root, html, body {
    font-size: max(16px, 4.103 * var(--vw));
    line-height: 1;
  }

  h1, h2, h3, p {
    margin-bottom: 20px;
  }

  h2, h3 {
    font-size: 1.783em;
  }

  .small, small {
    font-size: 0.94em;
    line-height: 1.3;
  }

  ul li {
    line-height: 1.3;
    margin-bottom: 10px;
  }

  .margin-top {
    margin-top: 20px;
  }

  .margin-top-large {
    margin-top: 40px;
  }

  .margin-bottom {
    margin-bottom: 20px;
  }

  .section-padding {
    padding: 40px 0;
  }

  .avoid-header {
    padding-top: 100px;
  }

  .buttons {
    flex-wrap: wrap;
    justify-content: center;
  }
  .buttons.justify-content-flex-start {
    justify-content: center;
  }
  .buttons .button {
    flex: 0 0 75%;
    max-width: 75%;
    margin-bottom: 13.3333333333px;
  }
  .buttons .button.with-icon {
    flex: 0 0 64px;
    max-width: 64px;
    margin-bottom: 0;
    margin-right: 12px;
  }
  .buttons .button.with-icon svg {
    width: 24px;
    height: 24px;
  }
  .buttons .button:last-child {
    margin-bottom: 0;
  }
  .buttons .button:after {
    margin-left: auto;
  }

  .button, .applications .button {
    border-radius: 20px;
    padding: 8px 20px;
    font-size: 0.84em;
  }
  .button.external:after, .button:after, .applications .button.external:after, .applications .button:after {
    width: 1.25em;
    height: 1.25em;
  }

  .tag {
    font-size: 0.77em;
    padding: 10px;
    border-radius: 10px;
  }
  .tag.section-title {
    margin-bottom: 10px;
  }

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

  .col4, .col5, .col6, .col7, .col8, .col9, .col10 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col4:first-child:not(.no-stack-margin), .col5:first-child:not(.no-stack-margin), .col6:first-child:not(.no-stack-margin), .col7:first-child:not(.no-stack-margin), .col8:first-child:not(.no-stack-margin), .col9:first-child:not(.no-stack-margin), .col10:first-child:not(.no-stack-margin) {
    margin-bottom: 20px;
  }

  header {
    top: 13.3333333333px;
    right: 13.3333333333px;
    padding: 13.3333333333px;
    border-radius: 10px;
    width: auto;
    min-width: calc(80 * var(--vw));
    gap: 10px;
    align-items: center;
  }
  header.only-logo {
    padding: 13.3333333333px;
  }
  header .main-links {
    margin-top: 2px;
    display: none;
  }
  header .lorapark-logo {
    width: calc(15.7 * var(--vw));
  }
  header .lorapark-logo-container {
    width: calc(15.7 * var(--vw));
    display: flex;
    flex-wrap: wrap;
  }
  header .lorapark-logo-container .lorapark-logo {
    margin-bottom: calc(0.6154 * var(--vw));
  }
  header .lorapark-logo-container .line {
    width: calc(4.586 * var(--vw));
    height: calc(0.398 * var(--vw));
    display: inline-block;
    background-color: #000000;
  }

  .sidebar {
    width: calc(80 * var(--vw));
    padding: 28px;
  }
  .sidebar .lorapark-logo {
    width: calc(15.7 * var(--vw));
  }
  .sidebar .lorapark-logo-container {
    width: calc(15.7 * var(--vw));
    display: flex;
    flex-wrap: wrap;
  }
  .sidebar .lorapark-logo-container .lorapark-logo {
    margin-bottom: calc(0.6154 * var(--vw));
  }
  .sidebar .lorapark-logo-container .line {
    width: calc(4.586 * var(--vw));
    height: calc(0.398 * var(--vw));
    display: inline-block;
    background-color: #000000;
  }
  .sidebar .applications .small-text {
    font-size: 0.816em;
  }

  .sidebar #sidebar-footer a {
    font-size: 0.74em;
  }

  header .menu, .sidebar .menu-close {
    font-size: 0.77em;
  }
  header .menu .menu-indicator, .sidebar .menu-close .menu-indicator {
    width: 20px;
    height: 20px;
    border-radius: 5px;
    padding: 5px;
    margin-left: 8px;
  }
  header .menu .menu-indicator span, .sidebar .menu-close .menu-indicator span {
    width: 10px;
    height: 1.5px;
    margin-bottom: 2px;
  }

  .stage {
    height: 66vh;
  }
  .stage .content {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .stage .content .logo img {
    height: 30px;
    margin-bottom: 20px;
  }
  .stage .welcome-message {
    width: 72.5%;
    padding: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .stage .welcome-message h2 {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .stage .welcome-message .open-sidebar {
    text-align: center;
    font-size: 0.84em;
  }

  #applications-list-start-page .button {
    margin-bottom: 20px;
  }
  #applications-list-start-page .applications {
    flex-wrap: wrap;
  }
  #applications-list-start-page .applications .application {
    flex: 0 0 100%;
    max-width: 100%;
    height: 360px;
    padding: 10px;
  }
  #applications-list-start-page .applications .application .application-infos {
    padding: 10px;
  }
  #applications-list-start-page .applications .application .application-infos .application-name {
    font-size: 1.24em;
    margin: 10px 0;
  }
  #applications-list-start-page .applications .application .application-infos .button {
    margin-bottom: 0;
    padding: 5px 20px;
    font-size: 0.74em;
  }

  .numbers-section .number-container {
    flex: 0 0 48.5%;
    max-width: 48.5%;
  }

  .icon-row .col3 {
    margin-bottom: 3%;
    flex: 0 0 48.5%;
    max-width: 48.5%;
  }

  .icon-box {
    border-radius: 10px;
    padding: 10px;
  }
  .icon-box .text {
    font-size: 0.816em;
  }
  .icon-box .icon {
    width: 20px;
    margin: 0 auto 6px;
  }

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

  .numbers-section .number-container:nth-child(1), .numbers-section .number-container:nth-child(2) {
    margin-bottom: 3%;
  }
  .numbers-section .number-container .number {
    font-size: 1.72em;
    margin-bottom: 5px;
  }
  .numbers-section .number-container .line {
    width: 30px;
    margin-bottom: 5px;
  }
  .numbers-section .number-container .text {
    font-size: 0.816em;
  }

  .map-section .button.external:first-child {
    margin-bottom: 10px;
  }

  #route-map {
    height: 360px;
  }

  #location-map {
    height: 360px;
  }

  #sensor-image-container {
    width: 130px;
    right: 10px;
    bottom: 10px;
    padding: 10px;
  }
  #sensor-image-container #sensor-image {
    width: 110px;
  }
  #sensor-image-container #sensor-image-subline {
    margin-top: 8px;
    font-size: 0.588em;
  }

  .maplibregl-popup.sensor-popup .maplibregl-popup-content {
    width: 130px;
    padding: 10px;
  }
  .maplibregl-popup.sensor-popup .maplibregl-popup-content img {
    width: 110px;
  }
  .maplibregl-popup.sensor-popup .maplibregl-popup-content span {
    margin-top: 8px;
    font-size: 0.588em;
  }

  .application-nav {
    flex-direction: column;
    gap: 12px;
  }
  .application-nav .application-nav-link {
    max-width: 85%;
  }
  .application-nav .application-nav-link .link-row .application-name {
    min-width: 0;
    overflow-wrap: anywhere;
  }
  .application-nav .application-nav-link.prev {
    align-self: flex-start;
  }
  .application-nav .application-nav-link.next {
    align-self: flex-end;
  }

  .quote-on-image-container .quote-container {
    flex: 0 0 75%;
    max-width: 75%;
    padding: 30px 10px 10px 10px;
  }
  .quote-on-image-container .quote-container .quote-sign-container {
    margin-bottom: 20px;
  }
  .quote-on-image-container .quote-container .quote-sign-container .quote-sign {
    width: 30px;
  }
  .quote-on-image-container .quote-container blockquote {
    padding-top: 10px;
    margin-bottom: 20px;
  }

  .timeline-container .col3 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
  .timeline-container .timeline {
    max-width: calc(88.426 * var(--vw));
    margin: 20px auto 0;
  }
  .timeline-container .timeline-track {
    display: none;
  }
  .timeline-container .timeline-box {
    aspect-ratio: auto;
    height: auto;
    max-width: 100%;
  }
  .timeline-container .timeline-box::before, .timeline-container .timeline-box::after {
    content: "";
    position: absolute;
    top: 8px;
    bottom: 8px;
    left: 50%;
    width: 3px;
  }
  .timeline-container .timeline-box::before {
    transform: translateX(-50%);
    background-color: rgba(0, 48, 143, 0.2);
  }
  .timeline-container .timeline-box::after {
    transform: translateX(-50%) scaleY(calc(1 - var(--tl-progress, 1)));
    transform-origin: 50% 0;
    background-color: #00308F;
    transition: transform 0.12s linear;
  }
}
@media screen and (max-width: 600px) and (prefers-reduced-motion: reduce) {
  .timeline-container .timeline-box::after {
    transform: translateX(-50%);
    transition: none;
  }
}
@media screen and (max-width: 600px) {
  .timeline-container .timeline-card {
    position: relative;
    z-index: 1;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    width: calc(50% - 20px) !important;
    min-height: 0;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 10px;
  }
  .timeline-container .timeline-card:last-child {
    margin-bottom: 0;
  }
  .timeline-container .timeline-card::before {
    content: "";
    position: absolute;
    top: 10px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #00308F;
    border: 2px solid #fff;
    box-sizing: border-box;
  }
  .timeline-container .timeline-card:nth-of-type(odd) {
    margin-right: auto;
  }
  .timeline-container .timeline-card:nth-of-type(odd)::before {
    right: -20px;
    transform: translateX(50%);
  }
  .timeline-container .timeline-card:nth-of-type(even) {
    margin-left: auto;
  }
  .timeline-container .timeline-card:nth-of-type(even)::before {
    left: -20px;
    transform: translateX(-50%);
  }
  .timeline-container .timeline-card .card-tag {
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 0.816em;
    margin-bottom: 5px;
    white-space: normal;
    line-height: 1.2;
  }
  .timeline-container .timeline-card .text {
    font-size: 0.888em;
  }
}
@media screen and (max-width: 600px) {
  .image-with-textbox {
    height: 360px;
  }
  .image-with-textbox .background-image {
    height: 360px;
  }
  .image-with-textbox .text-box {
    max-width: 75%;
    padding: 10px;
  }
}
@media screen and (max-width: 600px) {
  .logos .text-content {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .logos .logo-row {
    gap: calc(4 * var(--vw));
    flex-wrap: wrap;
  }
  .logos .logo-row.logo-row-1 {
    row-gap: 0;
  }
  .logos .logo-row .logo {
    margin-top: 30px;
    max-width: calc(28 * var(--vw));
    height: 40px;
  }
  .logos .logo-row .logo.city-ulm {
    width: calc(16 * var(--vw));
    max-width: none;
  }
  .logos .logo-row .logo.funders {
    width: calc(68 * var(--vw));
    max-width: none;
  }
  .logos .logo-row .logo.ini {
    height: 40px;
  }
  .logos .logo-row.logo-row.logo-row-2 .logo, .logos .logo-row.logo-row.logo-row-3 .logo {
    max-width: calc(25 * var(--vw));
  }
}
@media screen and (max-width: 600px) {
  footer {
    padding: 20px 30px;
  }
  footer .claim, footer .footer-navigation {
    max-width: 100%;
    flex: 0 0 100%;
  }
  footer .claim {
    margin-bottom: 20px;
    font-size: 1.48em;
  }
  footer .footer-navigation {
    gap: calc(3 * var(--vw));
    font-size: 0.816em;
  }
  footer .footer-navigation .row {
    flex: 0 0 calc(40 * var(--vw));
    max-width: calc(40 * var(--vw));
  }
  footer .footer-navigation .legal {
    margin-left: 0;
    margin-top: 10px;
  }
  footer .footer-logo {
    width: 120px;
    margin-top: 40px;
  }
}
/* Responsive — application/sensor pages.
   Opt-in col-md-N / col-sm-N column classes (mirroring the desktop .col1…col12 widths)
   plus .sensor-main overrides. The tablet query is unbounded (max-width only) on purpose:
   col-md must keep applying below the mobile breakpoint, where most elements have no col-sm.
   Kept at end of file so these overrides follow the base rules in source order. */
@media (max-width: 1240px) {
  .col-md-1 {
    flex: 0 0 7.16333333%;
    max-width: 7.16333333%;
  }

  .col-md-2 {
    flex: 0 0 15.5966667%;
    max-width: 15.5966667%;
  }

  .col-md-3 {
    flex: 0 0 24.03%;
    max-width: 24.03%;
  }

  .col-md-4 {
    flex: 0 0 32.4833334%;
    max-width: 32.4833334%;
  }

  .col-md-5 {
    flex: 0 0 40.926667%;
    max-width: 40.926667%;
  }

  .col-md-6 {
    flex: 0 0 49.36%;
    max-width: 49.36%;
  }

  .col-md-7 {
    flex: 0 0 57.79333%;
    max-width: 57.79333%;
  }

  .col-md-8 {
    flex: 0 0 66.21666667%;
    max-width: 66.21666667%;
  }

  .col-md-9 {
    flex: 0 0 74.6666667%;
    max-width: 74.6666667%;
  }

  .col-md-10 {
    flex: 0 0 83.1111112%;
    max-width: 83.1111112%;
  }

  .col-md-11 {
    flex: 0 0 91.56%;
    max-width: 91.56%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .sensor-main .sensor-title {
    font-size: 0.77em;
    padding: 10px;
    border-radius: 10px;
  }

  .sensor-main .grid-inner {
    row-gap: 28px;
  }

  .sensor-main .margin-top-md {
    margin-top: 40px;
  }

  .sensor-main .margin-top-half-md {
    margin-top: 20px;
  }

  .sensor-main img.img-max-height-md {
    max-height: 400px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .col-md-12.padding-left {
    padding-left: 0;
  }

  .col-md-12.padding-right {
    padding-right: 0;
  }

  .stack-below-md {
    order: 2;
  }
}
@media (max-width: 600px) {
  .col-sm-1 {
    flex: 0 0 7.16333333%;
    max-width: 7.16333333%;
  }

  .col-sm-2 {
    flex: 0 0 15.5966667%;
    max-width: 15.5966667%;
  }

  .col-sm-3 {
    flex: 0 0 24.03%;
    max-width: 24.03%;
  }

  .col-sm-4 {
    flex: 0 0 32.4833334%;
    max-width: 32.4833334%;
  }

  .col-sm-5 {
    flex: 0 0 40.926667%;
    max-width: 40.926667%;
  }

  .col-sm-6 {
    flex: 0 0 49.36%;
    max-width: 49.36%;
  }

  .col-sm-7 {
    flex: 0 0 57.79333%;
    max-width: 57.79333%;
  }

  .col-sm-8 {
    flex: 0 0 66.21666667%;
    max-width: 66.21666667%;
  }

  .col-sm-9 {
    flex: 0 0 74.6666667%;
    max-width: 74.6666667%;
  }

  .col-sm-10 {
    flex: 0 0 83.1111112%;
    max-width: 83.1111112%;
  }

  .col-sm-11 {
    flex: 0 0 91.56%;
    max-width: 91.56%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .sensor-main {
    padding: 90px 0 calc(5.787 * var(--vw));
  }
  .sensor-main section.sensor-title-section {
    padding-top: calc(3.852 * var(--vw));
  }
  .sensor-main h1 {
    font-weight: 300;
    font-size: 4em;
    line-height: 1;
    margin-top: 0.3em;
  }
  .sensor-main h1.no-margin-bottom {
    margin-bottom: 0;
  }

  .col-sm-12.padding-left {
    padding-left: 0;
  }

  .col-sm-12.padding-right {
    padding-right: 0;
  }

  .sensor-main .margin-top-md,
.sensor-main .margin-top-sm {
    margin-top: 32px;
  }

  .sensor-main .margin-top-half-md,
.sensor-main .margin-top-half-sm {
    margin-top: 16px;
  }

  .sensor-main .margin-bottom-md,
.sensor-main .margin-bottom-sm {
    margin-bottom: 32px;
  }

  .sensor-main .margin-bottom-half-md,
.sensor-main .margin-bottom-half-sm {
    margin-bottom: 16px;
  }

  .sensor-main img.img-max-height-md,
.sensor-main img.img-max-height-sm {
    max-height: 320px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .sensor-main .grid-inner {
    row-gap: 20px;
  }

  .sensor-main .flex.space-between,
.sensor-main .flex.space-around {
    flex-wrap: wrap;
    row-gap: 16px;
  }

  .sensor-main .chart-container {
    min-height: calc(220px + var(--legend-extra));
  }
  .sensor-main .chart-container .chart-wrapper {
    aspect-ratio: 2/1;
  }

  #personcounter-map {
    min-height: 300px;
  }

  #Blackice .leafletmap {
    min-height: 320px;
  }

  .stack-below-sm {
    order: 2;
  }
}
/** Frontpage parallax animation */
.parallax-image-scrolling {
  position: relative;
  aspect-ratio: 16/9;
  clip-path: inset(-100% -100% 0);
}
.parallax-image-scrolling img {
  position: absolute;
}
.parallax-image-scrolling img:first-of-type {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 40%;
}
.parallax-image-scrolling img:last-of-type {
  left: 0;
  bottom: 0;
  height: 150%;
  width: auto;
  transform-origin: 50% 100%;
  will-change: transform;
}
@media (prefers-reduced-motion: reduce) {
  .parallax-image-scrolling img {
    transform: none !important;
  }
}

@media screen and (max-width: 600px) {
  .parallax-image-scrolling {
    aspect-ratio: 3/2;
  }
  .parallax-image-scrolling img:last-of-type {
    height: 135%;
  }
}

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