body {
  margin: 0;
  font-family: "Lato", Arial, sans-serif;
  background-color: #ddd3c8;
  color: #36506c;
}

header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 40px;
  background-color: #f5f1eb;
  box-sizing: border-box;
}

.logo-header {
  width: 170px;
  display: block;
}

nav a {
  text-decoration: none;
  color: #36506c;
  font-weight: bold;
  margin-left: 25px;
  font-size: 18px;
}

main {
  width: 1100px;
  margin: 0 auto;
}

section {
  padding: 30px 0;
  text-align: center;
}

h2 {
  margin-top: 0;
  margin-bottom: 20px;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
}

.hero {
  width: 100%;
  height: 360px;
  position: relative;
  overflow: hidden;
  margin-bottom: 60px;
}

.hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  background-color: rgba(80, 80, 80, 0.45);
  color: white;
  text-align: center;
  padding: 25px;
}

.hero-text h2 {
  margin-bottom: 20px;
  font-size: 24px;
}

.hero-text p {
  margin: 0;
  font-size: 18px;
  line-height: 1.6;
}

.logo {
  width: 220px;
  margin-top: 20px;
}

.galerie {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.foto {
  width: 250px;
  height: 180px;
  overflow: hidden;
}

.foto img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.menu-boxen {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}

.menu-box {
  width: 250px;
  background-color: #f7f7f7;
  border: 1px solid #bfb2a4;
  padding: 15px;
  box-sizing: border-box;
}

.essen {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.essen-box {
  width: 250px;
  height: 180px;
  overflow: hidden;
}

.essen-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.rahmen-bereich {
  width: 1100px;
  margin: 0 auto;
}

.rahmen {
  width: 1100px;
  background-color: #f7f7f7;
  border: 1px solid #bfb2a4;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 20px;
  text-align: left;
}

.rahmen img {
  width: 220px;
  height: 160px;
  object-fit: cover;
  display: block;
}

.rahmen-text {
  flex: 1;
}

#anmeldung {
  padding-bottom: 50px;
}

form {
  width: 900px;
  margin: 30px auto 0 auto;
  background-color: #f7f7f7;
  border: 1px solid #bfb2a4;
  padding: 20px;
  box-sizing: border-box;
}

.gast-boxen {
  display: flex;
  gap: 20px;
  text-align: left;
}

.gast-box {
  width: 50%;
  border: 1px solid #cbbfb2;
  background-color: #ffffff;
  padding: 15px;
  box-sizing: border-box;
}

label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

input,
select {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #bfb2a4;
  box-sizing: border-box;
  font-family: "Lato", Arial, sans-serif;
  font-size: 15px;
}

button {
  margin-top: 10px;
  padding: 10px 20px;
  background-color: #36506c;
  color: white;
  border: none;
  font-family: "Lato", Arial, sans-serif;
  font-size: 15px;
  cursor: pointer;
}

.top-button {
  display: inline-block;
  margin-top: 25px;
  padding: 10px 20px;
  background-color: #36506c;
  color: white;
  text-decoration: none;
  font-weight: bold;
}

footer {
  background-color: #36506c;
  text-align: center;
  padding: 20px;
}

footer a {
  color: white;
  text-decoration: none;
  margin: 0 15px;
}
