body {
    margin: 10px;
    padding: 0;
  }
  a {
    text-decoration: none;
    color: black;
    cursor: pointer;
  }
  a .link {
     cursor: pointer;
  }
h1 {
  text-align: center;
  font-size: 3em;
  margin-left: 200px;
  margin-right: 200px;
}
h2 {
  /* text-align: right; */
  font-size: 2em;
  margin-right: 200px;
}
h3 {
  text-align: center;
}
h4 {
    text-align: left;
  font-size: 1.5em;
  text-decoration: none;
}
li {
    font-size: 20px;
    margin-bottom: 10px;
    margin-right: 10px;
 }
ul {
  margin-top: 20px;
  height: max-content;
  overflow: auto;
 }
 /* .audio {
  width: 300px;
  font-family: arial;
  color: white;
  font-size: 0.75em;
  overflow: hidden;
  display: grid;
  grid-template-rows: 20px auto;
  margin: 0 auto;
  text-align: center;
} */
.bimg {
  border: 5px solid #222;
  vertical-align: top;
      cursor:pointer;
}
.collapsible {
background-color: white;
  color: black;
  cursor: pointer;
  border: none;
  text-align: center;
  outline: none;
  font-size: 30px;
  padding-right: 10px;
}
.homeButtonTop, .homeButtonBottom {
  text-decoration: none;
  font-size: 1.5em;
  background-color: #dfdfdf;
  color: rgba(30, 30, 30, 0.5);
  padding: 5px;
}
.homeButtonBottom {
  float: right;
  margin-top: -30px;
}
  .gallery, .gallery2, .gallery3 {
    display: flex;
    flex-direction: row;
    gap: 5px; 
  }
  .gallery3 {
    gap: 100px;
  }
.gallery img {
    width: 100%; /* Bilder nehmen die gesamte Spaltenbreite ein */
    height: auto; /* Proportionaler Höhenverlauf */
}
@media screen and (max-width: 700px) {
  .gallery2 {
    /* display: block; */
     flex-direction: column;
     text-align: center;
  }
}
.header {
  display: flex;
  padding: 0;
  position: relative;
}
.hint {
  font-weight: bolder;
  color: green;
  font-size: 31px;
  text-align: center;
  margin: 20px;
}
.menueItems {
  display: none;
  overflow: hidden;
  /* position: absolute; */
 background-color: #f1f1f1;
 width:max-content;
}
.quotation {
flex: auto;
  padding: 5px 20px;  
  text-align: justify;
  font-size: 1.3em;
  font-style: italic;
  overflow: auto;
  height: 142px;
  margin-right: 20px;
  height: max-content;
}
/* .quotationShort {
flex: auto;
  padding: 5px 20px;  
  text-align: justify;
  font-size: 1.3em;
  font-style: italic;
  height: auto;
  margin-right: 20px;
} */
.register {
      background-image: url("Bilder/Hamburg2.png");
  color: black;
  text-decoration: none;
  border-style: solid;
  padding: 25px;
  font-size: 2em;
  cursor: ns-resize;
  color:rgba(30, 30, 30, 0.5);
  text-align: left;
  max-height: 400px;
  overflow: scroll;
}
.registerName {
  margin: 1.25em 0 0.3em 0;
   color:rgba(30, 30, 30, 0.5);
   text-align: center;
   font-size: 40px;
}
.reviewTitle {
  font-size: 2em;
  margin: 20px 0;
}
.title {
  text-align: center;
  font-size: 3em;
  margin: auto;
}