header {
  background-color: white;
  padding: 30px 30px;
  border-bottom: 1px solid grey; 
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo img {
  height: 100px;
  width: auto;
}

    
.text {
  flex-grow: 1;
  text-align: center;
}


.motto {
  font-weight: bold;
  color: #a05c5c;
  font-size: 24px;
  margin-bottom: 30px;
  font-family: Helvetica;
}


.links {
  display: flex;
  justify-content: center;
  gap: 20%; 
}

.links a {
  text-decoration: none;
  font-weight: bold;
  color: grey;
  font-family: Helvetica;
}

.links a:hover {
  color: #a05c5c;
}

.aussen {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  padding: 40px 20px;
  background-color: #FBF9F9;
}

footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background-color: #807c7c; 
  color: white;
  font-family: Helvetica;
  padding: 20px 40px;
  font-size: 12px;
  align-items: center;
}

footer p, footer a {
  margin: 0;
}

#Text {
  text-align: center;
  line-height: 1.6;
}


footer a {
  text-decoration: none;
  color: lightgrey;
}

#Disc {
  align-self: flex-end;
}

#Disc:hover {
  text-decoration: underline;
}


.galerie {
  padding: 10px;
  margin: auto;
}

.oben {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 30px;
}

.links {
  flex: 1;
}

.links .beschreibung {
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
  font-family: Helvetica;
  text-align: center;

}

.links img {
  width: 100%;
  height: auto;
  max-width: 450px;
  max-height: 400px;
  display: block;
}

.rechts {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rechts img {
  width: 100%;
  height: auto;
  max-width: 400px;
  max-height: 300px;
}

.unten {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.unten img {
  width: 100%;
  height: auto;
  max-width: 480px;
  max-height: 400px;
  object-fit: cover;
}


main {
  max-width: 80%;     
  margin: 0 auto;       
  background-color: white;
  padding: 40px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  border-radius: 4px;
  font-weight: bold;
}
