.scene-text {
  z-index: 200;
  position: absolute;
  width: 25%;
  display: none;
  top: 2%;
  right: 3%;
  bottom: 30%;
  flex-direction: column;
  justify-content: end;
  overflow: hidden;
}
.scene-text .bubble {
  padding: 1rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  text-align: left;
}
.scene-text .bubble .scroll {
  overflow-y: auto;
  height: 100%;
}
.scene-text h1:first-child,
.scene-text h2:first-child {
  margin-top: 0;
}
.scene-text p:first-child {
  margin-top: 0;
}
.scene-text p:last-child {
  margin-bottom: 0;
}

.bubble-arrow {
  z-index: 200;
  position: absolute;
  height: 0;
  width: 25%;
  right: 3%;
  bottom: 30%;
  display: none;
}
.bubble-arrow::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  z-index: 300;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.8) transparent;
  border-width: 65px 15px 0;
  bottom: -64.5px;
  left: 66%;
  margin-left: -11px;
}

.borkenkaefer-heute {
  top: 2%;
  left: 0;
}

.borkenkaefer-zukunft {
  top: 17%;
  left: 0;
}

.wind-zukunft {
  top: 47.75%;
  left: 13%;
}

.landwirtschaft.griff-lupe {
  top: 73%;
  left: 19.7%;
  display: none;
}

.maiszuensler {
  top: 59%;
  left: 11%;
  display: none;
}

.regen {
  top: 0;
  left: 45%;
}

.blaualgen {
  width: 100%;
  max-width: 330px;
}

.tigermuecken-wenige {
  top: 74%;
  left: 0.8%;
}

.tigermuecken-viele {
  top: 74%;
  left: 1.2%;
}

.menschliche-gesundheit.griff-lupe {
  top: 73%;
  left: 19.7%;
  display: none;
}

.zoom-tigermuecke {
  top: 59%;
  left: 11.5%;
  display: none;
}

.buntes-treiben {
  bottom: 0;
  left: 0;
}

.phaenologische-uhr {
  top: 10%;
  left: 20%;
  display: none;
}

*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  background: black;
  overflow: hidden;
  user-select: none;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}

.background {
  position: relative;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-items: center;
  z-index: 1;
}

.image {
  position: relative;
  z-index: 1;
}
.image .bg {
  position: absolute !important;
  z-index: 1;
}
.image .overlay {
  z-index: 2;
  position: absolute;
  display: none;
}
.image .transparent-overlay {
  z-index: 10;
  top: 0;
  left: 0;
}

.overlay.agent {
  z-index: 20;
  display: none;
  right: 2%;
  bottom: 5%;
  cursor: pointer;
}

map {
  position: relative;
  cursor: pointer;
}

.horizontal .background .bg,
.horizontal .background .transparent-overlay {
  width: 100%;
}

.vertical .background .image {
  height: 100vh;
  margin: 0 auto;
}
.vertical .background .bg,
.vertical .background .transparent-overlay {
  height: 100%;
}

.title {
  z-index: 100;
  font-size: 1.5rem;
  font-weight: 600;
  border-radius: 0.3rem;
  padding: 0.2rem 0.5rem;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid white;
  position: absolute;
}

h1 {
  font-size: 1.5rem;
}

h2 {
  font-size: 1.3rem;
}
h2.slim {
  font-weight: normal;
}

h3,
p {
  font-size: 1.1rem;
}

p.large {
  font-size: 1.5rem;
}

b,
strong {
  font-weight: 600;
}

ol,
ul {
  padding-left: 1rem;
}

.highlight {
  background: rgba(255, 235, 0, 0.7);
  padding: 0 2px;
  border-radius: 3px;
}

.side-by-side {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1%;
}
.side-by-side div > img {
  width: 100%;
}

figure {
  width: 100%;
  margin: 0 auto;
}
figure img {
  padding: 5px;
  border: 1px solid #ccc;
  background: white;
  width: 100%;
}

.figcaption,
figcaption {
  font-style: italic;
  font-size: 0.9rem;
  text-align: center;
  color: #555;
}

nav,
nav div,
nav a,
nav span {
  box-sizing: border-box;
}

nav {
  z-index: 100;
  position: fixed;
  top: 1rem;
  left: 10%;
  padding: 0.4rem;
  border-radius: 0.5rem;
  background: rgba(0, 0, 0, 0.4);
  display: grid;
  grid-template-columns: 4rem 0.6rem 8rem 1rem 8rem;
  grid-template-rows: 2rem 2rem;
}
nav .rowspan2 {
  grid-row: span 2/span 2;
}
nav div .line {
  display: block;
  width: 100%;
  height: 0.1rem;
  background: rgba(255, 255, 255, 0.8);
}
nav .home svg {
  width: 1.75rem;
  fill: #fff;
}
nav .top {
  padding-bottom: 0.2rem !important;
}
nav .bottom {
  padding-top: 0.2rem !important;
}
nav .line {
  display: flex;
  justify-content: center;
  align-items: center;
}
nav .line span {
  display: block;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  height: 2px;
}
nav .button a {
  display: flex;
  width: 100%;
  height: 100%;
  background: red;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0.6rem;
  font-size: 1.2rem;
  color: black;
  text-decoration: none;
  border-radius: 0.3rem;
  background: rgba(255, 255, 255, 0.5);
  border: 2px solid rgba(255, 255, 255, 0.8);
}
nav .button a:hover, nav .button a.active {
  background: rgba(255, 255, 255, 0.8);
}
nav .button.today a {
  font-size: 1.6rem;
}

@media (min-width: 1280px) {
  .scene-text .bubble {
    padding: 1.5rem 2rem;
  }
}

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