.full-width {
  width: 100%;
}

body {
  font-family: "verdana", Georgia, Serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display";
  letter-spacing: 2px;
}

h4 {
  letter-spacing: 0;
}

.w3-container {
  width: 350px;
  padding: 16px;
}

#mapDiv {
  width: 100%;
  height: 200px;
}

#map {
  width: 100%;
  height: 600px;
  /* Höhe der Karte */
}

.accordeon {
  margin: 20px auto;
}

details > summary {
  padding: 4px;
  width: 200px;
  background-color: #eeeeee;
  border: none;
  box-shadow: 1px 1px 2px #bbbbbb;
  cursor: pointer;
}

details > p {
  background-color: #eeeeee;
  padding: 4px;
  margin: 0;
  box-shadow: 1px 1px 2px #bbbbbb;
}