@charset "UTF-8";
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Medium.woff2") format("woff2"), url("../fonts/Raleway-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Light.woff2") format("woff2"), url("../fonts/Raleway-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
.hidden {
  display: none;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  width: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  color: #323232;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.25;
  background-color: white;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  html, body {
    font-size: 14px;
  }
}
@media screen and (max-width: 1023px) {
  html, body {
    font-size: 0.9rem;
  }
}

html {
  overflow-y: auto;
}
html.no-scroll {
  overflow: visible;
}

a {
  text-decoration: none;
  color: #323232;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
a:hover {
  opacity: 0.8;
}
a.back:hover {
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
  font-weight: 300;
}

h1 {
  text-align: center;
  font-weight: 500;
  margin-bottom: 45px;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  h1 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1023px) {
  h1 {
    font-size: 1.5rem;
  }
}

h2 {
  font-weight: 500;
  margin-bottom: 35px;
}
@media screen and (min-width: 1024px) {
  h2 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1023px) {
  h2 {
    font-size: 1.2rem;
  }
}

p {
  line-height: 1.5;
  margin-bottom: 15px;
}
p:last-child {
  margin-bottom: 0;
}

.flx-ctnr {
  display: flex;
  flex-wrap: wrap;
}

.flx-bx-ctnr {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .flx-bx-ctnr {
    width: calc(100% + 30px);
    margin-bottom: -30px;
  }
}
@media screen and (max-width: 1023px) {
  .flx-bx-ctnr {
    width: calc(100% + 15px);
    margin-bottom: -15px;
  }
}
@media screen and (min-width: 1024px) {
  .flx-bx-ctnr .flx-bx-33 {
    width: calc(33.333% - 30px);
  }
}
@media screen and (max-width: 1023px) {
  .flx-bx-ctnr .flx-bx-33 {
    width: calc(33.333% - 15px);
  }
}
@media screen and (min-width: 1024px) {
  .flx-bx-ctnr .flx-bx-50 {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 1023px) {
  .flx-bx-ctnr .flx-bx-50 {
    width: calc(50% - 15px);
  }
}
@media screen and (min-width: 1024px) {
  .flx-bx-ctnr .flx-bx-100 {
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 1023px) {
  .flx-bx-ctnr .flx-bx-100 {
    width: calc(100% - 15px);
  }
}
@media screen and (min-width: 1024px) {
  .flx-bx-ctnr .flx-bx-33,
.flx-bx-ctnr .flx-bx-50,
.flx-bx-ctnr .flx-bx-100 {
    margin-right: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .flx-bx-ctnr .flx-bx-33,
.flx-bx-ctnr .flx-bx-50,
.flx-bx-ctnr .flx-bx-100 {
    margin-right: 15px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 480px) {
  .flx-bx-ctnr .flx-bx-33,
.flx-bx-ctnr .flx-bx-50,
.flx-bx-ctnr .flx-bx-100 {
    min-width: 400px;
  }
}
@media screen and (max-width: 480px) {
  .flx-bx-ctnr .flx-bx-33,
.flx-bx-ctnr .flx-bx-50,
.flx-bx-ctnr .flx-bx-100 {
    width: 100%;
  }
}

.jst-flx-ctr {
  justify-content: center;
}

.jst-flx-end {
  justify-content: flex-end;
}

.txt-c {
  text-align: center;
}

.txt-r {
  text-align: right;
}

.text-ctnr {
  max-width: 1600px;
  margin: 0 auto;
}
.text-ctnr p {
  max-width: 1000px;
}
@media screen and (min-width: 1024px) {
  .text-ctnr h2 {
    margin-top: 60px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .text-ctnr h2 {
    margin-top: 30px;
    margin-bottom: 10px;
  }
}
.text-ctnr h2:first-child {
  margin-top: 0;
}
.text-ctnr h2:last-child {
  margin-bottom: 0;
}
.text-ctnr h3 {
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 25px;
}
.text-ctnr h3:first-child {
  margin-top: 0;
}
.text-ctnr h3:last-child {
  margin-bottom: 0;
}
.text-ctnr h4 {
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 10px;
}
.text-ctnr h4:first-child {
  margin-top: 0;
}
.text-ctnr h4:last-child {
  margin-bottom: 0;
}
.text-ctnr button {
  display: inline-block;
  margin: 0 8px 8px 0;
  padding: 5px 10px;
  background-color: #4e8ca5;
  color: white;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25;
  border: 2px solid #4e8ca5;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.text-ctnr button:hover {
  background-color: transparent;
  color: #4e8ca5;
}
.text-ctnr button:focus {
  outline: 0;
}

strong {
  font-weight: 500;
}

img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

body #nav-ovly {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  right: 0;
  bottom: -20px;
  left: 0;
  transform: translateY(-100%);
  transition: all 0.5s ease-in-out;
  z-index: 5;
}
body.nav-open #nav-ovly {
  transform: translateY(0);
}

header {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  header {
    align-items: center;
    justify-content: space-between;
    padding: 30px 40px 20px 40px;
  }
}
@media screen and (max-width: 1023px) {
  header {
    justify-content: center;
    padding: 40px 25px 10px 25px;
    text-align: center;
  }
}
header .nav-title-ctr {
  margin: 0 25px;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  header .nav-title-ctr {
    margin: 0 25px 25px 25px;
    width: 100%;
    order: -1;
  }
}
header .nav-title-ctr h2 {
  font-weight: 500;
  margin-bottom: 5px;
}
@media screen and (min-width: 1024px) {
  header .nav-title-ctr h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1023px) {
  header .nav-title-ctr h2 {
    font-size: 1.8rem;
  }
}
header .nav-title-ctr h4 {
  font-weight: 300;
}
@media screen and (min-width: 1024px) {
  header .nav-logo-ctr {
    flex: 1;
  }
  header .nav-logo-ctr:last-of-type {
    text-align: right;
  }
}
@media screen and (min-width: 1024px) {
  header img {
    max-height: 100px;
  }
}
@media screen and (max-width: 1023px) {
  header img {
    max-height: 70px;
    margin: 0 15px 25px 15px;
  }
}

nav {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  height: 70px;
  background-color: #4e8ca5;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1400;
}
@media screen and (min-width: 1024px) {
  nav {
    padding: 20px 40px;
  }
}
@media screen and (max-width: 1023px) {
  nav {
    padding: 20px 25px;
  }
}
nav #nav-trigger {
  position: relative;
  display: none;
  cursor: pointer;
  z-index: 3;
}
@media screen and (max-width: 1023px) {
  nav #nav-trigger {
    display: block;
  }
}
nav #nav-trigger .hamburger {
  position: relative;
  height: 16px;
  width: 22px;
  transform: rotate(-180deg);
  transition: all 0.6s ease-in-out;
}
nav #nav-trigger .hamburger .slice, nav #nav-trigger .hamburger:before, nav #nav-trigger .hamburger:after {
  content: "";
  background-color: white;
  display: block;
  position: absolute;
  width: 22px;
  height: 2px;
  opacity: 1;
  transition: all 0.6s ease-in-out;
  z-index: 1;
}
nav #nav-trigger .hamburger:before {
  top: 0;
}
nav #nav-trigger .hamburger .slice {
  top: 7px;
  left: 0;
  z-index: 0;
}
nav #nav-trigger .hamburger:after {
  top: 14px;
}
nav #nav-trigger.burger-clicked .hamburger:before {
  top: 10px;
  transform: rotate(45deg);
  width: 25px;
}
nav #nav-trigger.burger-clicked .hamburger .slice {
  left: -30px;
  opacity: 0;
  width: 0;
}
nav #nav-trigger.burger-clicked .hamburger:after {
  top: 10px;
  transform: rotate(-45deg);
  width: 25px;
}
nav .nav-cnt-ctr {
  margin-right: auto;
}
nav .nav-cnt-ctr a {
  color: inherit;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 4px 24px 2px 0;
}
nav .nav-cnt-ctr a span {
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease-in-out;
  padding-bottom: 2px;
}
nav .nav-cnt-ctr a.crnt-nav-itm span, nav .nav-cnt-ctr a:hover span {
  border-bottom: 2px solid white;
}
@media screen and (max-width: 1023px) {
  nav .nav-cnt-ctr .nav-lnks {
    display: none;
    position: absolute;
    top: 70px;
    right: 0;
    left: 0;
    padding: 40px 30px 25px 30px;
    background-color: white;
    border-bottom: 4px solid #4e8ca5;
  }
  nav .nav-cnt-ctr .nav-lnks a {
    display: block;
    margin-bottom: 15px;
    color: #4e8ca5;
  }
  nav .nav-cnt-ctr .nav-lnks a.crnt-nav-itm span, nav .nav-cnt-ctr .nav-lnks a:hover span {
    border-bottom: 2px solid #4e8ca5;
  }
}
nav .nav-lng-ctr {
  display: flex;
  align-items: center;
}
nav .nav-lng-ctr button {
  border: none;
  padding: 4px 0 4px 8px;
  background-color: transparent;
  opacity: 1;
  color: white;
  font-size: 1.2rem;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.25;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
nav .nav-lng-ctr button:hover {
  opacity: 0.8;
}

main {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  main {
    padding: 40px;
  }
}
@media screen and (max-width: 1023px) {
  main {
    padding: 40px 25px;
  }
}

#map-ctr {
  display: block;
  position: relative;
  width: 100%;
  height: calc(100vh - 70px - 80px);
}
#map-ctr #map-div {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
#map-ctr .map-settings-box {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 10px;
  text-align: center;
}
#map-ctr .map-settings-box#opacity-slider-ctr {
  right: auto;
}
#map-ctr .map-settings-box p {
  padding: 10px 0;
  margin: 0;
}
#map-ctr .map-settings-box .current-time-sldr {
  padding: 0;
  margin-bottom: 10px;
}
#map-ctr .map-settings-box button {
  display: inline-block;
  border: 2px solid grey;
  padding: 4px 8px;
  background-color: white;
  font-size: 14px;
  font-weight: normal;
  color: black;
  line-height: 1.25;
  cursor: pointer;
}
#map-ctr .map-settings-box button:focus {
  outline: 0;
}
#map-ctr .map-settings-box button.hidden {
  display: none;
}

