body {
  margin: 0;
  font-family: 'Coming Soon', serif;
  background-color: #fff6e9;
  color: #000000;
}
#mapContainer {
position: relative;
  width: 100vw;   
  max-width: 100%; 
  overflow: hidden; 
}

#mapImage {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain; 
  
}

#fw-canvas {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 9999;
}



h1 {
  font-family: 'Lora';
  font-size: 3rem;
  margin-bottom: 1rem;
  color: #000000;
}



h2 {
  font-family: 'Lora';
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #000000;
}



.site-header a {
  text-decoration: none;
  color: #000000;
  transition: transform 0.2s ease-in-out;
}

.site-header a:hover {
  transform: scale(1.1);
}

.intro-text {
  text-align: justify;
  padding: center;
  left: 150px;
  top: 150px;
  font-size: 1.2rem;
  line-height: 1.6;
  margin-left: auto;
  margin-right: auto;
  width: 50em;
  }


.stadt-section {
  padding: 2rem;
  border-top: 2px solid #000000;
  background-color: #fff6e9;
}

.stadt-section h2 {
  font-family: 'Lora', cursive;
  font-size: 2rem;
  color: #000000;
  margin-bottom: 1rem;
}

.stadt-section p {
  font-family: 'Coming Soon';
  color: #000000;
}

blockquote {
  color: black; 
  position: relative;
}

blockquote::before,
blockquote::after {
  color: #d7373c; 
  font-size: 5em; 
  position: absolute;
}
blockquote::before {
  content: "“"; 
  left: -0.5em;; 
  top: -0.7em;
}

blockquote::after {
  content: "”"; 
  right: -0.5em; 
  bottom: -1 em;
}



.footer {
position: relative;
  width: 100vw;   
  max-width: 100%; 
  overflow: hidden; 
}

#mapImage2 {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain; 
}

    