@charset "UTF-8";
@font-face {
  font-family: "EB Garamond";
  font-style: normal;
  font-weight: bold;
  src: url(../static/fonts/EBGaramond-Bold.ttf);
}
@font-face {
  font-family: "EB Garamond";
  font-style: italic;
  font-weight: bold;
  src: url(../static/fonts/EBGaramond-BoldItalic.ttf);
}
@font-face {
  font-family: "EB Garamond";
  font-style: normal;
  font-weight: 800;
  src: url(../static/fonts/EBGaramond-ExtraBold.ttf);
}
@font-face {
  font-family: "EB Garamond";
  font-style: italic;
  font-weight: 800;
  src: url(../static/fonts/EBGaramond-ExtraBoldItalic.ttf);
}
@font-face {
  font-family: "EB Garamond";
  font-style: italic;
  src: url(../static/fonts/EBGaramond-Italic.ttf);
}
@font-face {
  font-family: "EB Garamond";
  font-style: italic;
  font-weight: 500;
  src: url(../static/fonts/EBGaramond-MediumItalic.ttf);
}
@font-face {
  font-family: "EB Garamond";
  font-style: normal;
  font-weight: 500;
  src: url(../static/fonts/EBGaramond-Medium.ttf);
}
@font-face {
  font-family: "EB Garamond";
  font-style: normal;
  src: url(../static/fonts/EBGaramond-Regular.ttf);
}
@font-face {
  font-family: "EB Garamond";
  font-style: italic;
  font-weight: 600;
  src: url(../static/fonts/EBGaramond-SemiBoldItalic.ttf);
}
@font-face {
  font-family: "EB Garamond";
  font-style: normal;
  font-weight: 600;
  src: url(../static/fonts/EBGaramond-SemiBold.ttf);
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  src: url(../static/fonts/Roboto-Black.ttf);
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 900;
  src: url(../static/fonts/Roboto-BlackItalic.ttf);
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: bold;
  src: url(../static/fonts/Roboto-Bold.ttf);
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: bold;
  src: url(../static/fonts/Roboto-BoldItalic.ttf);
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 800;
  src: url(../static/fonts/Roboto-ExtraBold.ttf);
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 800;
  src: url(../static/fonts/Roboto-ExtraBoldItalic.ttf);
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 200;
  src: url(../static/fonts/Roboto-ExtraLight.ttf);
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 200;
  src: url(../static/fonts/Roboto-ExtraLightItalic.ttf);
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  src: url(../static/fonts/Roboto-Italic.ttf);
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  src: url(../static/fonts/Roboto-LightItalic.ttf);
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url(../static/fonts/Roboto-Light.ttf);
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  src: url(../static/fonts/Roboto-MediumItalic.ttf);
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url(../static/fonts/Roboto-Medium.ttf);
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  src: url(../static/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 600;
  src: url(../static/fonts/Roboto-SemiBoldItalic.ttf);
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  src: url(../static/fonts/Roboto-SemiBold.ttf);
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 100;
  src: url(../static/fonts/Roboto-ThinItalic.ttf);
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  src: url(../static/fonts/Roboto-Thin.ttf);
}
html {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.5;
}

body {
  margin: 0;
  min-width: 600px;
}

a[href] {
  color: #357dc1;
}
a[href]:hover {
  color: #f99721;
}

footer.main-footer {
  background-color: #357dc1;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  padding: 3em 0;
  color: white;
}
footer.main-footer .footer-content {
  text-align: center;
  max-width: 55rem;
  padding-left: 2em;
  padding-right: 2em;
  margin-left: auto;
  margin-right: auto;
}
footer.main-footer .footer-content a[href] {
  text-decoration: none;
  color: inherit;
}
footer.main-footer .footer-content a[href]:hover {
  color: #f99721;
}
footer.main-footer .citation-container {
  border-bottom: 1px solid white;
  max-width: 40em;
  margin: 0 auto;
}
footer.main-footer .footer-title {
  font-size: 1.4em;
  font-family: "EB Garamond", serif;
  font-weight: bolder;
}

.hero {
  font-family: "EB Garamond", serif;
  background-image: url("../static/assets/map_header.png");
  background-size: cover;
}
.hero header {
  max-width: 55rem;
  padding-left: 2em;
  padding-right: 2em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2em;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.hero header > nav.external-navigation > a[href] {
  margin-right: 1em;
}
.hero header > nav.website-navigation > a[href] {
  color: #357dc1;
  font-size: 1.5em;
  margin-left: 1em;
}
.hero .title-container {
  padding-top: 5em;
  padding-bottom: 5em;
  max-width: 55rem;
  padding-left: 2em;
  padding-right: 2em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
  align-items: baseline;
}
.hero .title-container > h1 {
  margin-left: 30px;
  width: 20em;
  font-size: 3em;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.3ex;
  display: inline-block;
  color: #357dc1;
  text-shadow: 1px 1px #fff;
}
.hero .title-container > .logo {
  height: 2.5em;
}

.frontpage-container article.page-content .content-block-container {
  padding: 3em 0;
}
.frontpage-container article.page-content .content-block-container:nth-child(2n+1) {
  background-color: #f5f5f5;
}
.frontpage-container article.page-content .content-block-container article {
  max-width: 55rem;
  padding-left: 2em;
  padding-right: 2em;
  margin-left: auto;
  margin-right: auto;
  font-family: "EB Garamond", serif;
  font-size: 1.5em;
}
.frontpage-container article.page-content .content-block-container article a[href] {
  color: #f99721;
}
.frontpage-container article.page-content .content-block-container article h2 {
  color: #357dc1;
}
.frontpage-container article.page-content .content-block-container article h2:after {
  content: "";
  display: block;
  width: 40px;
  margin-top: 0.5em;
  border: 1px solid #f99721;
}
.frontpage-container article.page-content .content-block-container article p.highlight {
  color: #357dc1;
  font-weight: bold;
}
.frontpage-container article.page-content article.teaser-block {
  font-size: 1.7em;
  color: #505050;
}
.frontpage-container article.page-content article.event-block *:not(h2, .highlight) {
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
}
.frontpage-container article.page-content article.event-block .tabset input[type=radio] {
  display: none;
}
.frontpage-container article.page-content article.event-block .tabset label {
  font-weight: bold;
  cursor: pointer;
  margin-right: 2em;
}
.frontpage-container article.page-content article.event-block .tabset > label:hover,
.frontpage-container article.page-content article.event-block .tabset > input:focus + label,
.frontpage-container article.page-content article.event-block .tabset > input:checked + label {
  color: #357dc1;
}
.frontpage-container article.page-content article.event-block .tab-panels {
  border-top: 1px solid #333;
  margin-top: 1em;
}
.frontpage-container article.page-content article.event-block .tabset .tab-panel {
  display: none;
}
.frontpage-container article.page-content article.event-block .tabset > input:nth-child(1):checked ~ .tab-panels > .tab-panel:nth-child(1) {
  display: block;
}
.frontpage-container article.page-content article.event-block .tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2) {
  display: block;
}
.frontpage-container article.page-content article.event-block .tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3) {
  display: block;
}
.frontpage-container article.page-content article.event-block .tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4) {
  display: block;
}
.frontpage-container article.page-content article.event-block .tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5) {
  display: block;
}
.frontpage-container article.page-content article.event-block .event {
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  border-bottom: 1px solid #333;
}
.frontpage-container article.page-content article.event-block .event a[href] {
  color: #357dc1;
}
.frontpage-container article.page-content article.innovation-minimaps h3 {
  font-size: 1em;
}
.frontpage-container article.page-content article.innovation-minimaps h3 a[href] {
  color: black;
  text-decoration: none;
}
.frontpage-container article.page-content article.innovation-minimaps h3 a[href]:hover {
  color: #f99721;
  text-decoration: none;
}
.frontpage-container article.page-content article.innovation-minimaps .minimap-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.frontpage-container article.page-content article.innovation-minimaps .minimap-container .minimap {
  width: 48%;
  flex: 0 0 auto;
}
.frontpage-container article.page-content article.innovation-minimaps .minimap-container .minimap .preview-text, .frontpage-container article.page-content article.innovation-minimaps .minimap-container .minimap .preview-author {
  font-size: 0.9rem;
  font-family: "Roboto", sans-serif;
}
.frontpage-container article.page-content article.innovation-minimaps .minimap-container .minimap .daterange-display {
  font-size: 0.9rem;
  font-family: "Roboto", sans-serif;
  margin-bottom: 10px;
}
.frontpage-container article.page-content article.innovation-minimaps .minimap-container .minimap .daterange-display .daterange-legend {
  margin: 0;
}
.frontpage-container article.page-content article.innovation-minimaps .minimap-container .minimap .daterange-display .daterange-colorbar {
  position: relative;
  width: 100%;
  height: 10px;
}
.frontpage-container article.page-content article.innovation-minimaps .minimap-container .maplibre-minimap {
  padding-bottom: 60%;
}
.frontpage-container article.page-content article.innovation-minimaps .minimap-container .maplibre-minimap a[href] {
  color: black;
}