.chart-container {
  display: block;
  position: relative;
  padding-top: 20px;
  width: 100%;
  height: calc(100vh - 70px - 80px - 25px);

}
.chart-container.solo {
  height: 70vh;
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
}
.chart-container canvas {
  width: 100%;
  max-height: 100%;
}

.filter-ctr {
  margin-bottom: 30px;
}
.filter-ctr .flx-ctnr {
  justify-content: flex-end;
}
.filter-ctr i {
  font-size: 10px;
  font-weight: 600;
  width: 10px;
}
.filter-ctr.station {
  margin-bottom: 0;
}
.filter-ctr.station #site-select,
.filter-ctr.station #date-picker {
  min-width: 250px;
}
.filter-ctr.station #product-select {
  min-width: 50px;
}
.filter-ctr select, .filter-ctr input, .filter-ctr button {
  display: inline-block;
  margin: 0 0 8px 8px;
  padding: 5px 10px;
  background-color: #4e8ca5;
  color: white;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.25;
  border: 2px solid #4e8ca5;
  transition: all 0.3s ease-in-out;
}
.filter-ctr select:hover, .filter-ctr input:hover, .filter-ctr button:hover {
  color: #4e8ca5;
  background-color: white;
}
.filter-ctr select:focus, .filter-ctr input:focus, .filter-ctr button:focus {
  outline: 0;
}
.filter-ctr button {
  padding-top: 4px;
  cursor: pointer;
}