.content-container header {
  font-family: "EB Garamond", serif;
  background-image: url("../static/assets/map_header.png");
  background-size: cover;
  padding-bottom: 12em;
}
.content-container header .header-content {
  max-width: 55rem;
  padding-left: 2em;
  padding-right: 2em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2em;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.content-container header .header-content .logo {
  font-weight: 600;
  color: #357dc1;
  font-size: 1.8em;
  text-decoration: none;
  text-shadow: 1px 1px #fff;
}
.content-container header .header-content .logo:before {
  content: "";
  background-image: url("../static/assets/atlas_logo.svg");
  background-size: contain;
  background-repeat: no-repeat;
  float: none;
  width: 25px;
  height: 30px;
  display: inline-block;
  margin-right: 15px;
}
.content-container header .header-content > nav > a[href] {
  color: #357dc1;
  font-size: 1.4em;
  margin-left: 1em;
}

.content-container .page-content {
  padding: 3em 0;
  max-width: 55rem;
  padding-left: 2em;
  padding-right: 2em;
  margin-left: auto;
  margin-right: auto;
}
.content-container h1 {
  font-family: "EB Garamond", serif;
  color: #357dc1;
}
.content-container h1:after {
  content: "";
  display: block;
  width: 40px;
  margin-top: 0.5em;
  border: 1px solid #f99721;
}
.content-container h2 {
  font-family: "EB Garamond", serif;
}
.content-container blockquote {
  font-family: "EB Garamond", serif;
  font-size: 1.3em;
  margin-left: 0;
  padding-left: 1em;
  border-left: 2px solid #f99721;
}
.content-container img {
  max-width: 100%;
}
.content-container .abstract {
  font-family: "EB Garamond", serif;
  font-size: 1.3em;
  color: #357dc1;
  font-weight: bold;
}
.content-container .financing-images {
  text-align: center;
}
.content-container .financing-images > a[href] > img {
  height: 3em;
  margin: 0 1em;
}
.content-container .financing-images {
  margin: 2em 0;
}

.data-page-container {
  display: flex;
  flex-direction: column;
  min-width: 650px;
  width: 100vw;
  height: 100vh;
}
.data-page-container > main.data-page {
  flex: 1 0 0;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
}

.data-page-header {
  font-family: "EB Garamond", serif;
  background-color: #357dc1;
  height: 70px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  font-weight: bold;
}
.data-page-header a[href] {
  font-weight: 500;
  color: white;
  text-decoration: none;
}
.data-page-header a.logo {
  font-size: 1.5em;
}
.data-page-header a.logo:before {
  content: "";
  background-image: url("../static/assets/wagon_logo.svg");
  background-size: contain;
  float: none;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 10px;
}
.data-page-header > nav > a {
  margin-left: 10px;
}
.data-page-header > nav > a:hover {
  text-decoration: underline;
}

.data-map-side {
  flex: 1 0 auto;
}

.data-content-side {
  box-shadow: 0px 0px 36px rgba(0, 0, 0, 0.2);
  z-index: 3;
  flex: 0 0 auto;
  width: 50%;
  max-height: 100%;
  overflow-y: scroll;
  overflow-x: visible;
}
@media (min-width: 1024px) {
  .data-content-side {
    width: 40%;
  }
}

.data-map-side {
  display: flex;
  flex-direction: column;
}
.data-map-side #map {
  width: 100%;
  flex: 1 0 auto;
}
.data-map-side #histogram {
  width: 100%;
  height: 200px;
  flex: 0 0 auto;
}

.data-page-article, .filter-interface-container, .details-container {
  padding: 2em 2em 4em 2em;
}
.data-page-article nav.sidebar-toggle-button, .filter-interface-container nav.sidebar-toggle-button, .details-container nav.sidebar-toggle-button {
  display: flex;
  flex-direction: column;
  align-items: end;
  margin-bottom: 1em;
}
.data-page-article nav.sidebar-toggle-button a[href], .filter-interface-container nav.sidebar-toggle-button a[href], .details-container nav.sidebar-toggle-button a[href] {
  text-decoration: underline;
  color: inherit;
}

.data-page-article {
  position: relative;
}
.data-page-article .author {
  font-size: 1.5em;
  font-weight: bolder;
  margin-top: 0;
}
.data-page-article h1, .data-page-article .author {
  font-family: "EB Garamond", serif;
  color: #357dc1;
}
.data-page-article .author-line {
  width: 40px;
  margin: 2em 0;
  border-color: #f99721;
}
.data-page-article .snapshot-link {
  position: absolute;
  font-size: 0;
  color: #357dc1;
}
.data-page-article .snapshot-link:after {
  position: absolute;
  left: -40px;
  content: "〈";
  font-size: 30px;
}
.data-page-article .snapshot-link:hover {
  color: #f99721;
}