.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-bottom: 40px;
  position: relative;
}
.container .item {
  position: relative;
  width: calc(16.667% - 30px);
  min-width: 250px;
}
.container .item:before {
  display: block;
  content: "";
  padding-top: 66.667%;
}
.container .item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.container .item .thumb-chart-canvas-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.container .item .thumb-chart-canvas-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.item-template {
  display: none;
}

.container-template {
  display: none;
}

#data-container {
  display: flex;
  position: relative;
}

#legend-img {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 10000;
}
#legend-img .flx-ctnr {
  height: 100%;
  justify-content: center;
  align-items: center;
}
#legend-img i {
  position: absolute;
  top: 0;
  right: 0;
  padding: 30px;
  color: white;
  font-size: 20px;
  cursor: pointer;
}
#legend-img img {
  display: block;
  border: 2px solid grey;
}
#legend-img.map img {
  width: 100%;
  max-width: 600px;
}
#legend-img.climatology img {
  width: 100%;
  max-width: 450px;
}
#legend-img.station img {
  width: 100%;
  max-width: 600px;
}

footer {
  padding: 40px;
  background-color: #4e8ca5;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
footer a {
  color: white;
  margin-left: 15px;
}

.loading-ctr {
  display: none;
  width: 100%;
  text-align: center;
  font-size: 40px;
  padding: 60px 20px;
}

.container.loading .loading-ctr {
  display: block;
}

#messnetz-partner.loading .loading-ctr {
  display: block;
}

.station-name {
  position: relative;
  opacity: 1;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  margin-bottom: 50px;
}
.station-name:hover {
  opacity: 0.6;
}
.station-name:after {
  display: block;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
}

.ovrly-wrp {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 1500;
}
.ovrly-wrp .ovrly {
  height: 100%;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .ovrly-wrp .ovrly {
    padding: 30px;
    align-items: center;
  }
}
@media screen and (max-width: 1023px) {
  .ovrly-wrp .ovrly {
    padding: 15px;
  }
}
.ovrly-wrp .ovrly .ovrly-ctnt {
  position: relative;
  min-width: 50%;
  background-color: white;
  overflow-x: auto;
}
.ovrly-wrp .ovrly .ovrly-ctnt .ovrly-head {
  padding: 20px;
  color: white;
  background-color: #4e8ca5;
}
.ovrly-wrp .ovrly .ovrly-ctnt .ovrly-head h2 {
  margin: 0;
}
.ovrly-wrp .ovrly .ovrly-ctnt .ovrly-head i {
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px;
  color: white;
  font-size: 20px;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .ovrly-wrp .ovrly .ovrly-ctnt .ovrly-body {
    padding: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .ovrly-wrp .ovrly .ovrly-ctnt .ovrly-body {
    padding: 15px;
  }
}

/*# sourceMappingURL=style.css.map */