.details-container .detail-group {
  border: none;
  border-bottom: 1px solid black;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.details-container .detail-group .detail-item {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  margin: 10px 0;
  align-items: baseline;
}
.details-container .detail-group .detail-item:nth-child(odd) {
  background-color: #f2f8fb;
}
.details-container .detail-group .detail-item:nth-child(even) {
  background-color: #fbfbfb;
}
.details-container .detail-group .detail-item dt {
  font-weight: bold;
  flex-basis: 40%;
  padding-right: 15px;
  text-align: left;
}
.details-container .detail-group .detail-item dd {
  margin-left: 0;
  flex-basis: 60%;
  text-align: left;
}
.details-container .detail-group .detail-item.id {
  font-size: 0.9em;
  background-color: transparent;
  justify-content: left;
}
.details-container .detail-group .detail-item.id dt {
  flex: 0 0 0;
  font-weight: bold;
}
.details-container .detail-group .detail-item.id dd {
  font-weight: bold;
}
.details-container .detail-group .detail-item.description-general {
  display: block;
  background-color: transparent;
}
.details-container .detail-group .detail-item.description-general dt {
  display: none;
}
.details-container .detail-group .detail-item.description-general dd {
  font-size: 1.8em;
  font-weight: bold;
  margin: 0;
  line-height: 1.2;
}
.details-container .detail-group .detail-item.description-general dd::after {
  content: "";
  display: block;
  width: 40px;
  margin-top: 0.5em;
  border: 1px solid #f99721;
}
.details-container .detail-group .detail-item.address, .details-container .detail-group .detail-item.site, .details-container .detail-group .detail-item.literature {
  flex-direction: column;
}
.details-container .detail-group:first-child,
.details-container .detail-group:last-child {
  border-bottom: none;
}

#filterInterface .search-input, #filterInterface .filter-select {
  width: 100%;
  border: none;
  border-bottom: 1px solid #ccc;
  padding: 0.5rem 0;
  font-size: 1rem;
  background-color: transparent;
  appearance: none;
}
#filterInterface .search-input::placeholder, #filterInterface .filter-select::placeholder {
  color: #aaa;
}
#filterInterface .search-input:focus, #filterInterface .filter-select:focus {
  outline: none;
  border-bottom-color: #333;
}
#filterInterface .filter-select {
  color: #aaa;
}
#filterInterface .filter-select > option {
  color: black;
}
#filterInterface .filter-category-group {
  margin-bottom: 2.5rem;
}
#filterInterface .filter-category-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
#filterInterface .filter-group-label {
  font-weight: bold;
  font-size: 1.1rem;
}
#filterInterface .compare-button {
  background: none;
  border: 1px solid gray;
  border-radius: 7px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
#filterInterface .filter-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
#filterInterface .filter-tags:empty {
  margin-bottom: 0;
}
#filterInterface .tag {
  display: inline-flex;
  align-items: center;
  padding: 3px 6px;
  border-radius: 4px;
  color: white;
  font-size: 0.8rem;
}
#filterInterface .tag.primary {
  background-color: #e69d45;
}
#filterInterface .tag.contrast {
  background-color: #6a9fdc;
}
#filterInterface .tag .remove-tag {
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  margin-left: 0.5rem;
  padding: 0;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
}
#filterInterface .occurence-counter {
  margin: 1em 0;
}